4 writes to _root
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (4)
77
_root
= Remove(_root, GetHashCode(key));
371
_root
= new AvlNode(hashCode, key, value);
472
_root
= rotated;
602
_root
= newHead;
10 references to _root
Microsoft.CodeAnalysis.AnalyzerUtilities (10)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (10)
73
public bool IsEmpty =>
_root
== null;
77
_root = Remove(
_root
, GetHashCode(key));
184
if (
_root
!= null)
316
RoslynDebug.Assert(
_root
is object);
317
AvlNode? b =
_root
;
367
AvlNode? currentNode =
_root
;
637
var root = dict.
_root
;
753
var root = dict.
_root
;
859
var root = dict.
_root
;
961
var cur =
_root
;