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