1 write to _logScope
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
274
_logScope
= new ConnectionLogScope();
8 references to _logScope
Microsoft.AspNetCore.SignalR.Client.Core (8)
HubConnection.cs (8)
297
using (_logger.BeginScope(
_logScope
))
350
using (_logger.BeginScope(
_logScope
))
366
using (_logger.BeginScope(
_logScope
))
466
using (_logger.BeginScope(
_logScope
))
488
using (_logger.BeginScope(
_logScope
))
507
using (_logger.BeginScope(
_logScope
))
2452
_hubConnection.
_logScope
.ConnectionId = connection.ConnectionId;
2564
_hubConnection.
_logScope
.ConnectionId = null;