12 references to ByteArrayType
System.Private.Xml (12)
System\Xml\Schema\XmlValueConverter.cs (12)
1725if (sourceType == ByteArrayType) 1767if (destinationType == ByteArrayType) 1807if (destinationType == ByteArrayType) 1809if (sourceType == ByteArrayType) 1874if (sourceType == ByteArrayType) 2241if (sourceType == ByteArrayType) return Base64BinaryToString((byte[])value); 2336if (destinationType == ByteArrayType) return StringToBase64Binary((string)value); 2375if (destinationType == ByteArrayType) 2508if (clrType == ByteArrayType) return true; 2794if (sourceType == ByteArrayType) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.Base64Binary), value)); 2880if (!(value is IEnumerable) || value.GetType() == StringType || value.GetType() == ByteArrayType) 2984if (itemTypeDst == ByteArrayType) return ToArray<byte[]>(value, nsResolver);