1 write to _isClosed
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3PendingStream.cs (1)
31
_isClosed
= true;
3 references to _isClosed
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3PendingStream.cs (3)
27
if (
_isClosed
)
48
while (!
_isClosed
)
86
if (!
_isClosed
)