1 write to _outputPath
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
ProjectSystemShim\TempPECompiler.TempPEProject.vb (1)
201
_outputPath
= PathUtilities.CombinePathsUnchecked(pCompilerOptions.wszOutputPath, pCompilerOptions.wszExeName)
2 references to _outputPath
Microsoft.VisualStudio.LanguageServices.VisualBasic (2)
ProjectSystemShim\TempPECompiler.TempPEProject.vb (2)
45
Path.GetFileName(
_outputPath
),
50
Dim emitResult = c.Emit(
_outputPath
)