8 references to Add
System.Web.Extensions (8)
Script\Services\WebServiceTypeData.cs (8)
38Add(typeof(sbyte), "byte"); 39Add(typeof(byte), "unsignedByte"); 40Add(typeof(short), "short"); 41Add(typeof(ushort), "unsignedShort"); 42Add(typeof(int), "int"); 43Add(typeof(uint), "unsignedInt"); 44Add(typeof(long), "long"); 45Add(typeof(ulong), "unsignedLong");