1 implementation of INavigateToSearcherHost
Microsoft.CodeAnalysis.Features (1)
NavigateTo\INavigateToSearcherHost.cs (1)
37CancellationToken disposalToken) : INavigateToSearcherHost
11 references to INavigateToSearcherHost
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (8)
NavigateTo\NavigateToSearcherTests.cs (8)
132var hostMock = new Mock<INavigateToSearcherHost>(MockBehavior.Strict); 171var hostMock = new Mock<INavigateToSearcherHost>(MockBehavior.Strict); 210var hostMock = new Mock<INavigateToSearcherHost>(MockBehavior.Strict); 246var hostMock = new Mock<INavigateToSearcherHost>(MockBehavior.Strict); 276var hostMock = new Mock<INavigateToSearcherHost>(MockBehavior.Strict); 324var hostMock = new Mock<INavigateToSearcherHost>(MockBehavior.Strict); 388var hostMock = new Mock<INavigateToSearcherHost>(MockBehavior.Strict); 448var hostMock = new Mock<INavigateToSearcherHost>(MockBehavior.Strict);
Microsoft.CodeAnalysis.Features (3)
NavigateTo\NavigateToSearcher.cs (3)
45private readonly INavigateToSearcherHost _host; 58INavigateToSearcherHost host, 110INavigateToSearcherHost host)