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)
80
return
_lastTask
;
112
var nextTask = TransformModelAsync(
_lastTask
);// transformModelAsync(_lastTask, _stopCancellationToken);
136
updateController &= nextTask ==
_lastTask
;