4 references to s_bufferPool
System.Formats.Cbor (4)
System\Formats\Cbor\Writer\CborWriter.Map.cs (2)
161byte[] tempBuffer = s_bufferPool.Rent(totalMapPayloadEncodingLength); 175s_bufferPool.Return(tempBuffer);
System\Formats\Cbor\Writer\CborWriter.String.cs (2)
215byte[] tempBuffer = s_bufferPool.Rent(definiteLength); 233s_bufferPool.Return(tempBuffer);