1 write to _logger
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2339_logger = _hubConnection._logger;
14 references to _logger
Microsoft.AspNetCore.SignalR.Client.Core (14)
HubConnection.cs (14)
2347?? DefaultStatefulReconnectBufferSize, _logger); 2362Log.InvocationAlreadyInUse(_logger, irq.InvocationId); 2398Log.CancelingOutstandingInvocations(_logger); 2404Log.RemovingInvocation(_logger, outstandingCall.InvocationId); 2437Log.Stopping(_logger); 2440Log.TerminatingReceiveLoop(_logger); 2444Log.WaitingForReceiveLoopToTerminate(_logger); 2447Log.Stopped(_logger); 2501Log.DroppingMessage(_logger, ((HubInvocationMessage)message).GetType().Name, ((HubInvocationMessage)message).InvocationId); 2548Log.UnableToAcquireConnectionLockForPing(_logger); 2552Log.AcquiredConnectionLockForPing(_logger); 2587Log.ReceivedUnexpectedResponse(_logger, invocationId); 2599Log.ReceivedUnexpectedResponse(_logger, invocationId); 2609Log.MissingHandler(_logger, methodName);