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