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