6 references to _componentsById
Microsoft.AspNetCore.Components.WebView.Test (6)
Infrastructure\TestDocument.cs (6)
18if (_componentsById.ContainsKey(componentId)) 23_componentsById.Add(componentId, new RootComponentNode(componentId, selector)); 49if (!_componentsById.TryGetValue(componentId, out var component)) 52_componentsById.Add(componentId, component); 267_componentsById[childComponentId] = containerElement; 444foreach (var root in _componentsById.Values.OfType<RootComponentNode>())