4 references to CreateCallInfo
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\CSharpGetIndexBinder.cs (1)
53base(BinderHelper.CreateCallInfo(ref argumentInfo, 1)) // discard 1 argument: the target object
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (1)
63base(BinderHelper.CreateCallInfo(ref argumentInfo, 1)) // discard 1 argument: the target object (even if static, arg is type)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (1)
71base(name, false, BinderHelper.CreateCallInfo(ref argumentInfo, 1)) // discard 1 argument: the target object (even if static, arg is type)
Microsoft\CSharp\RuntimeBinder\CSharpSetIndexBinder.cs (1)
61base(BinderHelper.CreateCallInfo(ref argumentInfo, 2)) // discard 2 arguments: the target object and the value