1 write to _compilation
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\SuppressMessageAttributeState.cs (1)
130
_compilation
= compilation;
6 references to _compilation
Microsoft.CodeAnalysis (6)
DiagnosticAnalyzer\SuppressMessageAttributeState.cs (6)
186
var model =
_compilation
.GetSemanticModel(location.SourceTree);
262
new StrongBox<ISymbol?>(
_compilation
.GetTypeByMetadataName("System.Diagnostics.CodeAnalysis.SuppressMessageAttribute")),
278
new StrongBox<ISymbol?>(
_compilation
.GetTypeByMetadataName("System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute")),
290
var suppressions = new GlobalSuppressions(
_compilation
);
291
DecodeGlobalSuppressMessageAttributes(
_compilation
.Assembly, suppressions);
293
foreach (var module in
_compilation
.Assembly.Modules)