2 references to GetRoot
Microsoft.CodeAnalysis (2)
Syntax\SyntaxNodeExtensions_Tracking.cs (2)
84return GetCurrentNodeFromTrueRoots(GetRoot(root), node).OfType<TNode>(); 113var trueRoot = GetRoot(root);