7 references to IsAccessorListWithoutAccessorsWithBlockBody
Microsoft.CodeAnalysis.CSharp (7)
Syntax\SyntaxNormalizer.cs (7)
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))
1443
return property.AccessorList is null ||
IsAccessorListWithoutAccessorsWithBlockBody
(property.AccessorList);