4 instantiations of 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);
6 references to SuppressMessageAttributeState
Microsoft.CodeAnalysis (6)
Diagnostic\Diagnostic.cs (1)
355var suppressMessageState = new SuppressMessageAttributeState(compilation);
DiagnosticAnalyzer\AnalyzerDriver.CompilationData.cs (1)
20public SuppressMessageAttributeState SuppressMessageAttributeState { get; }
DiagnosticAnalyzer\AnalyzerDriver.cs (2)
877var suppressMessageState = CurrentCompilationData.SuppressMessageAttributeState; 1200SuppressMessageAttributeState suppressMessageState)
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (1)
1194var suppressMessageState = new SuppressMessageAttributeState(compilation);
SourceGeneration\GeneratorDriver.cs (1)
426var suppressMessageState = new SuppressMessageAttributeState(compilation);