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