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)
200
if (
_messageBody
!= null)
202
_messageBody
.Reset();
209
return
_messageBody
;