2 writes to _totalCount
System.Private.CoreLib (2)
System\Reflection\Runtime\BindingFlagSupport\QueriedMemberList.cs (2)
34
_totalCount
= totalCount;
177
_totalCount
++;
11 references to _totalCount
System.Private.CoreLib (11)
System\Reflection\Runtime\BindingFlagSupport\QueriedMemberList.cs (11)
47
return
_totalCount
;
61
Debug.Assert(index >= 0 && index <
_totalCount
);
69
Debug.Assert(index >= 0 && index <
_totalCount
);
76
BindingFlags[] newAllFlagsThatMustMatch = new BindingFlags[
_totalCount
];
77
M[] newMembers = new M[
_totalCount
];
80
for (int i = 0; i <
_totalCount
; i++)
115
int numCandidatesInDerivedTypes = queriedMembers.
_totalCount
;
142
queriedMembers._declaredOnlyCount = queriedMembers.
_totalCount
;
156
Array.Resize(ref _members,
_totalCount
);
157
Array.Resize(ref _allFlagsThatMustMatch,
_totalCount
);
168
int count =
_totalCount
;