10 references to SByteType
System.Xml (10)
System\Xml\Schema\XmlValueConverter.cs (10)
1143if (destinationType == SByteType) return Int32ToSByte(this.ToInt32(value)); 1149if (sourceType == SByteType) return this.ChangeType((int) (sbyte) value, destinationType); 1167if (sourceType == SByteType) return this.ChangeType((int) (sbyte) value, destinationType); 1177if (destinationType == SByteType) return Int32ToSByte(this.ToInt32(value)); 2387if (sourceType == SByteType) return XmlConvert.ToString((sbyte) value); 2493if (destinationType == SByteType) return Int32ToSByte(XmlConvert.ToInt32((string) value)); 2545if (destinationType == SByteType) { 2639if (clrType == SByteType) return true; 3003if (sourceType == SByteType) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.Byte), value)); 3175if (itemTypeDst == SByteType) return ToArray<sbyte>(value, nsResolver);