1 instantiation of UnconditionalSuppressMessageAttributeState
illink (1)
Linker\LinkContext.cs (1)
232
Suppressions = new
UnconditionalSuppressMessageAttributeState
(this);
4 references to UnconditionalSuppressMessageAttributeState
illink (4)
Linker\LinkContext.cs (1)
177
public
UnconditionalSuppressMessageAttributeState
Suppressions { get; set; }
Linker\WarningSuppressionWriter.cs (3)
36
if (
UnconditionalSuppressMessageAttributeState
.GetModuleFromProvider(provider) is not ModuleDefinition module)
77
new XElement("property", new XAttribute("name",
UnconditionalSuppressMessageAttributeState
.ScopeProperty),
79
new XElement("property", new XAttribute("name",
UnconditionalSuppressMessageAttributeState
.TargetProperty),