9 references to CreateLiteral
System.Web.Extensions (9)
UI\WebControls\Dynamic.cs (9)
950return CreateLiteral(s[0], s); 953return CreateLiteral(s, s); 964if (value <= (ulong)Int32.MaxValue) return CreateLiteral((int)value, text); 965if (value <= (ulong)UInt32.MaxValue) return CreateLiteral((uint)value, text); 966if (value <= (ulong)Int64.MaxValue) return CreateLiteral((long)value, text); 967return CreateLiteral(value, text); 975return CreateLiteral((int)value, text); 976return CreateLiteral(value, text); 995return CreateLiteral(value, text);