2 implementations of FillWithIntervalsThatMatch
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\ImmutableIntervalTree`1.cs (1)
267int IIntervalTree<T>.FillWithIntervalsThatMatch<TIntrospector, TIntervalTester>(
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\MutableIntervalTree`1.cs (1)
45int IIntervalTree<T>.FillWithIntervalsThatMatch<TIntrospector, TIntervalTester>(
1 reference to FillWithIntervalsThatMatch
Microsoft.CodeAnalysis.Workspaces (1)
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