4 references to UnderlyingObject
Microsoft.CodeAnalysis.EditorFeatures (4)
ExternalAccess\VSTypeScript\Api\VSTypeScriptDebugLocationInfoWrapper.cs (3)
13public readonly string Name => UnderlyingObject.Name; 14public readonly int LineOffset => UnderlyingObject.LineOffset; 15internal bool IsDefault => UnderlyingObject.IsDefault;
ExternalAccess\VSTypeScript\VSTypeScriptLanguageDebugInfoService.cs (1)
27=> (await _implementation.GetLocationInfoAsync(document, position, cancellationToken).ConfigureAwait(false)).UnderlyingObject;