4 references to IsSingleLineProperty
Microsoft.CodeAnalysis.CSharp (4)
Syntax\SyntaxNormalizer.cs (4)
399if (currentTokenParent?.Parent is PropertyDeclarationSyntax property && IsSingleLineProperty(property) && 400nextToken.Parent is PropertyDeclarationSyntax nextProperty && IsSingleLineProperty(nextProperty)) 466if (IsSingleLineProperty(property) && 468IsSingleLineProperty(nextProperty))