Implemented interface member:
property
OutputPDBFile
Microsoft.Build.Tasks.IWinMDExpTaskContract.OutputPDBFile
2 writes to OutputPDBFile
Microsoft.Build.Tasks.UnitTests (2)
WinMDExp_Tests.cs (2)
72t.OutputPDBFile = "output.pdb"; 120OutputPDBFile = "sp ace",
4 references to OutputPDBFile
Microsoft.Build.Tasks.Core (4)
WinMDExp.cs (4)
105get => (string)Bag[nameof(OutputPDBFile)]; 109ErrorUtilities.VerifyThrowArgumentNull(value, nameof(OutputPDBFile)); 110Bag[nameof(OutputPDBFile)] = value; 212commandLine.AppendSwitchUnquotedIfNotNull("/pdb:", OutputPDBFile);