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