5 references to FillInArgInfoFromArgList
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
868ExpressionBinder.FillInArgInfoFromArgList(argInfo, arguments);
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (3)
561FillInArgInfoFromArgList(info, arg); 699FillInArgInfoFromArgList(pargInfo, args); 702FillInArgInfoFromArgList(pOriginalArgInfo, args);
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
2557FillInArgInfoFromArgList(info, args);