7 references to IsAccessorListWithoutAccessorsWithBlockBody
Microsoft.CodeAnalysis.CSharp (7)
Syntax\SyntaxNormalizer.cs (7)
218if (IsAccessorListWithoutAccessorsWithBlockBody(currentToken.Parent?.Parent)) 338IsAccessorListWithoutAccessorsWithBlockBody(parent) || 370IsAccessorListWithoutAccessorsWithBlockBody(parent) || 450IsAccessorListWithoutAccessorsWithBlockBody(currentToken.Parent.Parent)) 637if (IsAccessorListWithoutAccessorsWithBlockBody(next.Parent) || 638IsAccessorListWithoutAccessorsWithBlockBody(next.Parent.Parent)) 1468return property.AccessorList is null || IsAccessorListWithoutAccessorsWithBlockBody(property.AccessorList);