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