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)
220if (_pooledKeyValuePairEncodingRangeLists != null && 221_pooledKeyValuePairEncodingRangeLists.TryPop(out List<KeyValuePairEncodingRange>? result)) 235_pooledKeyValuePairEncodingRangeLists.Push(_keyValuePairEncodingRanges);