8 references to CreateNull
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (2)
473arg = ExprFactory.CreateNull(); 488arg = ExprFactory.CreateNull();
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
137return CreateCast(0, type, CreateNull());
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (2)
527optionalArgument = ExprFactory.CreateNull(); 550optionalArgument = ExprFactory.CreateNull();
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (3)
133pObject = ExprFactory.CreateNull(); 277pObject = ExprFactory.CreateNull(); 318pObject = ExprFactory.CreateNull();