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