3 writes to _frozen
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableSortedDictionary_2.Node.cs (3)
64
_frozen
= true; // the empty node is *always* frozen.
89
_frozen
= frozen;
438
_frozen
= true;
4 references to _frozen
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableSortedDictionary_2.Node.cs (4)
82
Debug.Assert(!frozen || (left.
_frozen
&& right.
_frozen
));
434
if (!
_frozen
)
758
if (
_frozen
)