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