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