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