1 write to _logScope
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
246
_logScope
= new ConnectionLogScope();
8 references to _logScope
Microsoft.AspNetCore.SignalR.Client.Core (8)
HubConnection.cs (8)
267
using (_logger.BeginScope(
_logScope
))
320
using (_logger.BeginScope(
_logScope
))
336
using (_logger.BeginScope(
_logScope
))
436
using (_logger.BeginScope(
_logScope
))
458
using (_logger.BeginScope(
_logScope
))
477
using (_logger.BeginScope(
_logScope
))
2159
_hubConnection.
_logScope
.ConnectionId = connection.ConnectionId;
2271
_hubConnection.
_logScope
.ConnectionId = null;