3 overrides of VisitNew
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
ExpressionTrees\Sources\ExprLambdaUtils.vb (1)
357
Protected Overrides Function
VisitNew
(node As NewExpression) As Expression
System.Linq.Expressions (2)
System\Linq\Expressions\DebugViewWriter.cs (1)
803
protected internal override Expression
VisitNew
(NewExpression node)
System\Linq\Expressions\ExpressionStringBuilder.cs (1)
558
protected internal override Expression
VisitNew
(NewExpression node)
1 reference to VisitNew
System.Linq.Expressions (1)
System\Linq\Expressions\NewExpression.cs (1)
73
return visitor.
VisitNew
(this);