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