6 writes to wszOutputPath
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (1)
ProjectSystemShim\VisualBasicHelpers\VisualBasicHelpers.vb (1)
26
options.
wszOutputPath
= "C:\OutputPath"
Microsoft.VisualStudio.LanguageServices.UnitTests (5)
ProjectSystemShim\VisualBasicCompilerOptionsTests.vb (5)
210
compilerOptions.
wszOutputPath
= "C:\"
220
compilerOptions.
wszOutputPath
= "C:\NewFolder"
230
compilerOptions.
wszOutputPath
= "C:\NewFolder"
240
compilerOptions.
wszOutputPath
= "C:\NewFolder3"
249
compilerOptions.
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)
323
If Not String.IsNullOrEmpty(pCompilerOptions.
wszOutputPath
) Then
324
If PathUtilities.IsAbsolute(pCompilerOptions.
wszOutputPath
) Then
325
ProjectSystemProject.CompilationOutputAssemblyFilePath = Path.Combine(pCompilerOptions.
wszOutputPath
, pCompilerOptions.wszExeName)