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)
29public abstract TextSpan? GetConflictEditSpan(VSTypeScriptInlineRenameLocationWrapper location, string replacementText, CancellationToken cancellationToken); 31public abstract TextSpan GetReferenceEditSpan(VSTypeScriptInlineRenameLocationWrapper location, CancellationToken cancellationToken);