6 references to Create
System.Collections.Immutable (6)
System\Collections\Frozen\Int32\Int32FrozenDictionary.cs (1)
38_hashTable = FrozenHashTable.Create(hashCodes, hashCodesAreUnique: true);
System\Collections\Frozen\Int32\Int32FrozenSet.cs (1)
28_hashTable = FrozenHashTable.Create(new Span<int>(entries, 0, count), hashCodesAreUnique: true);
System\Collections\Frozen\ItemsFrozenSet.cs (1)
33_hashTable = FrozenHashTable.Create(hashCodes, keysAreHashCodes);
System\Collections\Frozen\KeysAndValuesFrozenDictionary.cs (1)
35_hashTable = FrozenHashTable.Create(hashCodes, keysAreHashCodes);
System\Collections\Frozen\String\OrdinalStringFrozenDictionary.cs (1)
50_hashTable = FrozenHashTable.Create(hashCodes);
System\Collections\Frozen\String\OrdinalStringFrozenSet.cs (1)
41_hashTable = FrozenHashTable.Create(hashCodes);