10 references to SByteType
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (10)
1260
if (destinationType ==
SByteType
) return Int32ToSByte(this.ToInt32(value));
1266
if (sourceType ==
SByteType
) return this.ChangeType((int)(sbyte)value, destinationType);
1285
if (sourceType ==
SByteType
) return this.ChangeType((int)(sbyte)value, destinationType);
1296
if (destinationType ==
SByteType
) return Int32ToSByte(this.ToInt32(value));
2649
if (sourceType ==
SByteType
) return XmlConvert.ToString((sbyte)value);
2764
if (destinationType ==
SByteType
) return Int32ToSByte(XmlConvert.ToInt32((string)value));
2827
if (destinationType ==
SByteType
)
2936
if (clrType ==
SByteType
) return true;
3334
if (sourceType ==
SByteType
) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.Byte), value));
3524
if (itemTypeDst ==
SByteType
) return ToArray<sbyte>(value, nsResolver);