4 references to IsSingleLineProperty
Microsoft.CodeAnalysis.CSharp (4)
Syntax\SyntaxNormalizer.cs (4)
383if (currentTokenParent?.Parent is PropertyDeclarationSyntax property && IsSingleLineProperty(property) && 384nextToken.Parent is PropertyDeclarationSyntax nextProperty && IsSingleLineProperty(nextProperty)) 450if (IsSingleLineProperty(property) && 452IsSingleLineProperty(nextProperty))