13 references to Count
System.Reflection.MetadataLoadContext (13)
System\Reflection\Runtime\BindingFlagSupport\QueryResult.cs (1)
65int count = Count;
System\Reflection\TypeLoading\RuntimeTypeInfo.GetMember.cs (12)
67int numMatches = methods.Count + constructors.Count + properties.Count + events.Count + fields.Count + nestedTypes.Count; 72numCopied += methods.Count; 75numCopied += constructors.Count; 78numCopied += properties.Count; 81numCopied += events.Count; 84numCopied += fields.Count; 87numCopied += nestedTypes.Count;