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