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