4 references to IntervalTreeAlgorithms
Microsoft.CodeAnalysis.CodeStyle (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IIntervalTree`1.cs (1)
24
/// fast operations through the <see cref="
IntervalTreeAlgorithms
{T, TIntervalTree}"/> type.
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\ImmutableIntervalTree`1.cs (1)
45
public
IntervalTreeAlgorithms
<T, ImmutableIntervalTree<T>> Algorithms => new(this);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\MutableIntervalTree`1.cs (1)
40
public
IntervalTreeAlgorithms
<T, MutableIntervalTree<T>> Algorithms => new(this);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\ContextMutableIntervalTree.cs (1)
30
_containPredicate = (value, start, end) =>
IntervalTreeAlgorithms
<T, ContextMutableIntervalTree<T, TIntrospector>>.Contains(value, start, end, in Introspector);