5 references to ToArray
System.Reflection.MetadataLoadContext (5)
System\Reflection\TypeLoading\RuntimeTypeInfo.BindingFlags.cs (5)
39return System.DefaultBinder.ExactBinding(candidates.ToArray(), types) as ConstructorInfo; 43return binder.SelectMethod(bindingAttr, candidates.ToArray(), types, modifiers) as ConstructorInfo; 99return binder.SelectMethod(bindingAttr, candidates.ToArray(), types, modifiers) as MethodInfo; 157return System.DefaultBinder.ExactPropertyBinding(candidates.ToArray(), returnType, types); 161return binder.SelectProperty(bindingAttr, candidates.ToArray(), returnType, types, modifiers);