Implemented interface member:
property
InputDocumentationFile
Microsoft.Build.Tasks.IWinMDExpTaskContract.InputDocumentationFile
4 references to InputDocumentationFile
Microsoft.Build.Tasks.Core (4)
WinMDExp.cs (4)
63
get => (string)Bag[nameof(
InputDocumentationFile
)];
67
ErrorUtilities.VerifyThrowArgumentNull(value, nameof(
InputDocumentationFile
));
68
Bag[nameof(
InputDocumentationFile
)] = value;
210
commandLine.AppendSwitchUnquotedIfNotNull("/md:",
InputDocumentationFile
);