3 writes to DocumentationFile
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (3)
VbcTests.cs (3)
385
vbc.
DocumentationFile
= "test.xml";
396
vbc.
DocumentationFile
= "test.xml";
416
vbc.
DocumentationFile
= "test.xml";
5 references to DocumentationFile
Microsoft.Build.Tasks.CodeAnalysis (5)
src\Compilers\Core\MSBuildTask\Vbc.cs (5)
70
set { _store[nameof(
DocumentationFile
)] = value; }
71
get { return (string?)_store[nameof(
DocumentationFile
)]; }
506
commandLine.AppendSwitchIfNotNull("/doc:", this.
DocumentationFile
);
854
CheckHostObjectSupport(param = nameof(
DocumentationFile
), vbcHostObject.SetDocumentationFile(
DocumentationFile
));