2 writes to ConnectionId
Microsoft.AspNetCore.SignalR.Client.Core (2)
HubConnection.cs (2)
2153_hubConnection._logScope.ConnectionId = connection.ConnectionId; 2265_hubConnection._logScope.ConnectionId = null;
4 references to ConnectionId
Microsoft.AspNetCore.SignalR.Client.Core (4)
Internal\ConnectionLogScope.cs (4)
35return new KeyValuePair<string, object?>(ClientConnectionIdKey, ConnectionId); 42public int Count => string.IsNullOrEmpty(ConnectionId) ? 0 : 1; 61if (!string.IsNullOrEmpty(ConnectionId)) 63_cachedToString = FormattableString.Invariant($"{ClientConnectionIdKey}:{ConnectionId}");