10 references to UInt16Type
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (10)
1261if (destinationType == UInt16Type) return Int32ToUInt16(this.ToInt32(value)); 1267if (sourceType == UInt16Type) return this.ChangeType((int)(ushort)value, destinationType); 1286if (sourceType == UInt16Type) return this.ChangeType((int)(ushort)value, destinationType); 1297if (destinationType == UInt16Type) return Int32ToUInt16(this.ToInt32(value)); 2653if (sourceType == UInt16Type) return XmlConvert.ToString((ushort)value); 2767if (destinationType == UInt16Type) return Int32ToUInt16(XmlConvert.ToInt32((string)value)); 2839if (destinationType == UInt16Type) 2939if (clrType == UInt16Type) return true; 3338if (sourceType == UInt16Type) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.UnsignedShort), value)); 3528if (itemTypeDst == UInt16Type) return ToArray<ushort>(value, nsResolver);