12 references to EmptyNode
System.Collections.Immutable (12)
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (3)
36private SortedInt32KeyNode<HashBucket> _root = SortedInt32KeyNode<HashBucket>.EmptyNode; 96var input = new MutationInput(SortedInt32KeyNode<HashBucket>.EmptyNode, comparers); 620this.Root = SortedInt32KeyNode<HashBucket>.EmptyNode;
System\Collections\Immutable\ImmutableDictionary_2.cs (1)
68_root = SortedInt32KeyNode<HashBucket>.EmptyNode;
System\Collections\Immutable\ImmutableHashSet_1.Builder.cs (3)
35private SortedInt32KeyNode<HashBucket> _root = SortedInt32KeyNode<HashBucket>.EmptyNode; 118ImmutableHashSet<T>.MutationResult result = Union(this, new MutationInput(SortedInt32KeyNode<HashBucket>.EmptyNode, value, _hashBucketEqualityComparer, 0)); 268this.Root = SortedInt32KeyNode<HashBucket>.EmptyNode;
System\Collections\Immutable\ImmutableHashSet_1.cs (4)
27public static readonly ImmutableHashSet<T> Empty = new ImmutableHashSet<T>(SortedInt32KeyNode<HashBucket>.EmptyNode, EqualityComparer<T>.Default, 0); 59: this(SortedInt32KeyNode<HashBucket>.EmptyNode, equalityComparer, 0) 784SortedInt32KeyNode<ImmutableHashSet<T>.HashBucket> newSet = SortedInt32KeyNode<HashBucket>.EmptyNode; 839SortedInt32KeyNode<ImmutableHashSet<T>.HashBucket> result = SortedInt32KeyNode<HashBucket>.EmptyNode;
System\Collections\Immutable\SortedInt32KeyNode.cs (1)
483result = EmptyNode;