1 write to _pooledKeyEncodingRangeAllocations
System.Formats.Cbor (1)
System\Formats\Cbor\Reader\CborReader.Map.cs (1)
193
_pooledKeyEncodingRangeAllocations
??= new Stack<HashSet<(int Offset, int Length)>>();
3 references to _pooledKeyEncodingRangeAllocations
System.Formats.Cbor (3)
System\Formats\Cbor\Reader\CborReader.Map.cs (3)
178
if (
_pooledKeyEncodingRangeAllocations
!= null &&
179
_pooledKeyEncodingRangeAllocations
.TryPop(out HashSet<(int Offset, int Length)>? result))
194
_pooledKeyEncodingRangeAllocations
.Push(allocation);