1 write to _navigationManager
Microsoft.AspNetCore.Components.Tests (1)
Routing\RouterTest.cs (1)
22
_navigationManager
= new TestNavigationManager();
4 references to _navigationManager
Microsoft.AspNetCore.Components.Tests (4)
Routing\RouterTest.cs (4)
24
services.AddSingleton<NavigationManager>(
_navigationManager
);
185
_navigationManager
.NotifyLocationChanged("https://www.example.com/subdir/a/b/c", false);
231
_navigationManager
.NotifyLocationChanged("https://www.example.com/subdir/nonexistent", false);
252
_navigationManager
.NotifyLocationChanged("https://www.example.com/subdir/nonexistent", false);