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