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