6 references to VBRuntimeKind
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
ProjectSystemShim\VisualBasicSpecialReferencesTests.vb (2)
57options.vbRuntimeKind = VBRuntimeKind.NoRuntime 88options.vbRuntimeKind = VBRuntimeKind.NoRuntime
Microsoft.VisualStudio.LanguageServices.VisualBasic (4)
ProjectSystemShim\Interop\VBCompilerOptions.vb (1)
199Public vbRuntimeKind As VBRuntimeKind
ProjectSystemShim\VisualBasicProject.OptionsProcessor.vb (3)
83.WithEmbedVbCoreRuntime(compilerOptions.vbRuntimeKind = VBRuntimeKind.EmbeddedRuntime) _ 156Case VBRuntimeKind.DefaultRuntime 161Case VBRuntimeKind.SpecifiedRuntime