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