5 references to GenerateExpressionForValue
System.Web (5)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (1)
1692
return CodeDomUtility.
GenerateExpressionForValue
(pse.PropertyInfo, value, typeof(string));
Compilation\CodeDOMUtility.cs (3)
72
exp.Initializers.Add(
GenerateExpressionForValue
(null, o, valueType.GetElementType()));
129
expressions[i] =
GenerateExpressionForValue
(null, args[i], parameters[i].ParameterType);
145
expressions[i] =
GenerateExpressionForValue
(null, args[i], parameters[i].ParameterType);
UI\SimplePropertyEntry.cs (1)
92
rightExpr = CodeDomUtility.
GenerateExpressionForValue
(PropertyInfo, Value, Type);