10 references to Int16
dotnet-svcutil-lib (10)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (8)
180
case ValueHandleType.
Int16
:
248
if (type == ValueHandleType.
Int16
)
282
if (type == ValueHandleType.
Int16
)
340
if (type == ValueHandleType.
Int16
)
360
if (type == ValueHandleType.
Int16
)
495
case ValueHandleType.
Int16
:
585
case ValueHandleType.
Int16
:
857
DiagnosticUtility.DebugAssert(_type == ValueHandleType.
Int16
, "");
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
653
ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.
Int16
, ValueHandleLength.Int16);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
1296
ReadValue(value, ValueHandleType.
Int16
, ValueHandleLength.Int16);