12 references to ByteArrayType
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (12)
2060
if (sourceType ==
ByteArrayType
)
2102
if (destinationType ==
ByteArrayType
)
2142
if (destinationType ==
ByteArrayType
)
2144
if (sourceType ==
ByteArrayType
)
2209
if (sourceType ==
ByteArrayType
)
2641
if (sourceType ==
ByteArrayType
) return Base64BinaryToString((byte[])value);
2756
if (destinationType ==
ByteArrayType
) return StringToBase64Binary((string)value);
2795
if (destinationType ==
ByteArrayType
)
2928
if (clrType ==
ByteArrayType
) return true;
3326
if (sourceType ==
ByteArrayType
) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.Base64Binary), value));
3412
if (!(value is IEnumerable) || value.GetType() == StringType || value.GetType() ==
ByteArrayType
)
3516
if (itemTypeDst ==
ByteArrayType
) return ToArray<byte[]>(value, nsResolver);