6 writes to OptionalArguments
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
905
init.
OptionalArguments
= StripNamedArguments(init.OptionalArguments);
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (3)
1156
arrayInit.
OptionalArguments
= named.Value;
1238
exprArrayInit.
OptionalArguments
= null;
1273
exprArrayInit.
OptionalArguments
= newList;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\ArrayInitialization.cs (1)
11
OptionalArguments
= arguments;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
272
(pExpr as ExprArrayInit).
OptionalArguments
= exprRet;
4 references to OptionalArguments
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (1)
894
Expr list = arrinit.
OptionalArguments
;
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
905
init.OptionalArguments = StripNamedArguments(init.
OptionalArguments
);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
340
Expr args = GenerateArgsList(expr.
OptionalArguments
);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
271
exprRet = Visit((pExpr as ExprArrayInit).
OptionalArguments
);