1 write to Target
illink (1)
Linker\UnconditionalSuppressMessageAttributeState.cs (1)
227
info.
Target
= target;
4 references to Target
illink (4)
Linker\UnconditionalSuppressMessageAttributeState.cs (4)
298
if (info.
Target
== null && (scope == "module" || scope == null)) {
310
if (info.
Target
== null)
313
foreach (var result in DocumentationSignatureParser.GetMembersForDocumentationSignature (info.
Target
, module, _context))
318
_context.LogWarning (_context.GetAssemblyLocation (module.Assembly), DiagnosticId.InvalidScopeInUnconditionalSuppressMessage, info.Scope ?? "", module.Name, info.
Target
?? "");