6 references to ListBuilder
System.Private.CoreLib (6)
src\System\RuntimeType.CoreCLR.cs (6)
2525
ListBuilder<MethodInfo> candidates = new
ListBuilder
<MethodInfo>(cache.Length);
2550
ListBuilder<ConstructorInfo> candidates = new
ListBuilder
<ConstructorInfo>(cache.Length);
2573
ListBuilder<PropertyInfo> candidates = new
ListBuilder
<PropertyInfo>(cache.Length);
2596
ListBuilder<EventInfo> candidates = new
ListBuilder
<EventInfo>(cache.Length);
2618
ListBuilder<FieldInfo> candidates = new
ListBuilder
<FieldInfo>(cache.Length);
2640
ListBuilder<Type> candidates = new
ListBuilder
<Type>(cache.Length);