6 references to ToArray
System.Private.CoreLib (6)
System\ActivatorImplementation.cs (1)
106invokeMethod = binder.BindToMethod(bindingAttr, matches.ToArray(), ref args, null, culture, null, out state);
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.BindingFlags.cs (5)
38return System.DefaultBinder.ExactBinding(candidates.ToArray(), types) as ConstructorInfo; 42return binder.SelectMethod(bindingAttr, candidates.ToArray(), types, modifiers) as ConstructorInfo; 91return binder.SelectMethod(bindingAttr, candidates.ToArray(), types, modifiers) as MethodInfo; 152return DefaultBinder.ExactPropertyBinding(candidates.ToArray(), returnType, types); 156return binder.SelectProperty(bindingAttr, candidates.ToArray(), returnType, types, modifiers);