1 write to Scope
ILCompiler.Compiler (1)
Compiler\Logging\UnconditionalSuppressMessageAttributeState.cs (1)
203
info.
Scope
= scope;
2 references to Scope
ILCompiler.Compiler (2)
Compiler\Logging\UnconditionalSuppressMessageAttributeState.cs (2)
272
var scope = info.
Scope
?.ToLowerInvariant();
300
warnings?.Add((DiagnosticId.InvalidScopeInUnconditionalSuppressMessage, new string?[] { info.
Scope
?? "", module.GetName().Name, info.Target ?? "" }));