2 writes to _restrictions
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeBinder.cs (2)
69
_restrictions
= restrictions;
153
_restrictions
= _restrictions.Merge(ComBinderHelpers.GetTypeRestrictionForDynamicMetaObject(curMo));
2 references to _restrictions
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeBinder.cs (2)
153
_restrictions =
_restrictions
.Merge(ComBinderHelpers.GetTypeRestrictionForDynamicMetaObject(curMo));
161
BindingRestrictions.Combine(_args).Merge(
_restrictions
)