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