4 references to SuppressMessageAttributeState
Microsoft.CodeAnalysis (4)
Diagnostic\Diagnostic.cs (1)
355var suppressMessageState = new SuppressMessageAttributeState(compilation);
DiagnosticAnalyzer\AnalyzerDriver.CompilationData.cs (1)
16SuppressMessageAttributeState = new SuppressMessageAttributeState(compilation);
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (1)
1194var suppressMessageState = new SuppressMessageAttributeState(compilation);
SourceGeneration\GeneratorDriver.cs (1)
426var suppressMessageState = new SuppressMessageAttributeState(compilation);