1 instantiation of BinarySearchResult
System.Activities (1)
System\Activities\Debugger\ListExtensions.cs (1)
13return new BinarySearchResult(input.BinarySearch(item), input.Count);
3 references to BinarySearchResult
System.Activities (3)
System\Activities\Debugger\CharacterSpottingTextReader.cs (2)
98BinarySearchResult result = locationList.MyBinarySearch(nextLocation); 121BinarySearchResult result = locationList.MyBinarySearch(documentLocation);
System\Activities\Debugger\ListExtensions.cs (1)
11internal static BinarySearchResult MyBinarySearch<T>(this List<T> input, T item)