1 write to UnderlyingObject
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\Api\VSTypeScriptInlineRenameReplacementWrapper.cs (1)
17
=>
UnderlyingObject
= underlyingObject;
4 references to UnderlyingObject
Microsoft.CodeAnalysis.EditorFeatures (4)
ExternalAccess\VSTypeScript\Api\IVSTypeScriptInlineRenameReplacementInfo.cs (1)
37
=> GetReplacements(documentId).Select(r => r.
UnderlyingObject
);
ExternalAccess\VSTypeScript\Api\VSTypeScriptInlineRenameReplacementWrapper.cs (3)
19
public VSTypeScriptInlineRenameReplacementKind Kind => VSTypeScriptInlineRenameReplacementKindHelpers.ConvertFrom(
UnderlyingObject
.Kind);
20
public TextSpan OriginalSpan =>
UnderlyingObject
.OriginalSpan;
21
public TextSpan NewSpan =>
UnderlyingObject
.NewSpan;