1 implementation of ResolveBreakpointRangeAsync
Microsoft.CodeAnalysis.Remote.Razor (1)
Debugging\RemoteDebugInfoService.cs (1)
56public ValueTask<LinePositionSpan?> ResolveBreakpointRangeAsync(RazorPinnedSolutionInfoWrapper solutionInfo, DocumentId documentId, LinePosition position, CancellationToken cancellationToken)
2 references to ResolveBreakpointRangeAsync
Microsoft.VisualStudio.LanguageServices.Razor (1)
LanguageClient\Debugging\RazorBreakpointResolver.cs (1)
59service.ResolveBreakpointRangeAsync(solutionInfo, razorDocument.Id, new(lineIndex, characterIndex), cancellationToken),
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\RemoteDebugInfoServiceTest.cs (1)
497service.ResolveBreakpointRangeAsync(solutionInfo, document.Id, span, cancellationToken),