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)
81
return
_lastTask
;
113
var nextTask = TransformModelAsync(
_lastTask
);// transformModelAsync(_lastTask, _stopCancellationToken);
137
updateController &= nextTask ==
_lastTask
;