1 write to NoWarn
illink (1)
Linker\LinkContext.cs (1)
226
NoWarn
= new HashSet<int> ();
2 references to NoWarn
illink (2)
Linker\Driver.cs (1)
545
context.
NoWarn
.UnionWith (ProcessWarningCodes (noWarnArgument));
Linker\LinkContext.cs (1)
737
if (
NoWarn
.Contains (warningCode))