11 references to Int16
System.Runtime.Serialization (11)
System\Xml\ValueHandle.cs (9)
180case ValueHandleType.Int16: 248if (type == ValueHandleType.Int16) 282if (type == ValueHandleType.Int16) 340if (type == ValueHandleType.Int16) 360if (type == ValueHandleType.Int16) 496case ValueHandleType.Int16: 573case ValueHandleType.Int16: 633case ValueHandleType.Int16: 907Fx.Assert(type == ValueHandleType.Int16, "");
System\Xml\XmlBinaryReader.cs (1)
681ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.Int16, ValueHandleLength.Int16);
System\Xml\XmlBufferReader.cs (1)
1324ReadValue(value, ValueHandleType.Int16, ValueHandleLength.Int16);