2 writes to nCandidates
System.Data (2)
fx\src\data\System\Data\Select.cs (2)
251nCandidates = 0; 259nCandidates++;
8 references to nCandidates
System.Data (8)
fx\src\data\System\Data\Select.cs (8)
201int count = (fields.Length < nCandidates ? fields.Length : nCandidates); 236if (matchedCandidates == nCandidates && sortPriority) { 267if (nCandidates == 0) { 294int candidatesNotInIndex = nCandidates - j; 295IndexField[] ndxFields = new IndexField[nCandidates + indexNotInCandidates]; 332matchedCandidates = nCandidates; 472if (matchedCandidates < nCandidates) {