2 references to CallInfo
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
370return new CallInfo(argCount - discard, argNames);
System.Linq.Expressions (1)
System\Dynamic\CallInfo.cs (1)
39: this(argCount, (IEnumerable<string>)argNames)