1 write to _service
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\Editor\Implementation\Debugging\FSharpBreakpointResolutionService.cs (1)
28
_service
= service;
2 references to _service
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\Editor\Implementation\Debugging\FSharpBreakpointResolutionService.cs (2)
32
=> (await
_service
.ResolveBreakpointAsync(document, textSpan, cancellationToken).ConfigureAwait(false))?.UnderlyingObject;
35
=> (await
_service
.ResolveBreakpointsAsync(solution, name, cancellationToken).ConfigureAwait(false)).Select(r => r.UnderlyingObject);