5 writes to KindSelectIndex
Microsoft.VisualStudio.LanguageServices (5)
GenerateType\GenerateTypeDialogViewModel.cs (5)
428this.KindSelectIndex = 0; 432this.KindSelectIndex = previousSelectedIndex; 441this.KindSelectIndex = 0; 445this.KindSelectIndex = previousSelectedIndex; 722this.KindSelectIndex = this.KindList.Contains(typeKindSelectString)
2 references to KindSelectIndex
Microsoft.VisualStudio.LanguageServices (2)
GenerateType\GenerateTypeDialogViewModel.cs (2)
424var previousSelectedIndex = KindSelectIndex; 437var previousSelectedIndex = KindSelectIndex;