1 instantiation of ExprZeroInit
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
132
return new
ExprZeroInit
(type);
3 references to ExprZeroInit
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
346
protected override Expr VisitZEROINIT(
ExprZeroInit
expr)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (2)
37
ExpressionKind.ZeroInit => VisitZEROINIT(pExpr as
ExprZeroInit
),
358
protected virtual Expr VisitZEROINIT(
ExprZeroInit
pExpr)