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