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