4 references to s_bufferPool
System.Formats.Cbor (4)
System\Formats\Cbor\Writer\CborWriter.Map.cs (2)
163byte[] tempBuffer = s_bufferPool.Rent(totalMapPayloadEncodingLength); 177s_bufferPool.Return(tempBuffer);
System\Formats\Cbor\Writer\CborWriter.String.cs (2)
213byte[] tempBuffer = s_bufferPool.Rent(definiteLength); 231s_bufferPool.Return(tempBuffer);