3 writes to _popCompletionTask
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (3)
177
_popCompletionTask
= null;
393
_popCompletionTask
= new TaskCompletionSource<bool>();
779
_self.
_popCompletionTask
= new TaskCompletionSource<bool>();
5 references to _popCompletionTask
Microsoft.Maui.Controls (5)
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (5)
176
_popCompletionTask
?.TrySetResult(false);
394
e.Task =
_popCompletionTask
.Task;
398
await
_popCompletionTask
.Task;
726
var popTask = _self.
_popCompletionTask
;
780
_self.SendPoppedOnCompletion(_self.
_popCompletionTask
.Task);