1 instantiation of SuppressMessageAttributeState
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.cs (1)
73
_state = new
SuppressMessageAttributeState
(compilation, suppressMessageAttributeType);
2 references to SuppressMessageAttributeState
Microsoft.CodeAnalysis.CodeStyle (2)
AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.cs (2)
69
private readonly
SuppressMessageAttributeState
_state;
83
if (!
SuppressMessageAttributeState
.HasValidScope(namedAttributeArguments, out var targetScope))