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