3 implementations of Test
Microsoft.CodeAnalysis.CodeStyle (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeAlgorithms`2.cs (3)
157public bool Test(T value, int start, int length, in TIntrospector introspector) 163public bool Test(T value, int start, int length, in TIntrospector introspector) 169public bool Test(T value, int start, int length, in TIntrospector introspector)
2 references to Test
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.cs (2)
60if (intervalTester.Test(currentNodeValue, start, length, in introspector)) 95if (intervalTester.Test(witness.GetValue(tree, currentNode), start, length, in introspector))