2 references to UnseekableStreamInitialRentSize
System.Text.Json (2)
System\Text\Json\Document\JsonDocument.Parse.cs (2)
779
rented = ArrayPool<byte>.Shared.Rent(
UnseekableStreamInitialRentSize
);
862
rented = ArrayPool<byte>.Shared.Rent(
UnseekableStreamInitialRentSize
);