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