10 references to Int32
System.Private.DataContractSerialization (10)
System\Xml\ValueHandle.cs (8)
166
case ValueHandleType.
Int32
:
235
if (type == ValueHandleType.
Int32
)
269
if (type == ValueHandleType.
Int32
)
350
if (type == ValueHandleType.
Int32
)
485
case ValueHandleType.
Int32
:
562
case ValueHandleType.
Int32
:
622
case ValueHandleType.
Int32
:
894
Debug.Assert(_type == ValueHandleType.
Int32
);
System\Xml\XmlBinaryReader.cs (1)
670
ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.
Int32
, ValueHandleLength.Int32);
System\Xml\XmlBufferReader.cs (1)
1154
ReadValue(value, ValueHandleType.
Int32
, ValueHandleLength.Int32);