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