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