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