2 writes to GeneratedForParamArray
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (2)
1155
arrayInit.
GeneratedForParamArray
= true;
1233
exprArrayInit.
GeneratedForParamArray
= true;
2 references to GeneratedForParamArray
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (2)
429
pArguments.prgexpr[index] is ExprArrayInit arrayInit && arrayInit.
GeneratedForParamArray
)
437
!(pArguments.prgexpr[index] is ExprArrayInit arrayInitPos && arrayInitPos.
GeneratedForParamArray
))