10 references to Count
System.Private.CoreLib (10)
Internal\Reflection\Extensions\NonPortable\CustomAttributeSearcher.cs (1)
141
for (int i = 0; i < immediateResults.
Count
; i++)
System\ActivatorImplementation.cs (1)
84
if (matches.
Count
== 0)
System\Reflection\Runtime\General\ListBuilder.cs (1)
28
Debug.Assert(index <
Count
);
System\Reflection\Runtime\General\NamespaceChain.cs (1)
47
int count = names.
Count
;
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.BindingFlags.cs (6)
27
if (candidates.
Count
== 0)
30
if (types.Length == 0 && candidates.
Count
== 1)
82
if (candidates.
Count
== 0)
86
if (types.Length == 0 && candidates.
Count
== 1)
126
if (candidates.
Count
== 0)
135
if (candidates.
Count
== 1)