5 references to GetDescendantTokensIgnoringSeparators
Microsoft.CodeAnalysis.CSharp.Features (5)
EditAndContinue\SyntaxComparer.cs (5)
989parameters = GetDescendantTokensIgnoringSeparators(parenthesized.ParameterList.Parameters); 1002parameters = GetDescendantTokensIgnoringSeparators(anonymous.ParameterList.Parameters); 1019parameters = GetDescendantTokensIgnoringSeparators(localFunction.ParameterList.Parameters); 1173GetDescendantTokensIgnoringSeparators(left.Incrementors), GetDescendantTokensIgnoringSeparators(right.Incrementors));