5 references to GetDescendantTokensIgnoringSeparators
Microsoft.CodeAnalysis.CSharp.Features (5)
EditAndContinue\SyntaxComparer.cs (5)
998parameters = GetDescendantTokensIgnoringSeparators(parenthesized.ParameterList.Parameters); 1011parameters = GetDescendantTokensIgnoringSeparators(anonymous.ParameterList.Parameters); 1028parameters = GetDescendantTokensIgnoringSeparators(localFunction.ParameterList.Parameters); 1182GetDescendantTokensIgnoringSeparators(left.Incrementors), GetDescendantTokensIgnoringSeparators(right.Incrementors));