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