1 write to Scope
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\SuppressMessageAttributeState.cs (1)
431info.Scope = scope;
4 references to Scope
Microsoft.CodeAnalysis (4)
DiagnosticAnalyzer\SuppressMessageAttributeState.cs (4)
88switch (info.Scope) 114foreach (ISymbol target in ResolveTargetSymbols(_compilation, info.Target, info.Scope)) 358if (info.Scope == TargetScope.Invalid) 364if (info is { Scope: TargetScope.Module or TargetScope.None, Target: null })