6 references to Combine
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComClassMetaObject.cs (1)
25
BindingRestrictions.
Combine
(args).Merge(
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeAction.cs (1)
41
target.Restrictions.Merge(BindingRestrictions.
Combine
(args))
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeBinder.cs (1)
161
BindingRestrictions.
Combine
(_args).Merge(_restrictions)
Microsoft\CSharp\RuntimeBinder\DynamicDebuggerProxy.cs (1)
47
System.Linq.Expressions.Expression.Constant(new DynamicBindingFailedException(), typeof(Exception)), typeof(object)), System.Dynamic.BindingRestrictions.
Combine
(v));
System.Linq.Expressions (2)
System\Dynamic\DynamicMetaObjectBinder.cs (2)
193
target.Restrictions.Merge(BindingRestrictions.
Combine
(args)),
206
return MakeDeferred(BindingRestrictions.
Combine
(args), args);