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)
273type = arguments[0].Value as Type; 450if (argument.Value == null) 463arg = ExprFactory.CreateConstant(SymbolTable.GetCTypeFromType(argument.Type), ConstVal.Get(argument.Value)); 471if (!argument.Info.UseCompileTimeType && argument.Value == null) 503if (!argument.Info.UseCompileTimeType && argument.Value != null) 505arg.RuntimeObject = argument.Value; 506arg.RuntimeObjectActualType = SymbolTable.GetCTypeFromType(argument.Value.GetType()); 692Type t = arguments[0].Value as Type; 700if (!arguments[0].Info.UseCompileTimeType && arguments[0].Value == null) 1111ExprFactory.CreateClass(SymbolTable.GetCTypeFromType(argument.Value as Type)) : 1114if (!argument.Info.UseCompileTimeType && argument.Value == null) 1299if (arguments[0].Value == null)