5 references to DocumentationFile
Microsoft.Build.Tasks.CodeAnalysis (5)
Csc.cs (5)
59
set { _store[nameof(
DocumentationFile
)] = value; }
60
get { return (string?)_store[nameof(
DocumentationFile
)]; }
213
commandLine.AppendSwitchIfNotNull("/doc:",
DocumentationFile
);
510
CheckHostObjectSupport(param = nameof(
DocumentationFile
), cscHostObject.SetDocumentationFile(
DocumentationFile
));