4 references to ReadInt32
System.Runtime.Serialization (4)
System\Xml\XmlBinaryReader.cs (1)
193
value = BufferReader.
ReadInt32
();
System\Xml\XmlBufferReader.cs (3)
385
int i =
ReadInt32
();
393
Int64 lo = (UInt32)
ReadInt32
();
394
Int64 hi = (UInt32)
ReadInt32
();