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