4 references to UnderlyingObject
Microsoft.CodeAnalysis.EditorFeatures (4)
ExternalAccess\VSTypeScript\Api\VSTypeScriptDebugDataTipInfoWrapper.cs (3)
14
public readonly TextSpan Span =>
UnderlyingObject
.Span;
15
public readonly string Text =>
UnderlyingObject
.Text!;
16
public bool IsDefault =>
UnderlyingObject
.IsDefault;
ExternalAccess\VSTypeScript\VSTypeScriptLanguageDebugInfoService.cs (1)
24
=> (await _implementation.GetDataTipInfoAsync(document, position, cancellationToken).ConfigureAwait(false)).
UnderlyingObject
;