3 references to VSTypeScriptInlineRenameLocationWrapper
Microsoft.CodeAnalysis.EditorFeatures (3)
ExternalAccess\VSTypeScript\Api\IVSTypeScriptInlineRenameLocationSet.cs (1)
23public abstract IList<VSTypeScriptInlineRenameLocationWrapper> Locations { get; }
ExternalAccess\VSTypeScript\Api\VSTypeScriptInlineRenameInfo.cs (2)
27public abstract TextSpan? GetConflictEditSpan(VSTypeScriptInlineRenameLocationWrapper location, string replacementText, CancellationToken cancellationToken); 29public abstract TextSpan GetReferenceEditSpan(VSTypeScriptInlineRenameLocationWrapper location, CancellationToken cancellationToken);