3 references to ComponentNode
Microsoft.AspNetCore.Components.WebView.Test (3)
Infrastructure\ContainerNode.cs (1)
69
var componentElement = new
ComponentNode
(childComponentId);
Infrastructure\RootComponentNode.cs (1)
8
public RootComponentNode(int componentId, string selector) :
base
(componentId)
Infrastructure\TestDocument.cs (1)
51
component = new
ComponentNode
(componentId);