2 references to IsAnyArgumentList
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
FormattingHelpers.cs (2)
122
=> token.Kind() == SyntaxKind.CommaToken && (token.Parent.
IsAnyArgumentList
() || token.Parent.IsKind(SyntaxKind.ParameterList) || token.Parent.IsKind(SyntaxKind.FunctionPointerParameterList));
216
token.Parent.
IsAnyArgumentList
();