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