7 references to _webRootComponents
Microsoft.AspNetCore.Components.Server (7)
src\Components\Shared\src\WebRootComponentManager.cs (7)
43
if (
_webRootComponents
.Count + 1 > renderer._options.RootComponents.MaxJSRootComponents)
49
if (
_webRootComponents
.ContainsKey(ssrComponentId))
55
_webRootComponents
.Add(ssrComponentId, component);
74
_webRootComponents
.Remove(ssrComponentId);
79
if (!
_webRootComponents
.TryGetValue(ssrComponentId, out var component))
90
foreach (var (id, (_, key, type, parameters)) in
_webRootComponents
)
99
foreach (var (_, candidate) in
_webRootComponents
)