1 write to Parent
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Differencing\TestNode.cs (1)
34
child.
Parent
= this;
3 references to Parent
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)
Differencing\TestNode.cs (2)
42
_lazyRoot ??= this.
Parent
== null ? this : this.
Parent
.Root;
Differencing\TestTreeComparer.cs (1)
65
parent = node.
Parent
;