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