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