src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\BidirectionalMap.cs (6)
18new BidirectionalMap<TKey, TValue>(ImmutableDictionary.Create<TKey, TValue>(), ImmutableDictionary.Create<TValue, TKey>());
24: this(forwardMap: ImmutableDictionary.CreateRange(keyComparer, pairs),
30: this(forwardMap: ImmutableDictionary.CreateRange(keyComparer, pairs.Select(static p => KeyValuePairUtil.Create(p.key, p.value))),
60return new BidirectionalMap<TKey, TValue>(
72return new BidirectionalMap<TKey, TValue>(
79return new BidirectionalMap<TKey, TValue>(