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