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);