Implemented interface member:
property
DisabledWarnings
Microsoft.Build.Tasks.IWinMDExpTaskContract.DisabledWarnings
4 references to DisabledWarnings
Microsoft.Build.Tasks.Core (4)
WinMDExp.cs (4)
49
get => (string)Bag[nameof(
DisabledWarnings
)];
53
ErrorUtilities.VerifyThrowArgumentNull(value, nameof(
DisabledWarnings
));
54
Bag[nameof(
DisabledWarnings
)] = value;
221
commandLine.AppendSwitchWithSplitting("/nowarn:",
DisabledWarnings
, ",", ';', ',');