5 references to DocumentationFile
Microsoft.Build.Tasks.CodeAnalysis (5)
src\Compilers\Core\MSBuildTask\Csc.cs (5)
60
set { _store[nameof(
DocumentationFile
)] = value; }
61
get { return (string?)_store[nameof(
DocumentationFile
)]; }
220
commandLine.AppendSwitchIfNotNull("/doc:",
DocumentationFile
);
566
CheckHostObjectSupport(param = nameof(
DocumentationFile
), cscHostObject.SetDocumentationFile(
DocumentationFile
));