3 references to Root
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)
Differencing\TestNode.cs (1)
42_lazyRoot ??= this.Parent == null ? this : this.Parent.Root;
Differencing\TestTreeComparer.cs (2)
61=> left.Root == right.Root;