1 write to _logger
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2155_logger = _hubConnection._logger;
14 references to _logger
Microsoft.AspNetCore.SignalR.Client.Core (14)
HubConnection.cs (14)
2163?? DefaultStatefulReconnectBufferSize, _logger); 2178Log.InvocationAlreadyInUse(_logger, irq.InvocationId); 2214Log.CancelingOutstandingInvocations(_logger); 2220Log.RemovingInvocation(_logger, outstandingCall.InvocationId); 2253Log.Stopping(_logger); 2256Log.TerminatingReceiveLoop(_logger); 2260Log.WaitingForReceiveLoopToTerminate(_logger); 2263Log.Stopped(_logger); 2303Log.DroppingMessage(_logger, ((HubInvocationMessage)message).GetType().Name, ((HubInvocationMessage)message).InvocationId); 2350Log.UnableToAcquireConnectionLockForPing(_logger); 2354Log.AcquiredConnectionLockForPing(_logger); 2389Log.ReceivedUnexpectedResponse(_logger, invocationId); 2401Log.ReceivedUnexpectedResponse(_logger, invocationId); 2411Log.MissingHandler(_logger, methodName);