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)
178if (_pooledKeyEncodingRangeAllocations != null && 179_pooledKeyEncodingRangeAllocations.TryPop(out HashSet<(int Offset, int Length)>? result)) 194_pooledKeyEncodingRangeAllocations.Push(allocation);