19 references to ReadUInt64
mscorlib (3)
system\resources\resourcereader.cs (2)
632return _store.ReadUInt64(); 719return _store.ReadUInt64();
system\runtime\serialization\formatters\binary\binaryparser.cs (1)
377return dataReader.ReadUInt64();
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
650val[i] = br.ReadUInt64(); 710return br.ReadUInt64();
System.AddIn (3)
System\Addin\MiniReflection\MetadataReader\Metadata.cs (2)
243UInt64 Valid = B.ReadUInt64(); 244UInt64 Sorted = B.ReadUInt64();
System\Addin\MiniReflection\MiniAssembly.cs (1)
148peFile.B.ReadUInt64(); // Skip 4 parts of the version number.
System.Web (2)
Util\altserialization.cs (2)
235value = reader.ReadUInt64(); 265value = new UIntPtr(reader.ReadUInt64());
WindowsBase (9)
Base\MS\Internal\IO\Zip\ZipIOExtraFieldZip64Element.cs (3)
65_uncompressedSize = reader.ReadUInt64(); 77_compressedSize = reader.ReadUInt64(); 89_offsetOfLocalHeader = reader.ReadUInt64();
Base\MS\Internal\IO\Zip\ZipIOZip64EndOfCentralDirectoryBlock.cs (5)
268_sizeOfZip64EndOfCentralDirectory = reader.ReadUInt64(); 273_totalNumberOfEntriesInTheCentralDirectoryOnThisDisk = reader.ReadUInt64(); 274_totalNumberOfEntriesInTheCentralDirectory = reader.ReadUInt64(); 275_sizeOfTheCentralDirectory = reader.ReadUInt64(); 276_offsetOfStartOfCentralDirectoryWithRespectToTheStartingDiskNumber = reader.ReadUInt64();
Base\MS\Internal\IO\Zip\ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs (1)
228_offsetOfStartOfZip64EndOfCentralDirectoryRecord = reader.ReadUInt64();