2 references to _service
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\Editor\Implementation\Debugging\FSharpLanguageDebugInfoService.cs (2)
25
=> (await
_service
.GetDataTipInfoAsync(document, position, cancellationToken).ConfigureAwait(false)).UnderlyingObject;
28
=> (await
_service
.GetLocationInfoAsync(document, position, cancellationToken).ConfigureAwait(false)).UnderlyingObject;