1 write to Parent
Microsoft.AspNetCore.Components.WebView.Test (1)
Infrastructure\ContainerNode.cs (1)
64child.Parent = this;
2 references to Parent
Microsoft.AspNetCore.Components.WebView.Test (2)
Infrastructure\ContainerNode.cs (1)
43if (child.Parent != null)
Infrastructure\TestDocument.cs (1)
170parent = parent.Parent ?? throw new InvalidOperationException($"Cannot step out of {parent}");