1 instantiation of RootComponent
Microsoft.AspNetCore.Components.WebView (1)
WebViewManager.cs (1)
91var 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(); 91var rootComponent = new RootComponent { ComponentType = componentType, Parameters = parameters }; 121if (!_rootComponentsBySelector.Remove(selector, out var rootComponent))