2 implementations of FillWithIntervalsThatMatch
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\ImmutableIntervalTree`1.cs (1)
267
int IIntervalTree<T>.
FillWithIntervalsThatMatch
<TIntrospector, TIntervalTester>(
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\MutableIntervalTree`1.cs (1)
45
int IIntervalTree<T>.
FillWithIntervalsThatMatch
<TIntrospector, TIntervalTester>(
5 references to FillWithIntervalsThatMatch
Microsoft.CodeAnalysis.CodeStyle (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IIntervalTree`1.cs (1)
46
/// Practically equivalent to <see cref="
FillWithIntervalsThatMatch
"/> with a check that at least one item was
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeAlgorithms`2.cs (4)
24
tree.
FillWithIntervalsThatMatch
(start, length, ref result.AsRef(), in introspector, in intervalTester, stopAfterFirst: false);
53
tree.
FillWithIntervalsThatMatch
(start, length, ref builder, in introspector, default(Tests<TIntrospector>.OverlapsWithIntervalTester), stopAfterFirst: false);
60
tree.
FillWithIntervalsThatMatch
(start, length, ref builder, in introspector, default(Tests<TIntrospector>.IntersectsWithIntervalTester), stopAfterFirst: false);
67
tree.
FillWithIntervalsThatMatch
(start, length, ref builder, in introspector, default(Tests<TIntrospector>.ContainsIntervalTester), stopAfterFirst: false);