4 references to 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);