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