2 writes to GeneratedForParamArray
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (2)
1180
arrayInit.
GeneratedForParamArray
= true;
1258
exprArrayInit.
GeneratedForParamArray
= true;
2 references to GeneratedForParamArray
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (2)
430
pArguments.prgexpr[index] is ExprArrayInit arrayInit && arrayInit.
GeneratedForParamArray
)
438
!(pArguments.prgexpr[index] is ExprArrayInit arrayInitPos && arrayInitPos.
GeneratedForParamArray
))