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