6 references to IsFound
System.Activities (6)
System\Activities\Debugger\BinarySearchResult.cs (4)
32UnitTestUtility.Assert(this.IsFound, "We should not call FoundIndex if we cannot find the element."); 42UnitTestUtility.Assert(!this.IsFound, "We should not call NextIndex if we found the element."); 53UnitTestUtility.Assert(!this.IsFound, "We should not call IsNextIndexAvailable if we found the element."); 66if (this.IsFound)
System\Activities\Debugger\CharacterSpottingTextReader.cs (2)
99if (result.IsFound) 122if (result.IsFound)