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