1 write to _messageBody
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Stream.cs (1)
1001
_messageBody
= new Http3MessageBody(this);
3 references to _messageBody
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3Stream.cs (3)
995
if (
_messageBody
!= null)
997
_messageBody
.Reset();
1004
return
_messageBody
;