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