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)
19public VSTypeScriptInlineRenameReplacementKind Kind => VSTypeScriptInlineRenameReplacementKindHelpers.ConvertFrom(UnderlyingObject.Kind); 20public TextSpan OriginalSpan => UnderlyingObject.OriginalSpan; 21public TextSpan NewSpan => UnderlyingObject.NewSpan;