2 writes to wszXMLDocName
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
ProjectSystemShim\VisualBasicCompilerOptionsTests.vb (2)
41
compilerOptions.
wszXMLDocName
= "DocFile.xml"
165
compilerOptions.
wszXMLDocName
= ""
1 reference to wszXMLDocName
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
ProjectSystemShim\VisualBasicProject.OptionsProcessor.vb (1)
219
.WithDocumentationMode(If(Not String.IsNullOrEmpty(compilerOptions.
wszXMLDocName
), DocumentationMode.Diagnose, DocumentationMode.Parse))