Skip to content

Commit

Permalink
Remove obsolete apis
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed Feb 9, 2022
1 parent af3016f commit e749414
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@

namespace Microsoft.CodeAnalysis.ExternalAccess.Razor
{
[Obsolete("Use IRazorDocumentExcerptServiceImplementation instead")]
internal interface IRazorDocumentExcerptService
{
Task<RazorExcerptResult?> TryExcerptAsync(Document document, TextSpan span, RazorExcerptMode mode, CancellationToken cancellationToken);
}

internal interface IRazorDocumentExcerptServiceImplementation
{
Task<RazorExcerptResult?> TryExcerptAsync(Document document, TextSpan span, RazorExcerptMode mode, RazorClassificationOptionsWrapper options, CancellationToken cancellationToken);
Expand Down

0 comments on commit e749414

Please sign in to comment.