10 references to GetTypeRestriction
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
240BindingRestrictions.GetTypeRestriction(argument.Expression, argument.RuntimeType);
Microsoft\CSharp\RuntimeBinder\ComInterop\ComBinderHelpers.cs (1)
117return BindingRestrictions.GetTypeRestriction(obj.Expression, obj.LimitType);
Microsoft\CSharp\RuntimeBinder\ComInterop\ComClassMetaObject.cs (1)
26BindingRestrictions.GetTypeRestriction(Expression, typeof(ComTypeClassDesc))
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallableMetaObject.cs (1)
96BindingRestrictions callableTypeRestrictions = BindingRestrictions.GetTypeRestriction(callable, typeof(DispCallable));
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchMetaObject.cs (2)
231value.Restrictions.Merge(IDispatchRestriction()).Merge(BindingRestrictions.GetTypeRestriction(value.Expression, typeof(BoundDispEvent))) 245return BindingRestrictions.GetTypeRestriction(
Microsoft\CSharp\RuntimeBinder\ComInterop\TypeEnumMetaObject.cs (1)
36return BindingRestrictions.GetTypeRestriction(
Microsoft\CSharp\RuntimeBinder\ComInterop\TypeLibMetaObject.cs (1)
21BindingRestrictions.GetTypeRestriction(
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (1)
1533BindingRestrictions.GetTypeRestriction(metaObject.Expression, metaObject.LimitType))
System.Linq.Expressions (1)
System\Dynamic\BindingRestrictions.cs (1)
84return GetTypeRestriction(obj.Expression, obj.LimitType);