1 write to UnderlyingObject
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Editor\Implementation\Debugging\FSharpDebugDataTipInfo.cs (1)
15
=>
UnderlyingObject
= new DebugDataTipInfo(span, text);
4 references to UnderlyingObject
Microsoft.CodeAnalysis.ExternalAccess.FSharp (4)
Editor\Implementation\Debugging\FSharpDebugDataTipInfo.cs (3)
17
public readonly TextSpan Span =>
UnderlyingObject
.Span;
18
public readonly string Text =>
UnderlyingObject
.Text;
19
public bool IsDefault =>
UnderlyingObject
.IsDefault;
Internal\Editor\Implementation\Debugging\FSharpLanguageDebugInfoService.cs (1)
31
=> (await _service.GetDataTipInfoAsync(document, position, cancellationToken).ConfigureAwait(false)).
UnderlyingObject
;