3 references to Get
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
463arg = ExprFactory.CreateConstant(SymbolTable.GetCTypeFromType(argument.Type), ConstVal.Get(argument.Value));
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
110return CreateConstant(type, ConstVal.Get(Activator.CreateInstance(type.AssociatedSystemType)));
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
505optionalArgument = ExprFactory.CreateConstant(dateTimeType, ConstVal.Get(DateTime.FromBinary(cv.Int64Val)));