1 write to _messageBody
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Stream.cs (1)
195_messageBody = new Http2MessageBody(this);
3 references to _messageBody
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2Stream.cs (3)
189if (_messageBody != null) 191_messageBody.Reset(); 198return _messageBody;