2 writes to _deferralCount
Microsoft.Maui.Controls (2)
Shell\ShellNavigatingEventArgs.cs (2)
64
var currentCount = Interlocked.Increment(ref
_deferralCount
);
75
if (Interlocked.Decrement(ref
_deferralCount
) == 0)
1 reference to _deferralCount
Microsoft.Maui.Controls (1)
Shell\ShellNavigatingEventArgs.cs (1)
103
internal int DeferralCount =>
_deferralCount
;