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