5 writes to _matchedCandidates
System.Data.Common (5)
System\Data\Select.cs (5)
261
_matchedCandidates
= 0;
277
_matchedCandidates
= match;
393
_matchedCandidates
= _nCandidates;
421
_matchedCandidates
= 0;
430
_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)
425
while (
_matchedCandidates
< j)
427
ColumnInfo canColumn = _candidateColumns[fields[
_matchedCandidates
].Column.Ordinal];
470
Debug.Assert(
_matchedCandidates
> 0 &&
_matchedCandidates
<= lenId, "BuildLinearExpression : Invalid Index");
471
for (i = 0; i <
_matchedCandidates
; i++)
550
if (
_matchedCandidates
== 0)
562
if (
_matchedCandidates
< _nCandidates)
726
for (int i = 0; i <
_matchedCandidates
; i++)
779
if (
_matchedCandidates
== 0)
783
Debug.Assert(
_matchedCandidates
<= _index._indexFields.Length, "GetBinaryFilteredRecords : Invalid Index");