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