8 references to UseCompileTimeType
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
196!info.UseCompileTimeType &&
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (7)
211Type t = argInfo.UseCompileTimeType ? param.Type : arg.LimitType; 224else if (!argInfo.UseCompileTimeType) 467if (argument.Info.UseCompileTimeType) 486if (!argument.Info.UseCompileTimeType && argument.Value == null) 518if (!argument.Info.UseCompileTimeType && argument.Value != null) 721if (!arguments[0].Info.UseCompileTimeType && arguments[0].Value == null) 1140if (!argument.Info.UseCompileTimeType && argument.Value == null)