1 write to _service
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\Editor\Implementation\Debugging\FSharpLanguageDebugInfoService.cs (1)
27_service = service;
2 references to _service
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\Editor\Implementation\Debugging\FSharpLanguageDebugInfoService.cs (2)
31=> (await _service.GetDataTipInfoAsync(document, position, cancellationToken).ConfigureAwait(false)).UnderlyingObject; 34=> (await _service.GetLocationInfoAsync(document, position, cancellationToken).ConfigureAwait(false)).UnderlyingObject;