2 writes to _completed
Microsoft.Maui.Controls (2)
Shell\ShellNavigatingDeferral.cs (2)
15 _completed = completed; 21 var taskToComplete = Interlocked.Exchange(ref _completed, null);
1 reference to _completed
Microsoft.Maui.Controls (1)
Shell\ShellNavigatingDeferral.cs (1)
27 internal bool IsCompleted => _completed == null;