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