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