2 references to _underlyingObject
Microsoft.CodeAnalysis.EditorFeatures (2)
ExternalAccess\VSTypeScript\Api\VSTypeScriptInlineRenameLocationWrapper.cs (2)
14
public Document Document =>
_underlyingObject
.Document;
15
public TextSpan TextSpan =>
_underlyingObject
.TextSpan;