1 write to Subscriber
Microsoft.Maui (1)
WeakEventManager.cs (1)
153
Subscriber
= subscriber;
8 references to Subscriber
Microsoft.Maui (8)
WeakEventManager.cs (8)
50
bool isStatic = subscription.
Subscriber
== null;
58
object? subscriber = subscription.
Subscriber
?.Target;
132
if (current.
Subscriber
!= null && !current.
Subscriber
.IsAlive)
139
if (current.
Subscriber
?.Target == handlerTarget && current.Handler.Name == methodInfo.Name)
160
public bool Equals(Subscription other) =>
Subscriber
== other.
Subscriber
&& Handler == other.Handler;
164
public override int GetHashCode() =>
Subscriber
?.GetHashCode() ?? 0 ^ Handler.GetHashCode();