2 writes to SecondArgument
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Concatenate.cs (1)
18
SecondArgument
= second;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
267
(pExpr as ExprConcat).
SecondArgument
= exprRet;
3 references to SecondArgument
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (2)
188
if (expr.FirstArgument.Type.IsPredefType(PredefinedType.PT_STRING) && expr.
SecondArgument
.Type.IsPredefType(PredefinedType.PT_STRING))
197
Expr p2 = Visit(expr.
SecondArgument
);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
265
exprRet = Visit((pExpr as ExprConcat).
SecondArgument
);