1 reference to IsOpenParenInParameterListOfAOperationDeclaration
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
SpacingFormattingRule.cs (1)
94
if (previousToken.Parent.IsKind(SyntaxKind.OperatorDeclaration) && currentToken.
IsOpenParenInParameterListOfAOperationDeclaration
())