7 references to _webRootComponents
Microsoft.AspNetCore.Components.Server (7)
src\Components\Shared\src\WebRootComponentManager.cs (7)
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))
89
foreach (var (id, (_, key, type, parameters)) in
_webRootComponents
)
98
foreach (var (_, candidate) in
_webRootComponents
)