1 write to UnderlyingObject
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Editor\Implementation\Debugging\FSharpBreakpointResolutionResult.cs (1)
16
=>
UnderlyingObject
= result;
6 references to UnderlyingObject
Microsoft.CodeAnalysis.ExternalAccess.FSharp (6)
Editor\Implementation\Debugging\FSharpBreakpointResolutionResult.cs (4)
18
public Document Document =>
UnderlyingObject
.Document;
19
public TextSpan TextSpan =>
UnderlyingObject
.TextSpan;
20
public string? LocationNameOpt =>
UnderlyingObject
.LocationNameOpt;
21
public bool IsLineBreakpoint =>
UnderlyingObject
.IsLineBreakpoint;
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
);