3 references to _implementation
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (3)
RazorSourceGeneratedDocumentExcerptServiceWrapper.cs (3)
27
return
_implementation
is not null && document.IsRazorSourceGeneratedDocument();
32
if (
_implementation
is null || !document.IsRazorSourceGeneratedDocument())
45
var result = await
_implementation
.TryExcerptAsync(document, span, razorMode, options, cancellationToken).ConfigureAwait(false);