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