1 write to _logger
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2161_logger = _hubConnection._logger;
14 references to _logger
Microsoft.AspNetCore.SignalR.Client.Core (14)
HubConnection.cs (14)
2169?? DefaultStatefulReconnectBufferSize, _logger); 2184Log.InvocationAlreadyInUse(_logger, irq.InvocationId); 2220Log.CancelingOutstandingInvocations(_logger); 2226Log.RemovingInvocation(_logger, outstandingCall.InvocationId); 2259Log.Stopping(_logger); 2262Log.TerminatingReceiveLoop(_logger); 2266Log.WaitingForReceiveLoopToTerminate(_logger); 2269Log.Stopped(_logger); 2309Log.DroppingMessage(_logger, ((HubInvocationMessage)message).GetType().Name, ((HubInvocationMessage)message).InvocationId); 2356Log.UnableToAcquireConnectionLockForPing(_logger); 2360Log.AcquiredConnectionLockForPing(_logger); 2395Log.ReceivedUnexpectedResponse(_logger, invocationId); 2407Log.ReceivedUnexpectedResponse(_logger, invocationId); 2417Log.MissingHandler(_logger, methodName);