4 references to IsEnumType
System.Web.Extensions (4)
UI\WebControls\Dynamic.cs (4)
779else if (IsEnumType(left.Type) || IsEnumType(right.Type)) { 1160if ((IsNumericType(exprType) || IsEnumType(exprType)) && 1161(IsNumericType(type) || IsEnumType(type)))