1 write to _logger
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2165_logger = _hubConnection._logger;
14 references to _logger
Microsoft.AspNetCore.SignalR.Client.Core (14)
HubConnection.cs (14)
2173?? DefaultStatefulReconnectBufferSize, _logger); 2188Log.InvocationAlreadyInUse(_logger, irq.InvocationId); 2224Log.CancelingOutstandingInvocations(_logger); 2230Log.RemovingInvocation(_logger, outstandingCall.InvocationId); 2263Log.Stopping(_logger); 2266Log.TerminatingReceiveLoop(_logger); 2270Log.WaitingForReceiveLoopToTerminate(_logger); 2273Log.Stopped(_logger); 2313Log.DroppingMessage(_logger, ((HubInvocationMessage)message).GetType().Name, ((HubInvocationMessage)message).InvocationId); 2360Log.UnableToAcquireConnectionLockForPing(_logger); 2364Log.AcquiredConnectionLockForPing(_logger); 2399Log.ReceivedUnexpectedResponse(_logger, invocationId); 2411Log.ReceivedUnexpectedResponse(_logger, invocationId); 2421Log.MissingHandler(_logger, methodName);