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