3 references to TestWorkspaceNavigateToSearchHostService
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (3)
NavigateTo\AbstractNavigateToTests.cs (3)
43
protected static readonly TestComposition DefaultComposition = EditorTestCompositions.EditorFeatures.AddParts(typeof(
TestWorkspaceNavigateToSearchHostService
));
44
protected static readonly TestComposition FirstVisibleComposition = EditorTestCompositions.EditorFeatures.AddParts(typeof(
TestWorkspaceNavigateToSearchHostService
), typeof(FirstDocIsVisibleDocumentTrackingService.Factory));
45
protected static readonly TestComposition FirstActiveAndVisibleComposition = EditorTestCompositions.EditorFeatures.AddParts(typeof(
TestWorkspaceNavigateToSearchHostService
), typeof(FirstDocumentIsActiveAndVisibleDocumentTrackingService.Factory));