2 writes to registrations
Microsoft.AspNetCore.SignalR.Client.Tests (2)
HubClientProxy.g.cs (2)
32this.registrations = registrations; 59this.registrations = null;
2 references to registrations
Microsoft.AspNetCore.SignalR.Client.Tests (2)
HubClientProxy.g.cs (2)
37if (this.registrations is null) 43foreach(var registration in this.registrations)