8 references to Add
System.Runtime.Serialization (8)
System\Runtime\Serialization\EnumDataContract.cs (8)
151Add(typeof(sbyte), "byte"); 152Add(typeof(byte), "unsignedByte"); 153Add(typeof(short), "short"); 154Add(typeof(ushort), "unsignedShort"); 155Add(typeof(int), "int"); 156Add(typeof(uint), "unsignedInt"); 157Add(typeof(long), "long"); 158Add(typeof(ulong), "unsignedLong");