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