4 references to ZeroInit
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\EXPRExtensions.cs (1)
96
case ExpressionKind.
ZeroInit
:
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (2)
37
ExpressionKind.
ZeroInit
=> VisitZEROINIT(pExpr as ExprZeroInit),
186
case ExpressionKind.
ZeroInit
:
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\ZeroInitialize.cs (1)
12
: base(ExpressionKind.
ZeroInit
, type)