12 references to ByteArrayType
System.Xml (12)
System\Xml\Schema\XmlValueConverter.cs (12)
1876if (sourceType == ByteArrayType) { 1911if (destinationType == ByteArrayType) { 1944if (destinationType == ByteArrayType) { 1945if (sourceType == ByteArrayType) { 1994if (sourceType == ByteArrayType) { 2379if (sourceType == ByteArrayType) return Base64BinaryToString((byte[]) value); 2485if (destinationType == ByteArrayType) return StringToBase64Binary((string) value); 2521if (destinationType == ByteArrayType) { 2631if (clrType == ByteArrayType) return true; 2995if (sourceType == ByteArrayType) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.Base64Binary), value)); 3073if (!(value is IEnumerable) || value.GetType() == StringType || value.GetType() == ByteArrayType) { 3167if (itemTypeDst == ByteArrayType) return ToArray<byte[]>(value, nsResolver);