3 references to GetBlockBodySpan
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
CSharpSyntaxFacts.cs (3)
953return GetBlockBodySpan(method.Body); 964return (constructor.Body != null && GetBlockBodySpan(constructor.Body).Contains(span)) || 967return method.Body != null && GetBlockBodySpan(method.Body).Contains(span);