3 references to GetDescendantTokensIgnoringSeparators
Microsoft.CodeAnalysis.VisualBasic.Features (3)
EditAndContinue\SyntaxComparer.vb (3)
1087
Return New With {lambda.SubOrFunctionHeader, .Body =
GetDescendantTokensIgnoringSeparators
(lambda.Statements)}
1342
Return ComputeDistance(
GetDescendantTokensIgnoringSeparators
(oldList),
GetDescendantTokensIgnoringSeparators
(newList))