1 write to Value
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ArgumentObject.cs (1)
23
Value
= value;
13 references to Value
Microsoft.CSharp (13)
Microsoft\CSharp\RuntimeBinder\CSharpIsEventBinder.cs (1)
24
=> SymbolTable.PopulateSymbolTableWithName(Name, null, arguments[0].Info.IsStaticType ? arguments[0].
Value
as Type : arguments[0].Type);
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (12)
273
type = arguments[0].
Value
as Type;
450
if (argument.
Value
== null)
463
arg = ExprFactory.CreateConstant(SymbolTable.GetCTypeFromType(argument.Type), ConstVal.Get(argument.
Value
));
471
if (!argument.Info.UseCompileTimeType && argument.
Value
== null)
503
if (!argument.Info.UseCompileTimeType && argument.
Value
!= null)
505
arg.RuntimeObject = argument.
Value
;
506
arg.RuntimeObjectActualType = SymbolTable.GetCTypeFromType(argument.
Value
.GetType());
692
Type t = arguments[0].
Value
as Type;
700
if (!arguments[0].Info.UseCompileTimeType && arguments[0].
Value
== null)
1111
ExprFactory.CreateClass(SymbolTable.GetCTypeFromType(argument.
Value
as Type)) :
1114
if (!argument.Info.UseCompileTimeType && argument.
Value
== null)
1299
if (arguments[0].
Value
== null)