1 write to Info
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ArgumentObject.cs (1)
24
Info
= info;
15 references to Info
Microsoft.CSharp (15)
Microsoft\CSharp\RuntimeBinder\CSharpIsEventBinder.cs (1)
25
=> SymbolTable.PopulateSymbolTableWithName(Name, null, arguments[0].
Info
.IsStaticType ? arguments[0].Value as Type : arguments[0].Type);
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (14)
284
throw Error.BindStaticRequiresType(arguments[0].
Info
.Name);
364
CSharpArgumentInfo info = arguments[i].
Info
;
463
if (argument.
Info
.LiteralConstant)
467
if (argument.
Info
.UseCompileTimeType)
486
if (!argument.
Info
.UseCompileTimeType && argument.Value == null)
492
arg = CreateLocal(argument.Type, argument.
Info
.IsOut, local);
497
if (argument.
Info
.NamedArgument)
499
Debug.Assert(argument.
Info
.Name != null);
500
arg = ExprFactory.CreateNamedArgumentSpecification(NameManager.Add(argument.
Info
.Name), arg);
518
if (!argument.
Info
.UseCompileTimeType && argument.Value != null)
721
if (!arguments[0].
Info
.UseCompileTimeType && arguments[0].Value == null)
1136
Expr callingObject = argument.
Info
.IsStaticType ?
1138
CreateLocal(argument.Type, argument.
Info
.IsOut, local);
1140
if (!argument.
Info
.UseCompileTimeType && argument.Value == null)