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