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