6 references to CreateZeroInit
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (2)
534
optionalArgument = ExprFactory.
CreateZeroInit
(pParamType);
568
optionalArgument = ExprFactory.
CreateZeroInit
(pParamType);
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (2)
315
? ExprFactory.
CreateZeroInit
(nubDst)
414
? ExprFactory.
CreateZeroInit
(_typeDest)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (2)
462
arg2 = ExprFactory.
CreateZeroInit
(info.type1);
467
arg1 = ExprFactory.
CreateZeroInit
(info.type2);