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