1 write to _lazySupportedCompilerErrorCodes
Microsoft.CodeAnalysis.Features (1)
AbstractRemoveUnnecessaryPragmaSuppressionsDiagnosticAnalyzer.cs (1)
40
_lazySupportedCompilerErrorCodes
= new Lazy<ImmutableHashSet<int>>(GetSupportedCompilerErrorCodes);
1 reference to _lazySupportedCompilerErrorCodes
Microsoft.CodeAnalysis.Features (1)
AbstractRemoveUnnecessaryPragmaSuppressionsDiagnosticAnalyzer.cs (1)
318
return
_lazySupportedCompilerErrorCodes
.Value.Contains(errorCode);