3 references to SelectedTypeKindString
Microsoft.VisualStudio.LanguageServices (3)
GenerateType\GenerateTypeDialogViewModel.cs (2)
120Debug.Assert(_typeKindMap.ContainsKey(SelectedTypeKindString), "The TypeKind Key String not present"); 121return _typeKindMap[SelectedTypeKindString];
GenerateType\VisualStudioGenerateTypeOptionsServiceFactory.cs (1)
65_typeKindSelectString = viewModel.SelectedTypeKindString;