1 write to _isClosed
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3ControlStream.cs (1)
122if (Interlocked.Exchange(ref _isClosed, 1) == 0)
2 references to _isClosed
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3ControlStream.cs (2)
157while (_isClosed == 0) 260while (_isClosed == 0)