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)
82Debug.Assert(!frozen || (left._frozen && right._frozen)); 434if (!_frozen) 758if (_frozen)