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