4 references to VisitExpression
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Attributes.cs (4)
782builder.Add(VisitExpression(argument, diagnostics, ref attrHasErrors, curArgumentHasErrors));
824visitedArgument = new KeyValuePair<String, TypedConstant>(fa.FieldSymbol.Name, VisitExpression(assignment.Right, diagnostics, ref attrHasErrors, assignment.HasAnyErrors));
829visitedArgument = new KeyValuePair<String, TypedConstant>(pa.PropertySymbol.Name, VisitExpression(assignment.Right, diagnostics, ref attrHasErrors, assignment.HasAnyErrors));
903return VisitExpression((BoundExpression)node, diagnostics, ref attrHasErrors, curArgumentHasErrors);