1 write to _forward
System.Net.Http (1)
src\libraries\Common\src\System\Collections\Generic\BidirectionalDictionary.cs (1)
18_forward = new Dictionary<T1, T2>(capacity);
5 references to _forward
System.Net.Http (5)
src\libraries\Common\src\System\Collections\Generic\BidirectionalDictionary.cs (5)
26Debug.Assert(_forward.Count == _backward.Count, "both the dictionaries must have the same number of elements"); 27return _forward.Count; 34_forward.Add(item1, item2); 40return _forward.TryGetValue(item1, out item2); 50return _forward.GetEnumerator();