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