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