7 references to EmptyNode
System.Collections.Immutable (7)
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (3)
34private Node _root = Node.EmptyNode; 306ImmutableSortedDictionary<TKey, TValue>.Node newRoot = Node.EmptyNode; 493this.Root = ImmutableSortedDictionary<TKey, TValue>.Node.EmptyNode;
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (2)
55_root = Node.EmptyNode; 343var result = new ImmutableSortedDictionary<TKey, TValue>(Node.EmptyNode, 0, keyComparer, valueComparer);
System\Collections\Immutable\ImmutableSortedDictionary_2.Node.cs (2)
597return EmptyNode; 703result = EmptyNode;