1 write to _connectionId
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2FrameWriter.cs (1)
103_connectionId = connectionId;
9 references to _connectionId
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http2\Http2FrameWriter.cs (9)
151_log.Http2QueueOperationsExceeded(_connectionId, ex); 253_log.Http2UnexpectedDataRemaining(stream.StreamId, _connectionId); 311_log.Http2UnexpectedConnectionQueueError(_connectionId, ex); 316_log.Http2ConnectionQueueProcessingCompleted(_connectionId); 322_log.Http2ConnectionError(_connectionId, connectionError); 496_log.HPackEncodingError(_connectionId, streamId, ex); 537_log.HPackEncodingError(_connectionId, streamId, ex); 879_log.Http2FrameSending(_connectionId, _outgoingFrame); 993_log.Http2FlowControlQueueOperationsExceeded(_connectionId, _maximumFlowControlQueueSize);