5 references to _webRootComponents
Microsoft.AspNetCore.Components.WebAssembly (5)
src\Components\Shared\src\WebRootComponentManager.cs (5)
48
if (
_webRootComponents
.ContainsKey(ssrComponentId))
54
_webRootComponents
.Add(ssrComponentId, component);
73
_webRootComponents
.Remove(ssrComponentId);
78
if (!
_webRootComponents
.TryGetValue(ssrComponentId, out var component))
98
foreach (var (_, candidate) in
_webRootComponents
)