8 references to UseCompileTimeType
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
195!info.UseCompileTimeType &&
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (7)
205Type t = argInfo.UseCompileTimeType ? param.Type : arg.LimitType; 218else if (!argInfo.UseCompileTimeType) 452if (argument.Info.UseCompileTimeType) 471if (!argument.Info.UseCompileTimeType && argument.Value == null) 503if (!argument.Info.UseCompileTimeType && argument.Value != null) 700if (!arguments[0].Info.UseCompileTimeType && arguments[0].Value == null) 1114if (!argument.Info.UseCompileTimeType && argument.Value == null)