1 write to Target
illink (1)
Linker\UnconditionalSuppressMessageAttributeState.cs (1)
250
info.
Target
= target;
4 references to Target
illink (4)
Linker\UnconditionalSuppressMessageAttributeState.cs (4)
325
if (info.
Target
== null && (scope == "module" || scope == null))
339
if (info.
Target
== null)
342
foreach (var result in DocumentationSignatureParser.GetMembersForDocumentationSignature(info.
Target
, module, _context))
347
_context.LogWarning(_context.GetAssemblyLocation(module.Assembly), DiagnosticId.InvalidScopeInUnconditionalSuppressMessage, info.Scope ?? "", module.Name, info.
Target
?? "");