13 references to Count
System.Private.CoreLib (13)
System\Reflection\Runtime\BindingFlagSupport\QueryResult.cs (1)
66int count = Count;
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.GetMember.cs (12)
70int numMatches = methods.Count + constructors.Count + properties.Count + events.Count + fields.Count + nestedTypes.Count; 75numCopied += methods.Count; 78numCopied += constructors.Count; 81numCopied += properties.Count; 84numCopied += events.Count; 87numCopied += fields.Count; 90numCopied += nestedTypes.Count;