5 references to _webRootComponents
Microsoft.AspNetCore.Components.Server (5)
src\Components\Shared\src\WebRootComponentManager.cs (5)
42
if (
_webRootComponents
.Count + 1 > renderer._options.RootComponents.MaxJSRootComponents)
48
if (
_webRootComponents
.ContainsKey(ssrComponentId))
54
_webRootComponents
.Add(ssrComponentId, component);
73
_webRootComponents
.Remove(ssrComponentId);
78
if (!
_webRootComponents
.TryGetValue(ssrComponentId, out var component))