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