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)
275if (match > _matchedCandidates || (match == _matchedCandidates && !sortPriority)) 280if (_matchedCandidates == _nCandidates && sortPriority) 425while (_matchedCandidates < j) 427ColumnInfo canColumn = _candidateColumns[fields[_matchedCandidates].Column.Ordinal]; 470Debug.Assert(_matchedCandidates > 0 && _matchedCandidates <= lenId, "BuildLinearExpression : Invalid Index"); 471for (i = 0; i < _matchedCandidates; i++) 550if (_matchedCandidates == 0) 562if (_matchedCandidates < _nCandidates) 726for (int i = 0; i < _matchedCandidates; i++) 779if (_matchedCandidates == 0) 783Debug.Assert(_matchedCandidates <= _index._indexFields.Length, "GetBinaryFilteredRecords : Invalid Index");