1 write to Parent
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Differencing\TestNode.cs (1)
34child.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)
65parent = node.Parent;