4 references to ReadInt32
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
167
value = BufferReader.
ReadInt32
();
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (3)
381
int i =
ReadInt32
();
389
Int64 lo = (UInt32)
ReadInt32
();
390
Int64 hi = (UInt32)
ReadInt32
();