VSDiagnostics
VSDiagnostics copied to clipboard
Implement CollectionWithClassEnumerator
Enumerators should be struct
's per the BCL and Roslyn guidelines. Explanation here: http://stackoverflow.com/a/3168435/1864167
From Roslyn guidelines:
Avoid using foreach over collections that do not have a struct enumerator.
https://github.com/dotnet/roslyn/wiki/Contributing-Code