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