2 references to GetDefaultValue
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
135return CreateConstant(type, ConstVal.GetDefaultValue(type.ConstValKind));
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (1)
660_exprDest = ExprFactory.CreateConstant(_typeDest, ConstVal.GetDefaultValue(_typeDest.ConstValKind));