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