Implemented interface member:
property
InputPDBFile
Microsoft.Build.Tasks.IWinMDExpTaskContract.InputPDBFile
4 references to InputPDBFile
Microsoft.Build.Tasks.Core (4)
WinMDExp.cs (4)
91get => (string)Bag[nameof(InputPDBFile)]; 95ErrorUtilities.VerifyThrowArgumentNull(value, nameof(InputPDBFile)); 96Bag[nameof(InputPDBFile)] = value; 211commandLine.AppendSwitchUnquotedIfNotNull("/mp:", InputPDBFile);