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