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