2 references to IsCommaInArgumentOrParameterList
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
SpacingFormattingRule.cs (2)
283if ((previousToken.IsCommaInArgumentOrParameterList() && currentKind != SyntaxKind.OmittedTypeArgumentToken) 293if ((currentToken.IsCommaInArgumentOrParameterList() && previousKind != SyntaxKind.OmittedTypeArgumentToken)