2 references to GetBlockBodySpan
Microsoft.CodeAnalysis.CSharp.Features (2)
SolutionCrawler\CSharpDocumentDifferenceService.cs (2)
24return (constructor.Body != null && GetBlockBodySpan(constructor.Body).Contains(span)) || 27return method.Body != null && GetBlockBodySpan(method.Body).Contains(span);