Implemented interface member:
property
OutputPDBFile
Microsoft.Build.Tasks.IWinMDExpTaskContract.OutputPDBFile
2 writes to OutputPDBFile
Microsoft.Build.Tasks.UnitTests (2)
WinMDExp_Tests.cs (2)
72
t.
OutputPDBFile
= "output.pdb";
120
OutputPDBFile
= "sp ace",
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
);