1 write to _pooledKeyEncodingRangeSets
System.Formats.Cbor (1)
System\Formats\Cbor\Writer\CborWriter.Map.cs (1)
209
_pooledKeyEncodingRangeSets
??= new Stack<HashSet<(int Offset, int Length)>>();
3 references to _pooledKeyEncodingRangeSets
System.Formats.Cbor (3)
System\Formats\Cbor\Writer\CborWriter.Map.cs (3)
193
if (
_pooledKeyEncodingRangeSets
!= null &&
194
_pooledKeyEncodingRangeSets
.TryPop(out HashSet<(int Offset, int Length)>? result))
210
_pooledKeyEncodingRangeSets
.Push(_keyEncodingRanges);