Implemented interface member:
property
OutputDocumentationFile
Microsoft.Build.Tasks.IWinMDExpTaskContract.OutputDocumentationFile
4 references to OutputDocumentationFile
Microsoft.Build.Tasks.Core (4)
WinMDExp.cs (4)
77
get => (string)Bag[nameof(
OutputDocumentationFile
)];
81
ErrorUtilities.VerifyThrowArgumentNull(value, nameof(
OutputDocumentationFile
));
82
Bag[nameof(
OutputDocumentationFile
)] = value;
209
commandLine.AppendSwitchUnquotedIfNotNull("/d:",
OutputDocumentationFile
);