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)
275if (match > _matchedCandidates || (match == _matchedCandidates && !sortPriority)) 280if (_matchedCandidates == _nCandidates && sortPriority) 432while (_matchedCandidates < j) 434ColumnInfo canColumn = _candidateColumns[fields[_matchedCandidates].Column.Ordinal]; 480Debug.Assert(_matchedCandidates > 0 && _matchedCandidates <= lenId, "BuildLinearExpression : Invalid Index"); 481for (i = 0; i < _matchedCandidates; i++) 560if (_matchedCandidates == 0) 572if (_matchedCandidates < _nCandidates) 736for (int i = 0; i < _matchedCandidates; i++) 789if (_matchedCandidates == 0) 793Debug.Assert(_matchedCandidates <= _index._indexFields.Length, "GetBinaryFilteredRecords : Invalid Index");