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