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