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)
44
return
_lazyRoot
;