3 writes to _popCompletionTask
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (3)
184
_popCompletionTask
= null;
401
_popCompletionTask
= new TaskCompletionSource<bool>();
803
_self.
_popCompletionTask
= new TaskCompletionSource<bool>();
5 references to _popCompletionTask
Microsoft.Maui.Controls (5)
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (5)
183
_popCompletionTask
?.TrySetResult(false);
402
e.Task =
_popCompletionTask
.Task;
406
await
_popCompletionTask
.Task;
750
var popTask = _self.
_popCompletionTask
;
804
_self.SendPoppedOnCompletion(_self.
_popCompletionTask
.Task);