1 write to Target
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\SuppressMessageAttributeState.cs (1)
398
info.
Target
= attribute.DecodeNamedArgument<string>("Target", SpecialType.System_String);
3 references to Target
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\SuppressMessageAttributeState.cs (3)
327
if ((scope == TargetScope.Module || scope == TargetScope.None) && info.
Target
== null)
341
if (info.
Target
== null)
346
foreach (var target in ResolveTargetSymbols(compilation, info.
Target
, scope))