10 references to ByteType
System.Private.Xml (10)
System\Xml\Schema\XmlValueConverter.cs (10)
1101if (destinationType == ByteType) return Int32ToByte(this.ToInt32(value)); 1107if (sourceType == ByteType) return this.ChangeType((int)(byte)value, destinationType); 1126if (sourceType == ByteType) return this.ChangeType((int)(byte)value, destinationType); 1137if (destinationType == ByteType) return Int32ToByte(this.ToInt32(value)); 2240if (sourceType == ByteType) return XmlConvert.ToString((byte)value); 2335if (destinationType == ByteType) return Int32ToByte(XmlConvert.ToInt32((string)value)); 2371if (destinationType == ByteType) 2507if (clrType == ByteType) return true; 2793if (sourceType == ByteType) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.UnsignedByte), value)); 2983if (itemTypeDst == ByteType) return ToArray<byte>(value, nsResolver);