1 write to _lazyRoot
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Differencing\TestNode.cs (1)
42_lazyRoot ??= this.Parent == null ? this : this.Parent.Root;
1 reference to _lazyRoot
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Differencing\TestNode.cs (1)
44return _lazyRoot;