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