1 write to _slotToValueSet
Microsoft.ML.Data (1)
Transforms\InvertHashUtils.cs (1)
182_slotToValueSet = new Dictionary<int, HashSet<Pair>>();
7 references to _slotToValueSet
Microsoft.ML.Data (7)
Transforms\InvertHashUtils.cs (7)
231int count = _slotToValueSet.Count; 245foreach (var p in _slotToValueSet) 259foreach (var p in _slotToValueSet) 275if (_slotToValueSet.TryGetValue(dstSlot, out pairSet)) 281pairSet = _slotToValueSet[dstSlot] = new HashSet<Pair>(_comparer); 290if (_slotToValueSet.TryGetValue(dstSlot, out pairSet)) 296pairSet = _slotToValueSet[dstSlot] = new HashSet<Pair>(_comparer);