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