4 instantiations of SuppressMessageAttributeState
Microsoft.CodeAnalysis (4)
Diagnostic\Diagnostic.cs (1)
356var suppressMessageState = new SuppressMessageAttributeState(compilation);
DiagnosticAnalyzer\AnalyzerDriver.CompilationData.cs (1)
16SuppressMessageAttributeState = new SuppressMessageAttributeState(compilation);
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (1)
1191var suppressMessageState = new SuppressMessageAttributeState(compilation);
SourceGeneration\GeneratorDriver.cs (1)
451var suppressMessageState = new SuppressMessageAttributeState(compilation);
7 references to SuppressMessageAttributeState
Microsoft.CodeAnalysis (7)
Diagnostic\Diagnostic.cs (1)
356var suppressMessageState = new SuppressMessageAttributeState(compilation);
DiagnosticAnalyzer\AnalyzerDriver.CompilationData.cs (1)
20public SuppressMessageAttributeState SuppressMessageAttributeState { get; }
DiagnosticAnalyzer\AnalyzerDriver.cs (2)
887var suppressMessageState = CurrentCompilationData.SuppressMessageAttributeState; 1210SuppressMessageAttributeState suppressMessageState)
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (1)
1191var suppressMessageState = new SuppressMessageAttributeState(compilation);
DiagnosticAnalyzer\SuppressMessageInfo.cs (1)
12public SuppressMessageAttributeState.TargetScope Scope;
SourceGeneration\GeneratorDriver.cs (1)
451var suppressMessageState = new SuppressMessageAttributeState(compilation);