2 writes to _accumulatedEvent
Microsoft.Maui.Controls (2)
Shell\ShellNavigationManager.cs (2)
253
_accumulatedEvent
= args;
257
_accumulatedEvent
= null;
3 references to _accumulatedEvent
Microsoft.Maui.Controls (3)
Shell\ShellNavigationManager.cs (3)
208
if (
_accumulatedEvent
!= null)
209
HandleNavigated(
_accumulatedEvent
);
252
if (
_accumulatedEvent
== null)