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