1 write to OptionalConstructorCall
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
221
(pExpr as ExprConstant).
OptionalConstructorCall
= exprRet;
1 reference to OptionalConstructorCall
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
220
exprRet = Visit((pExpr as ExprConstant).
OptionalConstructorCall
);