14 references to Int8
System.Private.DataContractSerialization (14)
System\Xml\ValueHandle.cs (12)
164
case ValueHandleType.
Int8
:
213
if (type == ValueHandleType.
Int8
)
231
if (type == ValueHandleType.
Int8
)
265
if (type == ValueHandleType.
Int8
)
295
if (type >= ValueHandleType.
Int8
&& type <= ValueHandleType.Int64)
326
if (type == ValueHandleType.
Int8
)
346
if (type == ValueHandleType.
Int8
)
366
if (type >= ValueHandleType.
Int8
&& type <= ValueHandleType.Int64)
483
case ValueHandleType.
Int8
:
560
case ValueHandleType.
Int8
:
620
case ValueHandleType.
Int8
:
882
Debug.Assert(_type == ValueHandleType.
Int8
);
System\Xml\XmlBinaryReader.cs (1)
664
ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.
Int8
, ValueHandleLength.Int8);
System\Xml\XmlBufferReader.cs (1)
1148
ReadValue(value, ValueHandleType.
Int8
, ValueHandleLength.Int8);