8 references to ToArray
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
356CSharpArgumentInfo[] infoArray = ToArray(argInfos);
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (1)
81_argumentInfo = BinderHelper.ToArray(argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (1)
62_argumentInfo = BinderHelper.ToArray(argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpInvokeConstructorBinder.cs (1)
51_argumentInfo = BinderHelper.ToArray(argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (2)
73TypeArguments = BinderHelper.ToArray(typeArguments); 74_argumentInfo = BinderHelper.ToArray(argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (1)
61_argumentInfo = BinderHelper.ToArray(argumentInfo);
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (1)
67_argumentInfo = BinderHelper.ToArray(argumentInfo);