10 references to ByteType
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (10)
1258
if (destinationType ==
ByteType
) return Int32ToByte(this.ToInt32(value));
1264
if (sourceType ==
ByteType
) return this.ChangeType((int)(byte)value, destinationType);
1283
if (sourceType ==
ByteType
) return this.ChangeType((int)(byte)value, destinationType);
1294
if (destinationType ==
ByteType
) return Int32ToByte(this.ToInt32(value));
2640
if (sourceType ==
ByteType
) return XmlConvert.ToString((byte)value);
2755
if (destinationType ==
ByteType
) return Int32ToByte(XmlConvert.ToInt32((string)value));
2791
if (destinationType ==
ByteType
)
2927
if (clrType ==
ByteType
) return true;
3325
if (sourceType ==
ByteType
) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.UnsignedByte), value));
3515
if (itemTypeDst ==
ByteType
) return ToArray<byte>(value, nsResolver);