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)
47return _totalCount; 61Debug.Assert(index >= 0 && index < _totalCount); 69Debug.Assert(index >= 0 && index < _totalCount); 76BindingFlags[] newAllFlagsThatMustMatch = new BindingFlags[_totalCount]; 77M[] newMembers = new M[_totalCount]; 80for (int i = 0; i < _totalCount; i++) 115int numCandidatesInDerivedTypes = queriedMembers._totalCount; 142queriedMembers._declaredOnlyCount = queriedMembers._totalCount; 156Array.Resize(ref _members, _totalCount); 157Array.Resize(ref _allFlagsThatMustMatch, _totalCount); 168int count = _totalCount;