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