3 writes to _root
Microsoft.CodeAnalysis (3)
Collections\SmallDictionary.cs (3)
258
_root
= new AvlNode(hashCode, key, value);
359
_root
= rotated;
490
_root
= newHead;
8 references to _root
Microsoft.CodeAnalysis (8)
Collections\SmallDictionary.cs (8)
73
if (
_root
!= null)
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
;