1 write to _array
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\ImmutableIntervalTree`1.cs (1)
40=> _array = array;
5 references to _array
Microsoft.CodeAnalysis.CodeStyle (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\ImmutableIntervalTree`1.cs (5)
291=> tree._array[node].Value; 294=> tree._array[node].MaxEndNodeIndex; 299return tree._array.Length > 0; 305return leftNode < tree._array.Length; 311return rightNode < tree._array.Length;