1 write to _state
Microsoft.CodeAnalysis.Features (1)
AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.cs (1)
73
_state
= new SuppressMessageAttributeState(compilation, suppressMessageAttributeType);
2 references to _state
Microsoft.CodeAnalysis.Features (2)
AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.cs (2)
78
if (!
_state
.IsSuppressMessageAttributeWithNamedArguments(attributeSyntax, model, cancellationToken, out var namedAttributeArguments))
89
if (!
_state
.HasValidTarget(namedAttributeArguments, targetScope, out var targetHasDocCommentIdFormat,