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