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