1 implementation of ValidateBreakableRangeAsync
Microsoft.CodeAnalysis.Remote.Razor (1)
Debugging\RemoteDebugInfoService.cs (1)
27public ValueTask<LinePositionSpan?> ValidateBreakableRangeAsync(RazorPinnedSolutionInfoWrapper solutionInfo, DocumentId documentId, LinePositionSpan span, CancellationToken cancellationToken)
1 reference to ValidateBreakableRangeAsync
Microsoft.VisualStudio.LanguageServices.Razor (1)
LanguageClient\Cohost\CohostValidateBreakableRangeEndpoint.cs (1)
55service.ValidateBreakableRangeAsync(solutionInfo, razorDocument.Id, span, cancellationToken),