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