1 write to _connectionId
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2FrameWriter.cs (1)
124_connectionId = connectionId;
9 references to _connectionId
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http2\Http2FrameWriter.cs (9)
171_log.Http2QueueOperationsExceeded(_connectionId, ex); 284_log.Http2UnexpectedDataRemaining(stream.StreamId, _connectionId); 342_log.Http2UnexpectedConnectionQueueError(_connectionId, ex); 347_log.Http2ConnectionQueueProcessingCompleted(_connectionId); 356_log.Http2ConnectionError(_connectionId, connectionError); 558_log.HPackEncodingError(_connectionId, streamId, ex); 599_log.HPackEncodingError(_connectionId, streamId, ex); 1011_log.Http2FrameSending(_connectionId, _outgoingFrame); 1130_log.Http2FlowControlQueueOperationsExceeded(_connectionId, _maximumFlowControlQueueSize);