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