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