2 writes to _key
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableSortedSet_1.Node.cs (2)
87
_key
= key;
249
return ref
_key
;
11 references to _key
System.Collections.Immutable (11)
System\Collections\Immutable\ImmutableSortedSet_1.Node.cs (11)
133
public T Value { get { return
_key
; } }
148
get { return
_key
; }
170
return n.
_key
;
193
return n.
_key
;
219
return
_key
;
351
int compareResult = comparer.Compare(key,
_key
);
398
int compare = comparer.Compare(key,
_key
);
429
ImmutableSortedSet<T>.Node newRight = _right.Remove(successor.
_key
, comparer, out _);
499
int compare = comparer.Compare(key,
_key
);
532
int compare = comparer.Compare(key,
_key
);
751
return new Node(
_key
, left ?? _left, right ?? _right);