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