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