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)
71int numMatches = methods.Count + constructors.Count + properties.Count + events.Count + fields.Count + nestedTypes.Count; 76numCopied += methods.Count; 79numCopied += constructors.Count; 82numCopied += properties.Count; 85numCopied += events.Count; 88numCopied += fields.Count; 91numCopied += nestedTypes.Count;