1 write to _selection
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
MoveStaticMembers\CSharpMoveStaticMembersTests.cs (1)
3407_selection = selection;
2 references to _selection
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
MoveStaticMembers\CSharpMoveStaticMembersTests.cs (2)
3430testOptionsService.SelectedMembers = _selection; 3433testOptionsService.ExpectedPrecheckedMembers = _testPreselection ? _selection : ImmutableArray<string>.Empty;