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