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