2 references to GetAncestorUnderRoot
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\TokenData.cs (2)
87
var thisTokenAncestor =
GetAncestorUnderRoot
(this.Token, commonRoot);
88
var otherTokenAncestor =
GetAncestorUnderRoot
(other.Token, commonRoot);