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