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