1 write to _routeViewComponent
Microsoft.AspNetCore.Components.Tests (1)
RouteViewTest.cs (1)
27_routeViewComponent = (RouteView)componentFactory.InstantiateComponent(services, typeof(RouteView), null, null);
6 references to _routeViewComponent
Microsoft.AspNetCore.Components.Tests (6)
RouteViewTest.cs (6)
29_routeViewComponentId = _renderer.AssignRootComponentId(_routeViewComponent); 38_ = _routeViewComponent.SetParametersAsync(ParameterView.Empty); 55_renderer.Dispatcher.InvokeAsync(() => _routeViewComponent.SetParametersAsync(ParameterView.FromDictionary(new Dictionary<string, object> 103_renderer.Dispatcher.InvokeAsync(() => _routeViewComponent.SetParametersAsync(ParameterView.FromDictionary(new Dictionary<string, object> 127_renderer.Dispatcher.InvokeAsync(() => _routeViewComponent.SetParametersAsync(ParameterView.FromDictionary(new Dictionary<string, object> 150_renderer.Dispatcher.InvokeAsync(() => _routeViewComponent.SetParametersAsync(ParameterView.FromDictionary(new Dictionary<string, object>