1 write to _logger
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2454_logger = _hubConnection._logger;
14 references to _logger
Microsoft.AspNetCore.SignalR.Client.Core (14)
HubConnection.cs (14)
2462?? DefaultStatefulReconnectBufferSize, _logger); 2477Log.InvocationAlreadyInUse(_logger, irq.InvocationId); 2513Log.CancelingOutstandingInvocations(_logger); 2519Log.RemovingInvocation(_logger, outstandingCall.InvocationId); 2552Log.Stopping(_logger); 2555Log.TerminatingReceiveLoop(_logger); 2559Log.WaitingForReceiveLoopToTerminate(_logger); 2562Log.Stopped(_logger); 2616Log.DroppingMessage(_logger, ((HubInvocationMessage)message).GetType().Name, ((HubInvocationMessage)message).InvocationId); 2663Log.UnableToAcquireConnectionLockForPing(_logger); 2667Log.AcquiredConnectionLockForPing(_logger); 2702Log.ReceivedUnexpectedResponse(_logger, invocationId); 2714Log.ReceivedUnexpectedResponse(_logger, invocationId); 2724Log.MissingHandler(_logger, methodName);