1 type derived from IntervalTree
Microsoft.CodeAnalysis.CodeStyle (1)
SimpleIntervalTree`2.cs (1)
10internal class SimpleIntervalTree<T, TIntrospector> : IntervalTree<T>
2 instantiations of IntervalTree
Microsoft.CodeAnalysis.CodeStyle (2)
IntervalTree`1.cs (2)
22public static readonly IntervalTree<T> Empty = new(); 39var result = new IntervalTree<T>();
3 references to IntervalTree
Microsoft.CodeAnalysis.CodeStyle (3)
IntervalTree`1.cs (3)
22public static readonly IntervalTree<T> Empty = new(); 36public static IntervalTree<T> Create<TIntrospector>(in TIntrospector introspector, IEnumerable<T> values) 39var result = new IntervalTree<T>();