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)
276
throw Error.BindStaticRequiresType(arguments[0].
Info
.Name);
353
CSharpArgumentInfo info = arguments[i].
Info
;
448
if (argument.
Info
.LiteralConstant)
452
if (argument.
Info
.UseCompileTimeType)
471
if (!argument.
Info
.UseCompileTimeType && argument.Value == null)
477
arg = CreateLocal(argument.Type, argument.
Info
.IsOut, local);
482
if (argument.
Info
.NamedArgument)
484
Debug.Assert(argument.
Info
.Name != null);
485
arg = ExprFactory.CreateNamedArgumentSpecification(NameManager.Add(argument.
Info
.Name), arg);
503
if (!argument.
Info
.UseCompileTimeType && argument.Value != null)
700
if (!arguments[0].
Info
.UseCompileTimeType && arguments[0].Value == null)
1110
Expr callingObject = argument.
Info
.IsStaticType ?
1112
CreateLocal(argument.Type, argument.
Info
.IsOut, local);
1114
if (!argument.
Info
.UseCompileTimeType && argument.Value == null)