1 instantiation of RootComponent
Microsoft.AspNetCore.Components.WebView (1)
WebViewManager.cs (1)
93var rootComponent = new RootComponent { ComponentType = componentType, Parameters = parameters };
3 references to RootComponent
Microsoft.AspNetCore.Components.WebView (3)
WebViewManager.cs (3)
29private readonly Dictionary<string, RootComponent> _rootComponentsBySelector = new(); 93var rootComponent = new RootComponent { ComponentType = componentType, Parameters = parameters }; 123if (!_rootComponentsBySelector.Remove(selector, out var rootComponent))