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