3 references to FoundTypesLimit
System.ComponentModel.TypeConverter (3)
System\ComponentModel\AttributeCollection.cs (3)
141
_foundAttributeTypes ??= new AttributeEntry[
FoundTypesLimit
];
145
for (; ind <
FoundTypesLimit
; ind++)
165
if (_index >=
FoundTypesLimit
)