2 types derived from Node
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (2)
242
private sealed class NodeLinked :
Node
271
private abstract class HashedNode :
Node
14 references to Node
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (14)
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (14)
239
public virtual
Node
? Next => null;
244
public NodeLinked(K key, V value,
Node
next)
250
public override
Node
Next { get; }
257
public
Node
next;
259
public AvlNodeHead(int hashCode, K key, V value,
Node
next)
265
public override
Node
Next => next;
348
private bool GetFromList(
Node
? next, K key, [MaybeNullWhen(returnValue: false)] out V value)
566
Node
? currentNode = node;
631
private
Node
? _next;
632
private
Node
? _current;
747
private
Node
? _next;
748
private
Node
? _current;
853
private
Node
? _next;
854
private
Node
? _current;