5 references to _implementation
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (5)
RazorSourceGeneratedDocumentSpanMappingServiceWrapper.cs (5)
29return _implementation is not null && document.IsRazorSourceGeneratedDocument(); 34if (_implementation is null || 41var mappedChanges = await _implementation.GetMappedTextChangesAsync(oldDocument, newDocument, cancellationToken).ConfigureAwait(false); 66if (_implementation is null || 72var mappedSpans = await _implementation.MapSpansAsync(document, spans, cancellationToken).ConfigureAwait(false);