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