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 311var currentRenameLocationsTask = _allRenameLocationsTask; 319await _allRenameLocationsTask.JoinAsync(cancellationToken).ConfigureAwait(false); 335_allRenameLocationsTask.Task.CompletesAsyncOperation(asyncToken); 542var result = await _allRenameLocationsTask.JoinAsync(cancellationToken).ConfigureAwait(false);