1 write to CallInfo
System.Linq.Expressions (1)
System\Dynamic\InvokeBinder.cs (1)
23CallInfo = callInfo;
2 references to CallInfo
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallableMetaObject.cs (1)
30return BindGetOrInvoke(args, binder.CallInfo) ??
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchMetaObject.cs (1)
46return BindComInvoke(args, method, binder.CallInfo, isByRef);