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