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