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