6 references to wszSpecifiedVBRuntime
Microsoft.VisualStudio.LanguageServices.VisualBasic (6)
ProjectSystemShim\VisualBasicProject.OptionsProcessor.vb (6)
162If compilerOptions.wszSpecifiedVBRuntime IsNot Nothing Then 164If File.Exists(compilerOptions.wszSpecifiedVBRuntime) Then 165runtimes.Add(compilerOptions.wszSpecifiedVBRuntime) 168If compilerOptions.wszSpecifiedVBRuntime = PathUtilities.GetFileName(compilerOptions.wszSpecifiedVBRuntime) Then 169Dim runtimePath = PathUtilities.CombinePathsUnchecked(sdkPath, compilerOptions.wszSpecifiedVBRuntime)