1 write to Target
ILCompiler.Compiler (1)
Compiler\Logging\UnconditionalSuppressMessageAttributeState.cs (1)
206info.Target = target;
4 references to Target
ILCompiler.Compiler (4)
Compiler\Logging\UnconditionalSuppressMessageAttributeState.cs (4)
273if (info.Target == null && (scope == "module" || scope == null)) 289if (info.Target == null) 292foreach (var result in DocumentationSignatureParser.GetMembersForDocumentationSignature(info.Target, module)) 300warnings?.Add((DiagnosticId.InvalidScopeInUnconditionalSuppressMessage, new string?[] { info.Scope ?? "", module.GetName().Name, info.Target ?? "" }));