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