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