1 instantiation of TestNavigationInterception
Microsoft.AspNetCore.Components.Tests (1)
Routing\RouterTest.cs (1)
510public static readonly TestNavigationInterception Instance = new TestNavigationInterception();
6 references to TestNavigationInterception
Microsoft.AspNetCore.Components.Tests (6)
Routing\RouterTest.cs (6)
28services.AddSingleton<INavigationInterception, TestNavigationInterception>(); 278services.AddSingleton<INavigationInterception, TestNavigationInterception>(); 313services.AddSingleton<INavigationInterception, TestNavigationInterception>(); 360services.AddSingleton<INavigationInterception, TestNavigationInterception>(); 412services.AddSingleton<INavigationInterception, TestNavigationInterception>(); 510public static readonly TestNavigationInterception Instance = new TestNavigationInterception();