6 references to ListBuilder
mscorlib (6)
system\rttype.cs (6)
2813ListBuilder<MethodInfo> candidates = new ListBuilder<MethodInfo>(cache.Length); 2837ListBuilder<ConstructorInfo> candidates = new ListBuilder<ConstructorInfo>(cache.Length); 2869ListBuilder<PropertyInfo> candidates = new ListBuilder<PropertyInfo>(cache.Length); 2978ListBuilder<EventInfo> candidates = new ListBuilder<EventInfo>(cache.Length); 3002ListBuilder<FieldInfo> candidates = new ListBuilder<FieldInfo>(cache.Length); 3027ListBuilder<Type> candidates = new ListBuilder<Type>(cache.Length);