1 write to _underlyingObject
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\Api\VSTypeScriptInlineRenameLocationWrapper.cs (1)
17
=>
_underlyingObject
= underlyingObject;
2 references to _underlyingObject
Microsoft.CodeAnalysis.EditorFeatures (2)
ExternalAccess\VSTypeScript\Api\VSTypeScriptInlineRenameLocationWrapper.cs (2)
19
public Document Document =>
_underlyingObject
.Document;
20
public TextSpan TextSpan =>
_underlyingObject
.TextSpan;