1 write to SelectedIndex
Microsoft.CodeAnalysis.Features (1)
ChangeSignature\ParameterConfiguration.cs (1)
30SelectedIndex = selectedIndex;
3 references to SelectedIndex
Microsoft.CodeAnalysis.EditorFeatures (1)
Intents\DeleteParameterIntentProvider.cs (1)
50var parameterIndexToDelete = context.ParameterConfiguration.SelectedIndex;
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (1)
ChangeSignature\AbstractChangeSignatureTests.cs (1)
147Assert.Equal(expectedSelectedIndex, parameterConfiguration.SelectedIndex);
Microsoft.VisualStudio.LanguageServices (1)
ChangeSignature\ChangeSignatureDialogViewModel.cs (1)
87var selectedIndex = parameters.SelectedIndex;