1 write to CallInfo
System.Linq.Expressions (1)
System\Dynamic\SetIndexBinder.cs (1)
23
CallInfo
= callInfo;
2 references to CallInfo
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallableMetaObject.cs (1)
61
DynamicMetaObject result = BindComInvoke(method, indexes.AddLast(value), binder.
CallInfo
, isByRef);
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchMetaObject.cs (1)
164
DynamicMetaObject result = BindComInvoke(indexes.AddLast(value), setItem, binder.
CallInfo
, isByRef);