Exemple #1
0
        protected override Expression VisitConstant(ConstantExpression expression)
        {
            ResourceProperty value = expression.Value as ResourceProperty;

            if (value != null && PropertyReferenceFinder.IsReference(value))
            {
                this.Properties.Add(value);
            }
            return(base.VisitConstant(expression));
        }