1 write to Value
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\MutableIntervalTree`1.Node.cs (1)
24this.Value = value;
13 references to Value
Microsoft.CodeAnalysis.Workspaces (13)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\MutableIntervalTree`1.cs (4)
59var newNodeStart = introspector.GetSpan(newNode.Value).Start; 73if (newNodeStart < introspector.GetSpan(root.Value).Start) 141=> node == null ? 0 : GetEnd(node.MaxEndNode.Value, in introspector); 152=> node.Value;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\MutableIntervalTree`1.Node.cs (1)
39var thisEndValue = GetEnd(this.Value, in introspector);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\SimpleMutableIntervalTree`2.cs (1)
71=> GetEnd(node.MaxEndNode.Value, in _introspector);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\ContextMutableIntervalTree.cs (7)
96if (Introspector.GetSpan(currentNode.Value).Start <= start) 120if (predicate(currentNode.Value, start, length)) 125result = currentNode.Value; 130var currentNodeSpan = Introspector.GetSpan(currentNode.Value); 135result = currentNode.Value; 164Introspector.GetSpan(parentNode.Value).Start == Introspector.GetSpan(currentNode.Value).Start)