4 references to UnderlyingObject
Microsoft.CodeAnalysis.ExternalAccess.FSharp (4)
Editor\Implementation\Debugging\FSharpDebugDataTipInfo.cs (3)
14public readonly TextSpan Span => UnderlyingObject.Span; 15public readonly string Text => UnderlyingObject.Text!; 16public bool IsDefault => UnderlyingObject.IsDefault;
Internal\Editor\Implementation\Debugging\FSharpLanguageDebugInfoService.cs (1)
25=> (await _service.GetDataTipInfoAsync(document, position, cancellationToken).ConfigureAwait(false)).UnderlyingObject;