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