1 write to _isClosed
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3ControlStream.cs (1)
110
if (Interlocked.Exchange(ref
_isClosed
, 1) == 0)
3 references to _isClosed
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3ControlStream.cs (3)
151
while (
_isClosed
== 0)
250
while (
_isClosed
== 0)
289
while (
_isClosed
== 0)