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