1 write to _state
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTestUtils\Hubs.cs (1)
1264_state = state;
4 references to _state
Microsoft.AspNetCore.SignalR.Tests (4)
HubConnectionHandlerTestUtils\Hubs.cs (4)
1269_state.TokenStateInConnected = Context.ConnectionAborted.IsCancellationRequested; 1273_state.TokenCallbackTriggered = true; 1291_state.TokenStateInDisconnected = Context.ConnectionAborted.IsCancellationRequested; 1292_state.DisconnectedException = exception;