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