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