3 instantiations of SelfRef
Microsoft.AspNetCore.SignalR.Tests (3)
HubConnectionHandlerTestUtils\Hubs.cs (3)
184return Clients.Caller.SendAsync("Send", new SelfRef()); 1281return Clients.Caller.SendAsync("Send", new SelfRef()); 1286return Clients.All.SendAsync("Send", new SelfRef());
1 reference to SelfRef
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTestUtils\Hubs.cs (1)
388public SelfRef Self { get; set; }