3 implementations of Test
Test.Utilities (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeAlgorithms`2.cs (3)
158public bool Test(T value, int start, int length, in TIntrospector introspector) 164public bool Test(T value, int start, int length, in TIntrospector introspector) 170public bool Test(T value, int start, int length, in TIntrospector introspector)
2 references to Test
Test.Utilities (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.cs (2)
61if (intervalTester.Test(currentNodeValue, start, length, in introspector)) 96if (intervalTester.Test(witness.GetValue(tree, currentNode), start, length, in introspector))