1 write to Value
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ArgumentObject.cs (1)
23Value = value;
13 references to Value
Microsoft.CSharp (13)
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 (12)
281type = arguments[0].Value as Type; 465if (argument.Value == null) 478arg = ExprFactory.CreateConstant(SymbolTable.GetCTypeFromType(argument.Type), ConstVal.Get(argument.Value)); 486if (!argument.Info.UseCompileTimeType && argument.Value == null) 518if (!argument.Info.UseCompileTimeType && argument.Value != null) 520arg.RuntimeObject = argument.Value; 521arg.RuntimeObjectActualType = SymbolTable.GetCTypeFromType(argument.Value.GetType()); 713Type t = arguments[0].Value as Type; 721if (!arguments[0].Info.UseCompileTimeType && arguments[0].Value == null) 1137ExprFactory.CreateClass(SymbolTable.GetCTypeFromType(argument.Value as Type)) : 1140if (!argument.Info.UseCompileTimeType && argument.Value == null) 1329if (arguments[0].Value == null)