3 writes to _lastTask
Microsoft.CodeAnalysis.EditorFeatures (3)
IntelliSense\ModelComputation.cs (3)
60_notifyControllerTask = _lastTask = SpecializedTasks.Null<TModel>(); 95_notifyControllerTask = _lastTask = SpecializedTasks.Null<TModel>(); 116_lastTask = nextTask;
3 references to _lastTask
Microsoft.CodeAnalysis.EditorFeatures (3)
IntelliSense\ModelComputation.cs (3)
80return _lastTask; 112var nextTask = TransformModelAsync(_lastTask);// transformModelAsync(_lastTask, _stopCancellationToken); 136updateController &= nextTask == _lastTask;