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