8 references to ToArray
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
356CSharpArgumentInfo[] infoArray = ToArray(argInfos);
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (1)
83_argumentInfo = BinderHelper.ToArray(argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (1)
64_argumentInfo = BinderHelper.ToArray(argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpInvokeConstructorBinder.cs (1)
53_argumentInfo = BinderHelper.ToArray(argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (2)
75TypeArguments = BinderHelper.ToArray(typeArguments); 76_argumentInfo = BinderHelper.ToArray(argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (1)
63_argumentInfo = BinderHelper.ToArray(argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (1)
69_argumentInfo = BinderHelper.ToArray(argumentInfo);