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