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