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