5 references to Freeze
System.Collections.Immutable (5)
System\Collections\Immutable\ImmutableDictionary_2.HashBucket.cs (1)
330
_additionalElements?.
Freeze
();
System\Collections\Immutable\ImmutableHashSet_1.HashBucket.cs (1)
245
_additionalElements?.
Freeze
();
System\Collections\Immutable\ImmutableList_1.cs (1)
44
root.
Freeze
();
System\Collections\Immutable\ImmutableList_1.Node.cs (2)
1265
_left!.
Freeze
();
1266
_right!.
Freeze
();