3 writes to _root
Microsoft.CodeAnalysis.ResxSourceGenerator (3)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (3)
258
_root
= new AvlNode(hashCode, key, value);
359
_root
= rotated;
490
_root
= newHead;
9 references to _root
Microsoft.CodeAnalysis.ResxSourceGenerator (9)
src\Compilers\Core\Portable\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
;