1 write to _connectionId
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\ConnectionLogScope.cs (1)
17
_connectionId
= connectionId;
2 references to _connectionId
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\ConnectionLogScope.cs (2)
26
return new KeyValuePair<string, object>("ConnectionId",
_connectionId
);
55
_connectionId
);