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)
54return _totalCount; 70Debug.Assert(index >= 0 && index < _totalCount); 78Debug.Assert(index >= 0 && index < _totalCount); 85BindingFlags[] newAllFlagsThatMustMatch = new BindingFlags[_totalCount]; 86M[] newMembers = new M[_totalCount]; 89for (int i = 0; i < _totalCount; i++) 126int numCandidatesInDerivedTypes = queriedMembers._totalCount; 149queriedMembers._declaredOnlyCount = queriedMembers._totalCount; 167Array.Resize(ref _members, _totalCount); 168Array.Resize(ref _allFlagsThatMustMatch, _totalCount); 179int count = _totalCount;