1 write to UnderlyingObject
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\Api\VSTypeScriptDebugDataTipInfoWrapper.cs (1)
15=> UnderlyingObject = new DebugDataTipInfo(span, text);
4 references to UnderlyingObject
Microsoft.CodeAnalysis.EditorFeatures (4)
ExternalAccess\VSTypeScript\Api\VSTypeScriptDebugDataTipInfoWrapper.cs (3)
17public readonly TextSpan Span => UnderlyingObject.Span; 18public readonly string Text => UnderlyingObject.Text; 19public bool IsDefault => UnderlyingObject.IsDefault;
ExternalAccess\VSTypeScript\VSTypeScriptLanguageDebugInfoService.cs (1)
27=> (await _implementation.GetDataTipInfoAsync(document, position, cancellationToken).ConfigureAwait(false)).UnderlyingObject;