5 writes to _matchedCandidates
System.Data.Common (5)
System\Data\Select.cs (5)
261
_matchedCandidates
= 0;
277
_matchedCandidates
= match;
399
_matchedCandidates
= _nCandidates;
428
_matchedCandidates
= 0;
437
_matchedCandidates
++;
13 references to _matchedCandidates
System.Data.Common (13)
System\Data\Select.cs (13)
275
if (match >
_matchedCandidates
|| (match ==
_matchedCandidates
&& !sortPriority))
280
if (
_matchedCandidates
== _nCandidates && sortPriority)
432
while (
_matchedCandidates
< j)
434
ColumnInfo canColumn = _candidateColumns[fields[
_matchedCandidates
].Column.Ordinal];
480
Debug.Assert(
_matchedCandidates
> 0 &&
_matchedCandidates
<= lenId, "BuildLinearExpression : Invalid Index");
481
for (i = 0; i <
_matchedCandidates
; i++)
560
if (
_matchedCandidates
== 0)
572
if (
_matchedCandidates
< _nCandidates)
736
for (int i = 0; i <
_matchedCandidates
; i++)
789
if (
_matchedCandidates
== 0)
793
Debug.Assert(
_matchedCandidates
<= _index._indexFields.Length, "GetBinaryFilteredRecords : Invalid Index");