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