1 write to _allRenameLocationsTask
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\InlineRenameSession.cs (1)
314
_allRenameLocationsTask
= _threadingContext.JoinableTaskFactory.RunAsync(async () =>
6 references to _allRenameLocationsTask
Microsoft.CodeAnalysis.EditorFeatures (6)
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
311
var currentRenameLocationsTask =
_allRenameLocationsTask
;
319
await
_allRenameLocationsTask
.JoinAsync(cancellationToken).ConfigureAwait(false);
335
_allRenameLocationsTask
.Task.CompletesAsyncOperation(asyncToken);
542
var result = await
_allRenameLocationsTask
.JoinAsync(cancellationToken).ConfigureAwait(false);