1 write to _logScope
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
252
_logScope
= new ConnectionLogScope();
8 references to _logScope
Microsoft.AspNetCore.SignalR.Client.Core (8)
HubConnection.cs (8)
275
using (_logger.BeginScope(
_logScope
))
328
using (_logger.BeginScope(
_logScope
))
344
using (_logger.BeginScope(
_logScope
))
444
using (_logger.BeginScope(
_logScope
))
466
using (_logger.BeginScope(
_logScope
))
485
using (_logger.BeginScope(
_logScope
))
2337
_hubConnection.
_logScope
.ConnectionId = connection.ConnectionId;
2449
_hubConnection.
_logScope
.ConnectionId = null;