7 references to RefAsValueType
System.Collections.Immutable (7)
System\Collections\Immutable\AllocFreeConcurrentStack.cs (1)
33localStack.Push(new RefAsValueType<T>(item));
System\Collections\Immutable\ImmutableList_1.Enumerator.cs (3)
211stack.Push(new RefAsValueType<Node>(node)); 223stack.Push(new RefAsValueType<Node>(node)); 279stack.Push(new RefAsValueType<Node>(node));
System\Collections\Immutable\ImmutableSortedDictionary_2.Enumerator.cs (1)
214stack.Push(new RefAsValueType<Node>(node));
System\Collections\Immutable\ImmutableSortedSet_1.Enumerator.cs (1)
219stack.Push(new RefAsValueType<Node>(node));
System\Collections\Immutable\SortedInt32KeyNode.Enumerator.cs (1)
185stack.Push(new RefAsValueType<SortedInt32KeyNode<TValue>>(node));