1 write to _tree
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.NodeEnumerator.cs (1)
35
_tree
= tree;
3 references to _tree
Microsoft.CodeAnalysis.CodeStyle (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.NodeEnumerator.cs (3)
40
_currentNodeHasValue = default(TIntervalTreeWitness).TryGetRoot(
_tree
, out _currentNode);
63
_currentNodeHasValue = ShouldExamineRight(
_tree
, _start, _end, _currentNode!, _introspector, out _currentNode);
75
_currentNodeHasValue = ShouldExamineLeft(
_tree
, _start, _currentNode!, _introspector, out _currentNode);