5 writes to KindSelectIndex
Microsoft.VisualStudio.LanguageServices (5)
GenerateType\GenerateTypeDialogViewModel.cs (5)
452this.KindSelectIndex = 0; 456this.KindSelectIndex = previousSelectedIndex; 465this.KindSelectIndex = 0; 469this.KindSelectIndex = previousSelectedIndex; 764this.KindSelectIndex = this.KindList.Contains(typeKindSelectString)
3 references to KindSelectIndex
Microsoft.VisualStudio.LanguageServices.UnitTests (3)
GenerateType\GenerateTypeViewModelTests.vb (3)
51Assert.Equal(0, viewModel.KindSelectIndex) 84Assert.Equal(0, viewModel.KindSelectIndex) 599Assert.Equal(0, viewModel.KindSelectIndex)