1 write to _messageBody
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Stream.cs (1)
207
_messageBody
= new Http2MessageBody(this);
3 references to _messageBody
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2Stream.cs (3)
201
if (
_messageBody
!= null)
203
_messageBody
.Reset();
210
return
_messageBody
;