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