2 writes to _indefiniteLengthStringRangeAllocation
System.Formats.Cbor (2)
System\Formats\Cbor\Reader\CborReader.String.cs (2)
520
List<(int Offset, int Length)>? ranges = Interlocked.Exchange(ref
_indefiniteLengthStringRangeAllocation
, null);
533
_indefiniteLengthStringRangeAllocation
= ranges;