3 references to GetBlockBodySpan
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (3)
956return GetBlockBodySpan(method.Body); 967return (constructor.Body != null && GetBlockBodySpan(constructor.Body).Contains(span)) || 970return method.Body != null && GetBlockBodySpan(method.Body).Contains(span);