4 references to Create
Microsoft.AspNetCore.Components.Server (1)
BlazorPack\SequenceOfT.cs (1)
40: this(ArrayPool<T>.Create())
Microsoft.Build (2)
BackEnd\Components\Scheduler\Scheduler.cs (2)
69private ArrayPool<SchedulableRequest> _requestBufferPool = ArrayPool<SchedulableRequest>.Create(); 588_requestBufferPool = ArrayPool<SchedulableRequest>.Create();
System.Formats.Cbor (1)
System\Formats\Cbor\Writer\CborWriter.cs (1)
16private static readonly ArrayPool<byte> s_bufferPool = ArrayPool<byte>.Create();