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