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