Implemented interface member:
property
DisabledWarnings
Microsoft.Build.Tasks.IWinMDExpTaskContract.DisabledWarnings
1 write to DisabledWarnings
Microsoft.Build.Tasks.UnitTests (1)
WinMDExp_Tests.cs (1)
46t.DisabledWarnings = "41999,42016";
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, ",", ';', ',');