1 write to AllRenameLocationsTask
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\InlineRenameSession.cs (1)
302
AllRenameLocationsTask
= _threadingContext.JoinableTaskFactory.RunAsync(async () =>
7 references to AllRenameLocationsTask
Microsoft.CodeAnalysis.EditorFeatures (7)
InlineRename\InlineRenameSession.cs (6)
108
/// includes the <see cref="
AllRenameLocationsTask
"/> tasks.
113
/// This task is a continuation of the <see cref="
AllRenameLocationsTask
"/> that is the result of computing
299
var currentRenameLocationsTask =
AllRenameLocationsTask
;
307
await
AllRenameLocationsTask
.JoinAsync(cancellationToken).ConfigureAwait(false);
323
AllRenameLocationsTask
.Task.CompletesAsyncOperation(asyncToken);
538
var result = await
AllRenameLocationsTask
.JoinAsync(cancellationToken).ConfigureAwait(false);
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (1)
223
var renameLocations = await this.BaseViewModel.Session.
AllRenameLocationsTask
.JoinAsync(cancellationToken)