6 references to CreateZeroInit
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (2)
534optionalArgument = ExprFactory.CreateZeroInit(pParamType); 568optionalArgument = 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)
462arg2 = ExprFactory.CreateZeroInit(info.type1); 467arg1 = ExprFactory.CreateZeroInit(info.type2);