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