2 types derived from Node
Test.Utilities (2)
SmallDictionary.cs (2)
239
private sealed class NodeLinked :
Node
268
private abstract class HashedNode :
Node
14 references to Node
Test.Utilities (14)
SmallDictionary.cs (14)
236
public virtual
Node
? Next => null;
241
public NodeLinked(K key, V value,
Node
next)
247
public override
Node
Next { get; }
254
public
Node
next;
256
public AvlNodeHead(int hashCode, K key, V value,
Node
next)
262
public override
Node
Next => next;
345
private bool GetFromList(
Node
? next, K key, [MaybeNullWhen(returnValue: false)] out V value)
563
Node
? currentNode = node;
628
private
Node
? _next;
629
private
Node
? _current;
744
private
Node
? _next;
745
private
Node
? _current;
850
private
Node
? _next;
851
private
Node
? _current;