5 references to FillInArgInfoFromArgList
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
891ExpressionBinder.FillInArgInfoFromArgList(argInfo, arguments);
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (3)
573FillInArgInfoFromArgList(info, arg); 714FillInArgInfoFromArgList(pargInfo, args); 717FillInArgInfoFromArgList(pOriginalArgInfo, args);
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
2620FillInArgInfoFromArgList(info, args);