2 implementations of Any
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\ImmutableIntervalTree`1.cs (1)
264
bool IIntervalTree<T>.
Any
<TIntrospector, TIntervalTester>(int start, int length, in TIntrospector introspector, in TIntervalTester intervalTester)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\MutableIntervalTree`1.cs (1)
43
bool IIntervalTree<T>.
Any
<TIntrospector, TIntervalTester>(int start, int length, in TIntrospector introspector, in TIntervalTester intervalTester)
3 references to Any
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeAlgorithms`2.cs (3)
82
return tree.
Any
(start, length, in introspector, default(Tests<TIntrospector>.IntersectsWithIntervalTester));
89
return tree.
Any
(start, length, in introspector, default(Tests<TIntrospector>.OverlapsWithIntervalTester));
96
return tree.
Any
(start, length, in introspector, default(Tests<TIntrospector>.ContainsIntervalTester));