GetReferencedTypes() static private method

static private GetReferencedTypes ( DataAccessModelConfiguration configuration, PropertyInfo propertyInfo, Type referencedTypes ) : System.Type[]
configuration DataAccessModelConfiguration
propertyInfo System.Reflection.PropertyInfo
referencedTypes System.Type
return System.Type[]
 public LambdaExpression GetValidateLambdaExpression(DataAccessModelConfiguration configuration, PropertyInfo propertyInfo)
 {
     return(this.ValidateExpression == null ? null : ComputedExpressionParser.Parse(this.ValidateExpression, propertyInfo, ComputedMemberAttribute.GetReferencedTypes(configuration, propertyInfo, this.ReferencedTypes?.ConcatUnlessNull(this.ReferencedType).ToArray()), typeof(bool)));
 }