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