2 references to SpanMappingHelper
Microsoft.CodeAnalysis.Features (2)
CodeLens\CodeLensReferencesService.cs (2)
227
if (!
SpanMappingHelper
.CanMapSpans(document))
234
var results = await
SpanMappingHelper
.TryGetMappedSpanResultAsync(document, [span], cancellationToken).ConfigureAwait(false);