2 writes to _isClosed
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3Stream.cs (2)
97
_isClosed
= 0;
573
if (Interlocked.Exchange(ref
_isClosed
, 1) == 0)
1 reference to _isClosed
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Stream.cs (1)
612
while (
_isClosed
== 0)