6 writes to wszExeName
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (1)
ProjectSystemShim\VisualBasicHelpers\VisualBasicHelpers.vb (1)
24options.wszExeName = project.AssemblyName + ".exe"
Microsoft.VisualStudio.LanguageServices.UnitTests (5)
ProjectSystemShim\VisualBasicCompilerOptionsTests.vb (5)
211compilerOptions.wszExeName = "test.dll" 221compilerOptions.wszExeName = "test.dll" 231compilerOptions.wszExeName = "test2.dll" 241compilerOptions.wszExeName = "test3.dll" 250compilerOptions.wszExeName = "test3.dll"
4 references to wszExeName
Microsoft.VisualStudio.LanguageServices.VisualBasic (4)
ProjectSystemShim\TempPECompiler.TempPEProject.vb (1)
201_outputPath = PathUtilities.CombinePathsUnchecked(pCompilerOptions.wszOutputPath, pCompilerOptions.wszExeName)
ProjectSystemShim\VisualBasicProject.vb (3)
317If Not String.IsNullOrEmpty(pCompilerOptions.wszExeName) Then 318ProjectSystemProject.AssemblyName = Path.GetFileNameWithoutExtension(pCompilerOptions.wszExeName) 325ProjectSystemProject.CompilationOutputAssemblyFilePath = Path.Combine(pCompilerOptions.wszOutputPath, pCompilerOptions.wszExeName)