1 write to _pooledKeyValuePairEncodingRangeLists
System.Formats.Cbor (1)
System\Formats\Cbor\Writer\CborWriter.Map.cs (1)
234
_pooledKeyValuePairEncodingRangeLists
??= new Stack<List<KeyValuePairEncodingRange>>();
3 references to _pooledKeyValuePairEncodingRangeLists
System.Formats.Cbor (3)
System\Formats\Cbor\Writer\CborWriter.Map.cs (3)
220
if (
_pooledKeyValuePairEncodingRangeLists
!= null &&
221
_pooledKeyValuePairEncodingRangeLists
.TryPop(out List<KeyValuePairEncodingRange>? result))
235
_pooledKeyValuePairEncodingRangeLists
.Push(_keyValuePairEncodingRanges);