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