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