Implemented interface member:
property
OutputPDBFile
Microsoft.Build.Tasks.IWinMDExpTaskContract.OutputPDBFile
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);