10 references to Int32
System.Runtime.Serialization (10)
System\Xml\ValueHandle.cs (8)
181
case ValueHandleType.
Int32
:
250
if (type == ValueHandleType.
Int32
)
284
if (type == ValueHandleType.
Int32
)
362
if (type == ValueHandleType.
Int32
)
497
case ValueHandleType.
Int32
:
574
case ValueHandleType.
Int32
:
634
case ValueHandleType.
Int32
:
913
Fx.Assert(type == ValueHandleType.
Int32
, "");
System\Xml\XmlBinaryReader.cs (1)
684
ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.
Int32
, ValueHandleLength.Int32);
System\Xml\XmlBufferReader.cs (1)
1327
ReadValue(value, ValueHandleType.
Int32
, ValueHandleLength.Int32);