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)
27services.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); 277services.AddSingleton<NavigationManager>(_navigationManager);