3 references to RuntimeType
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
239BindingRestrictions.GetTypeRestriction(argument.Expression, argument.RuntimeType);
System.Linq.Expressions (2)
System\Dynamic\DynamicMetaObject.cs (2)
99/// <remarks>Represents the most specific type known about the object represented by the <see cref="DynamicMetaObject"/>. <see cref="RuntimeType"/> if runtime value is available, a type of the <see cref="Expression"/> otherwise.</remarks> 100public Type LimitType => RuntimeType ?? Expression.Type;