2 references to s_zero
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (2)
1154
ExprArrayInit arrayInit = ExprFactory.CreateArrayInit(arrayType, null, null,
s_zero
);
1232
ExprArrayInit exprArrayInit = ExprFactory.CreateArrayInit(substitutedArrayType, null, null,
s_zero
);