6 writes to wszOutputPath
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (1)
ProjectSystemShim\VisualBasicHelpers\VisualBasicHelpers.vb (1)
26options.wszOutputPath = "C:\OutputPath"
Microsoft.VisualStudio.LanguageServices.UnitTests (5)
ProjectSystemShim\VisualBasicCompilerOptionsTests.vb (5)
210compilerOptions.wszOutputPath = "C:\" 220compilerOptions.wszOutputPath = "C:\NewFolder" 230compilerOptions.wszOutputPath = "C:\NewFolder" 240compilerOptions.wszOutputPath = "C:\NewFolder3" 249compilerOptions.wszOutputPath = "\"
4 references to wszOutputPath
Microsoft.VisualStudio.LanguageServices.VisualBasic (4)
ProjectSystemShim\TempPECompiler.TempPEProject.vb (1)
201_outputPath = PathUtilities.CombinePathsUnchecked(pCompilerOptions.wszOutputPath, pCompilerOptions.wszExeName)
ProjectSystemShim\VisualBasicProject.vb (3)
323If Not String.IsNullOrEmpty(pCompilerOptions.wszOutputPath) Then 324If PathUtilities.IsAbsolute(pCompilerOptions.wszOutputPath) Then 325ProjectSystemProject.CompilationOutputAssemblyFilePath = Path.Combine(pCompilerOptions.wszOutputPath, pCompilerOptions.wszExeName)