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