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