1 instantiation of TestPickMembersService
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (1)
CodeActions\AbstractCodeActionTest.cs (1)
193var pickMembersService = new TestPickMembersService(chosenSymbols.AsImmutableOrNull(), optionsCallback);
4 references to TestPickMembersService
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
GenerateFromMembers\GenerateEqualsAndGetHashCodeFromMembers\GenerateEqualsAndGetHashCodeFromMembersTests.cs (3)
35EditorTestCompositions.EditorFeatures.AddParts(typeof(TestPickMembersService)); 45var service = (TestPickMembersService)workspace.Services.GetService<IPickMembersService>();
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (1)
CodeActions\AbstractCodeActionTest.cs (1)
193var pickMembersService = new TestPickMembersService(chosenSymbols.AsImmutableOrNull(), optionsCallback);