4 references to DefaultArrayPoolRentSize
System.Net.ServerSentEvents (4)
System\Net\ServerSentEvents\SseParser_1.cs (4)
102_maxBufferSize = options.MaxBufferSize == -1 ? DefaultMaxBufferSize : Math.Max(options.MaxBufferSize, DefaultArrayPoolRentSize); 121_lineBuffer = ArrayPool<byte>.Shared.Rent(DefaultArrayPoolRentSize); 201_lineBuffer = ArrayPool<byte>.Shared.Rent(DefaultArrayPoolRentSize); 557preferredSize = Math.Max(preferredSize, DefaultArrayPoolRentSize);