2 writes to _nCandidates
System.Data.Common (2)
System\Data\Select.cs (2)
298_nCandidates = 0; 308_nCandidates++;
7 references to _nCandidates
System.Data.Common (7)
System\Data\Select.cs (7)
239int count = (fields.Length < _nCandidates ? fields.Length : _nCandidates); 280if (_matchedCandidates == _nCandidates && sortPriority) 320if (_nCandidates == 0) 354IndexField[] ndxFields = new IndexField[_nCandidates + indexNotInCandidates]; 399_matchedCandidates = _nCandidates; 572if (_matchedCandidates < _nCandidates)