3 references to AllRenameLocationsTask
Microsoft.CodeAnalysis.EditorFeatures (3)
InlineRename\InlineRenameSession.cs (2)
116
/// includes the <see cref="
AllRenameLocationsTask
"/> tasks.
121
/// This task is a continuation of the <see cref="
AllRenameLocationsTask
"/> that is the result of computing
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (1)
231
var renameLocations = await this.BaseViewModel.Session.
AllRenameLocationsTask
.JoinAsync(cancellationToken)