1 write to _blockAccessExceptions
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
src\Shared\Buffers.MemoryPool\DiagnosticMemoryPool.cs (1)
42_blockAccessExceptions = new List<Exception>();
4 references to _blockAccessExceptions
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (4)
src\Shared\Buffers.MemoryPool\DiagnosticMemoryPool.cs (4)
96_blockAccessExceptions.Add(exception); 119if (_blockAccessExceptions.Count > 0) 138if (_blockAccessExceptions.Count > 0) 150return new AggregateException("Exceptions occurred while accessing blocks", _blockAccessExceptions.ToArray());