1 write to Value
System.Collections.Immutable (1)
System\Collections\Immutable\RefAsValueType.cs (1)
29this.Value = value;
5 references to Value
System.Collections.Immutable (5)
System\Collections\Immutable\AllocFreeConcurrentStack.cs (1)
46item = localStack.Pop().Value;
System\Collections\Immutable\ImmutableList_1.Enumerator.cs (1)
171Node n = stack.Pop().Value;
System\Collections\Immutable\ImmutableSortedDictionary_2.Enumerator.cs (1)
146Node n = stack.Pop().Value;
System\Collections\Immutable\ImmutableSortedSet_1.Enumerator.cs (1)
154Node n = stack.Pop().Value;
System\Collections\Immutable\SortedInt32KeyNode.Enumerator.cs (1)
131SortedInt32KeyNode<TValue> n = stack.Pop().Value;