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