2 writes to _totalCount
System.Reflection.MetadataLoadContext (2)
System\Reflection\Runtime\BindingFlagSupport\QueriedMemberList.cs (2)
38
_totalCount
= totalCount;
188
_totalCount
++;
11 references to _totalCount
System.Reflection.MetadataLoadContext (11)
System\Reflection\Runtime\BindingFlagSupport\QueriedMemberList.cs (11)
54
return
_totalCount
;
70
Debug.Assert(index >= 0 && index <
_totalCount
);
78
Debug.Assert(index >= 0 && index <
_totalCount
);
85
BindingFlags[] newAllFlagsThatMustMatch = new BindingFlags[
_totalCount
];
86
M[] newMembers = new M[
_totalCount
];
89
for (int i = 0; i <
_totalCount
; i++)
126
int numCandidatesInDerivedTypes = queriedMembers.
_totalCount
;
149
queriedMembers._declaredOnlyCount = queriedMembers.
_totalCount
;
167
Array.Resize(ref _members,
_totalCount
);
168
Array.Resize(ref _allFlagsThatMustMatch,
_totalCount
);
179
int count =
_totalCount
;