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