10 references to ByteType
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (10)
1258if (destinationType == ByteType) return Int32ToByte(this.ToInt32(value)); 1264if (sourceType == ByteType) return this.ChangeType((int)(byte)value, destinationType); 1283if (sourceType == ByteType) return this.ChangeType((int)(byte)value, destinationType); 1294if (destinationType == ByteType) return Int32ToByte(this.ToInt32(value)); 2640if (sourceType == ByteType) return XmlConvert.ToString((byte)value); 2755if (destinationType == ByteType) return Int32ToByte(XmlConvert.ToInt32((string)value)); 2791if (destinationType == ByteType) 2927if (clrType == ByteType) return true; 3325if (sourceType == ByteType) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.UnsignedByte), value)); 3515if (itemTypeDst == ByteType) return ToArray<byte>(value, nsResolver);