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