3 references to AddFirst
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeBinder.cs (1)
199
string[] names = _keywordArgNames.
AddFirst
(_methodDesc.Name);
Microsoft\CSharp\RuntimeBinder\ComInterop\ComMetaObject.cs (2)
22
return binder.Defer(args.
AddFirst
(WrapSelf()));
28
return binder.Defer(args.
AddFirst
(WrapSelf()));