6 references to IsAccessorListWithoutAccessorsWithBlockBody
Microsoft.CodeAnalysis.CSharp (6)
Syntax\SyntaxNormalizer.cs (6)
202if (IsAccessorListWithoutAccessorsWithBlockBody(currentToken.Parent?.Parent)) 322IsAccessorListWithoutAccessorsWithBlockBody(parent) || 354IsAccessorListWithoutAccessorsWithBlockBody(parent) || 434IsAccessorListWithoutAccessorsWithBlockBody(currentToken.Parent.Parent)) 621if (IsAccessorListWithoutAccessorsWithBlockBody(next.Parent) || 622IsAccessorListWithoutAccessorsWithBlockBody(next.Parent.Parent))