6 references to LimitType
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
479
if (target.
LimitType
.IsCOMObject)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
205
Type t = argInfo.UseCompileTimeType ? param.Type : arg.
LimitType
;
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (1)
1533
BindingRestrictions.GetTypeRestriction(metaObject.Expression, metaObject.
LimitType
))
System.Linq.Expressions (3)
System\Dynamic\BindingRestrictions.cs (1)
84
return GetTypeRestriction(obj.Expression, obj.
LimitType
);
System\Dynamic\ExpandoObject.cs (2)
997
if (TypeUtils.AreEquivalent(Expression.Type,
LimitType
))
1001
return Expression.Convert(Expression,
LimitType
);