1 write to _navigationManager
Microsoft.AspNetCore.Components.Tests (1)
Routing\RouterTest.cs (1)
25
_navigationManager
= new TestNavigationManager();
5 references to _navigationManager
Microsoft.AspNetCore.Components.Tests (5)
Routing\RouterTest.cs (5)
27
services.AddSingleton<NavigationManager>(
_navigationManager
);
188
_navigationManager
.NotifyLocationChanged("https://www.example.com/subdir/a/b/c", false);
234
_navigationManager
.NotifyLocationChanged("https://www.example.com/subdir/nonexistent", false);
255
_navigationManager
.NotifyLocationChanged("https://www.example.com/subdir/nonexistent", false);
277
services.AddSingleton<NavigationManager>(
_navigationManager
);