3 writes to _root
Microsoft.CodeAnalysis (3)
Collections\SmallDictionary.cs (3)
258
_root
= new AvlNode(hashCode, key, value);
359
_root
= rotated;
490
_root
= newHead;
9 references to _root
Microsoft.CodeAnalysis (9)
Collections\SmallDictionary.cs (9)
73
if (
_root
!= null)
116
AvlNode.AssertBalanced(
_root
);
203
RoslynDebug.Assert(
_root
is object);
204
AvlNode? b =
_root
;
254
AvlNode? currentNode =
_root
;
524
var root = dict.
_root
;
639
var root = dict.
_root
;
745
var root = dict.
_root
;
845
var cur =
_root
;