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