6 references to IsAccessorListWithoutAccessorsWithBlockBody
Microsoft.CodeAnalysis.CSharp (6)
Syntax\SyntaxNormalizer.cs (6)
218if (IsAccessorListWithoutAccessorsWithBlockBody(currentToken.Parent?.Parent)) 338IsAccessorListWithoutAccessorsWithBlockBody(parent) || 370IsAccessorListWithoutAccessorsWithBlockBody(parent) || 450IsAccessorListWithoutAccessorsWithBlockBody(currentToken.Parent.Parent)) 637if (IsAccessorListWithoutAccessorsWithBlockBody(next.Parent) || 638IsAccessorListWithoutAccessorsWithBlockBody(next.Parent.Parent))