1 write to _messageBody
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Stream.cs (1)
206_messageBody = new Http2MessageBody(this);
3 references to _messageBody
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2Stream.cs (3)
200if (_messageBody != null) 202_messageBody.Reset(); 209return _messageBody;