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