5 references to DocumentationFile
Microsoft.Build.Tasks.CodeAnalysis.Sdk (5)
src\Compilers\Core\MSBuildTask\Vbc.cs (5)
70set { _store[nameof(DocumentationFile)] = value; } 71get { return (string?)_store[nameof(DocumentationFile)]; } 497commandLine.AppendSwitchIfNotNull("/doc:", this.DocumentationFile); 845CheckHostObjectSupport(param = nameof(DocumentationFile), vbcHostObject.SetDocumentationFile(DocumentationFile));