11 references to Int16
System.Private.DataContractSerialization (11)
System\Xml\ValueHandle.cs (9)
165
case ValueHandleType.
Int16
:
233
if (type == ValueHandleType.
Int16
)
267
if (type == ValueHandleType.
Int16
)
328
if (type == ValueHandleType.
Int16
)
348
if (type == ValueHandleType.
Int16
)
484
case ValueHandleType.
Int16
:
561
case ValueHandleType.
Int16
:
621
case ValueHandleType.
Int16
:
888
Debug.Assert(_type == ValueHandleType.
Int16
);
System\Xml\XmlBinaryReader.cs (1)
667
ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.
Int16
, ValueHandleLength.Int16);
System\Xml\XmlBufferReader.cs (1)
1151
ReadValue(value, ValueHandleType.
Int16
, ValueHandleLength.Int16);