6 writes to wszExeName
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (1)
ProjectSystemShim\VisualBasicHelpers\VisualBasicHelpers.vb (1)
24
options.
wszExeName
= project.AssemblyName + ".exe"
Microsoft.VisualStudio.LanguageServices.UnitTests (5)
ProjectSystemShim\VisualBasicCompilerOptionsTests.vb (5)
211
compilerOptions.
wszExeName
= "test.dll"
221
compilerOptions.
wszExeName
= "test.dll"
231
compilerOptions.
wszExeName
= "test2.dll"
241
compilerOptions.
wszExeName
= "test3.dll"
250
compilerOptions.
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)
317
If Not String.IsNullOrEmpty(pCompilerOptions.
wszExeName
) Then
318
ProjectSystemProject.AssemblyName = Path.GetFileNameWithoutExtension(pCompilerOptions.
wszExeName
)
325
ProjectSystemProject.CompilationOutputAssemblyFilePath = Path.Combine(pCompilerOptions.wszOutputPath, pCompilerOptions.
wszExeName
)