1 write to Target
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\SuppressMessageAttributeState.cs (1)
432info.Target = attribute.DecodeNamedArgument<string>("Target", SpecialType.System_String);
3 references to Target
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\SuppressMessageAttributeState.cs (3)
114foreach (ISymbol target in ResolveTargetSymbols(_compilation, info.Target, info.Scope)) 364if (info is { Scope: TargetScope.Module or TargetScope.None, Target: null }) 372if (info.Target == null)