10 references to SByteType
System.Private.Xml (10)
System\Xml\Schema\XmlValueConverter.cs (10)
1103if (destinationType == SByteType) return Int32ToSByte(this.ToInt32(value)); 1109if (sourceType == SByteType) return this.ChangeType((int)(sbyte)value, destinationType); 1128if (sourceType == SByteType) return this.ChangeType((int)(sbyte)value, destinationType); 1139if (destinationType == SByteType) return Int32ToSByte(this.ToInt32(value)); 2249if (sourceType == SByteType) return XmlConvert.ToString((sbyte)value); 2344if (destinationType == SByteType) return Int32ToSByte(XmlConvert.ToInt32((string)value)); 2407if (destinationType == SByteType) 2516if (clrType == SByteType) return true; 2802if (sourceType == SByteType) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.Byte), value)); 2992if (itemTypeDst == SByteType) return ToArray<sbyte>(value, nsResolver);