5 references to _implementation
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (5)
RazorSourceGeneratedDocumentSpanMappingServiceWrapper.cs (5)
28return _implementation is not null && document.IsRazorSourceGeneratedDocument(); 33if (_implementation is null || 40var mappedChanges = await _implementation.GetMappedTextChangesAsync(oldDocument, newDocument, cancellationToken).ConfigureAwait(false); 65if (_implementation is null || 71var mappedSpans = await _implementation.MapSpansAsync(document, spans, cancellationToken).ConfigureAwait(false);