3 writes to _lastTask
Microsoft.CodeAnalysis.EditorFeatures (3)
IntelliSense\ModelComputation.cs (3)
61_notifyControllerTask = _lastTask = SpecializedTasks.Null<TModel>(); 96_notifyControllerTask = _lastTask = SpecializedTasks.Null<TModel>(); 117_lastTask = nextTask;
3 references to _lastTask
Microsoft.CodeAnalysis.EditorFeatures (3)
IntelliSense\ModelComputation.cs (3)
81return _lastTask; 113var nextTask = TransformModelAsync(_lastTask);// transformModelAsync(_lastTask, _stopCancellationToken); 137updateController &= nextTask == _lastTask;