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