2 writes to _extraRentedArrayPoolBytes
System.Text.Json (2)
System\Text\Json\Document\JsonDocument.cs (2)
55
_extraRentedArrayPoolBytes
= extraRentedArrayPoolBytes;
74
byte[]? extraRentedBytes = Interlocked.Exchange<byte[]?>(ref
_extraRentedArrayPoolBytes
, null);
1 reference to _extraRentedArrayPoolBytes
System.Text.Json (1)
System\Text\Json\Document\JsonDocument.cs (1)
72
if (
_extraRentedArrayPoolBytes
!= null)