6 references to CreateZeroInit
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (2)
535
optionalArgument = ExprFactory.
CreateZeroInit
(pParamType);
569
optionalArgument = ExprFactory.
CreateZeroInit
(pParamType);
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (2)
317
? ExprFactory.
CreateZeroInit
(nubDst)
416
? ExprFactory.
CreateZeroInit
(_typeDest)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (2)
475
arg2 = ExprFactory.
CreateZeroInit
(info.type1);
480
arg1 = ExprFactory.
CreateZeroInit
(info.type2);