1 write to CancellationRegistration
System.Net.WebSockets (1)
System\Net\WebSockets\AsyncMutex.cs (1)
89w.CancellationRegistration = cancellationToken.UnsafeRegister((s, token) => OnCancellation(s, token), w);
2 references to CancellationRegistration
System.Net.WebSockets (2)
System\Net\WebSockets\AsyncMutex.cs (2)
97w.CancellationRegistration.Unregister(); 240w.CancellationRegistration.Unregister();