8 references to Add
dotnet-svcutil-lib (8)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\EnumDataContract.cs (8)
162Add(typeof(sbyte), "byte"); 163Add(typeof(byte), "unsignedByte"); 164Add(typeof(short), "short"); 165Add(typeof(ushort), "unsignedShort"); 166Add(typeof(int), "int"); 167Add(typeof(uint), "unsignedInt"); 168Add(typeof(long), "long"); 169Add(typeof(ulong), "unsignedLong");