5 references to AddLast
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComMetaObject.cs (1)
52
return binder.Defer(WrapSelf(), indexes.
AddLast
(value));
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallableMetaObject.cs (2)
60
isByRef = isByRef.
AddLast
(false);
61
DynamicMetaObject result = BindComInvoke(method, indexes.
AddLast
(value), binder.CallInfo, isByRef);
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchMetaObject.cs (2)
162
isByRef = isByRef.
AddLast
(false);
164
DynamicMetaObject result = BindComInvoke(indexes.
AddLast
(value), setItem, binder.CallInfo, isByRef);