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)
23
return binder.Defer(args.
AddFirst
(WrapSelf()));
29
return binder.Defer(args.
AddFirst
(WrapSelf()));