2 writes to _current
Microsoft.AspNetCore.SignalR.Tests (2)
HubConnectionHandlerTestUtils\Hubs.cs (2)
921
_current
= result.Result;
932
_current
= await channelReadTask;
1 reference to _current
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTestUtils\Hubs.cs (1)
913
public T Current =>
_current
;