1 implementation of INavigateToSearcherHost
Microsoft.CodeAnalysis.Features (1)
NavigateTo\INavigateToSearcherHost.cs (1)
29internal class DefaultNavigateToSearchHost : INavigateToSearcherHost
7 references to INavigateToSearcherHost
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (4)
NavigateTo\NavigateToSearcherTests.cs (4)
116var hostMock = new Mock<INavigateToSearcherHost>(MockBehavior.Strict); 158var hostMock = new Mock<INavigateToSearcherHost>(MockBehavior.Strict); 200var hostMock = new Mock<INavigateToSearcherHost>(MockBehavior.Strict); 238var hostMock = new Mock<INavigateToSearcherHost>(MockBehavior.Strict);
Microsoft.CodeAnalysis.Features (3)
NavigateTo\NavigateToSearcher.cs (3)
33private readonly INavigateToSearcherHost _host; 46INavigateToSearcherHost host, 80INavigateToSearcherHost? host = null)