1 write to _lazySuppressedDiagnosticIdsForUnsuppressedAnalyzers
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
406
_lazySuppressedDiagnosticIdsForUnsuppressedAnalyzers
= suppressedDiagnosticIds;
2 references to _lazySuppressedDiagnosticIdsForUnsuppressedAnalyzers
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerDriver.cs (2)
286
Debug.Assert(
_lazySuppressedDiagnosticIdsForUnsuppressedAnalyzers
!= null);
287
return
_lazySuppressedDiagnosticIdsForUnsuppressedAnalyzers
;