1 write to _logScope
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
240
_logScope
= new ConnectionLogScope();
8 references to _logScope
Microsoft.AspNetCore.SignalR.Client.Core (8)
HubConnection.cs (8)
261
using (_logger.BeginScope(
_logScope
))
314
using (_logger.BeginScope(
_logScope
))
330
using (_logger.BeginScope(
_logScope
))
430
using (_logger.BeginScope(
_logScope
))
452
using (_logger.BeginScope(
_logScope
))
471
using (_logger.BeginScope(
_logScope
))
2153
_hubConnection.
_logScope
.ConnectionId = connection.ConnectionId;
2265
_hubConnection.
_logScope
.ConnectionId = null;