8 references to CreateNull
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (2)
458arg = ExprFactory.CreateNull(); 473arg = ExprFactory.CreateNull();
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
120return CreateCast(0, type, CreateNull());
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (2)
526optionalArgument = ExprFactory.CreateNull(); 549optionalArgument = ExprFactory.CreateNull();
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (3)
132pObject = ExprFactory.CreateNull(); 276pObject = ExprFactory.CreateNull(); 317pObject = ExprFactory.CreateNull();