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