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