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