1 write to UnderlyingObject
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\Api\VSTypeScriptDebugLocationInfoWrapper.cs (1)
14=> UnderlyingObject = new DebugLocationInfo(name, lineOffset);
4 references to UnderlyingObject
Microsoft.CodeAnalysis.EditorFeatures (4)
ExternalAccess\VSTypeScript\Api\VSTypeScriptDebugLocationInfoWrapper.cs (3)
16public readonly string Name => UnderlyingObject.Name; 17public readonly int LineOffset => UnderlyingObject.LineOffset; 18internal bool IsDefault => UnderlyingObject.IsDefault;
ExternalAccess\VSTypeScript\VSTypeScriptLanguageDebugInfoService.cs (1)
30=> (await _implementation.GetLocationInfoAsync(document, position, cancellationToken).ConfigureAwait(false)).UnderlyingObject;