9 references to Merge
System.Core (9)
Microsoft\Scripting\Actions\BindingRestrictions.cs (1)
131res = res.Merge(mo.Restrictions);
Microsoft\Scripting\Actions\DynamicMetaObjectBinder.cs (2)
203restrictions = restrictions.Merge(remotedRestriction); 245target.Restrictions.Merge(BindingRestrictions.Combine(args)),
Microsoft\Scripting\Actions\DynamicObject.cs (4)
577GetRestrictions().Merge(resultMO.Restrictions).Merge(fallbackResult.Restrictions) 634GetRestrictions().Merge(fallbackResult.Restrictions) 694GetRestrictions().Merge(fallbackResult.Restrictions)
Microsoft\Scripting\Actions\ExpandoObject.cs (2)
724result.Restrictions.Merge(fallback.Restrictions) 851GetRestrictions().Merge(succeeds.Restrictions)