163 references to ReadUInt32
BinaryFormatTests (1)
FormatTests\FormattedObject\PrimitiveTypeTests.cs (1)
158PrimitiveType.UInt32 => reader.ReadUInt32(),
csc (2)
src\Compilers\Shared\BuildProtocol.cs (2)
140var language = (RequestLanguage)reader.ReadUInt32(); 142uint argumentCount = reader.ReadUInt32();
GenerateDocumentationAndConfigFiles (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
137public uint ReadUInt32() => _reader.ReadUInt32();
illink (3)
Metrics (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
137public uint ReadUInt32() => _reader.ReadUInt32();
Metrics.Legacy (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
137public uint ReadUInt32() => _reader.ReadUInt32();
Microsoft.Build.Framework (1)
BinaryTranslator.cs (1)
190public void Translate(ref uint unsignedInteger) => unsignedInteger = _reader.ReadUInt32();
Microsoft.Build.Tasks.CodeAnalysis (3)
src\Compilers\Core\MSBuildTask\MvidReader.cs (1)
174output = reader.ReadUInt32();
src\Compilers\Shared\BuildProtocol.cs (2)
140var language = (RequestLanguage)reader.ReadUInt32(); 142uint argumentCount = reader.ReadUInt32();
Microsoft.Build.Tasks.CodeAnalysis.Sdk (3)
src\Compilers\Core\MSBuildTask\MvidReader.cs (1)
174output = reader.ReadUInt32();
src\Compilers\Shared\BuildProtocol.cs (2)
140var language = (RequestLanguage)reader.ReadUInt32(); 142uint argumentCount = reader.ReadUInt32();
Microsoft.Build.Tasks.Core (7)
AssemblyDependency\AssemblyInformation.cs (6)
1020var peHeaderOffset = sr.ReadUInt32(); 1080var cliHeaderRva = sr.ReadUInt32(); 1107var sectionSize = sr.ReadUInt32(); 1108var sectionRva = sr.ReadUInt32(); 1110var sectionDataOffset = sr.ReadUInt32(); 1134var metadataRva = sr.ReadUInt32();
AssemblyDependency\ReferenceTable.cs (1)
2967UInt32 peHeader = reader.ReadUInt32();
Microsoft.CodeAnalysis (14)
Compilation\Compilation.cs (1)
2003var initial32Bits = reader.ReadUInt32();
CvtRes.cs (12)
59var initial32Bits = reader.ReadUInt32(); 73var cbData = reader.ReadUInt32(); 74var cbHdr = reader.ReadUInt32(); 105pAdditional.DataVersion = reader.ReadUInt32(); 108pAdditional.Version = reader.ReadUInt32(); 109pAdditional.Characteristics = reader.ReadUInt32(); 239relocationOffsets[i] = reader.ReadUInt32(); 242relocationSymbolIndices[i] = reader.ReadUInt32(); 274var symValue = reader.ReadUInt32(); 342iconDirEntries[i].dwBytesInRes = iconReader.ReadUInt32(); 343iconDirEntries[i].dwImageOffset = iconReader.ReadUInt32(); 361if (iconReader.ReadUInt32() == 40)
PEWriter\NativeResourceWriter.cs (1)
366sectionWriter.WriteUInt32(reader.ReadUInt32() + (uint)resourcesRva);
Microsoft.CodeAnalysis.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
137public uint ReadUInt32() => _reader.ReadUInt32();
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
137public uint ReadUInt32() => _reader.ReadUInt32();
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
137public uint ReadUInt32() => _reader.ReadUInt32();
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
137public uint ReadUInt32() => _reader.ReadUInt32();
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
src\Compilers\Core\MSBuildTask\MvidReader.cs (1)
174output = reader.ReadUInt32();
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
src\Compilers\Core\MSBuildTask\MvidReader.cs (1)
174output = reader.ReadUInt32();
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
src\Compilers\Core\MSBuildTask\MvidReader.cs (1)
174output = reader.ReadUInt32();
Microsoft.CodeAnalysis.CSharp.EndToEnd.UnitTests (1)
src\Compilers\Core\MSBuildTask\MvidReader.cs (1)
174output = reader.ReadUInt32();
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
137public uint ReadUInt32() => _reader.ReadUInt32();
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
137public uint ReadUInt32() => _reader.ReadUInt32();
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
137public uint ReadUInt32() => _reader.ReadUInt32();
Microsoft.CodeAnalysis.Test.Utilities (11)
Win32Res.cs (11)
186xw.WriteAttributeString("FileVersionMS", String.Format("{0:x8}", reader.ReadUInt32())); 187xw.WriteAttributeString("FileVersionLS", String.Format("{0:x8}", reader.ReadUInt32())); 188xw.WriteAttributeString("ProductVersionMS", String.Format("{0:x8}", reader.ReadUInt32())); 189xw.WriteAttributeString("ProductVersionLS", String.Format("{0:x8}", reader.ReadUInt32())); 193l = reader.ReadUInt32(); //((DWORD)0x0000003F); //VS_FFI_FILEFLAGSMASK (EDMAURER) really? all these bits are valid? 194l = reader.ReadUInt32(); //((DWORD)0); //file flags 195l = reader.ReadUInt32(); //((DWORD)0x00000004); //VOS__WINDOWS32 196l = reader.ReadUInt32(); //((DWORD)this.FileType); 197l = reader.ReadUInt32(); //((DWORD)0); //file subtype 198l = reader.ReadUInt32(); //((DWORD)0); //date most sig 199l = reader.ReadUInt32(); //((DWORD)0); //date least sig
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
137public uint ReadUInt32() => _reader.ReadUInt32();
Microsoft.DotNet.SignCheckLibrary (52)
Interop\PortableExecutable\ImageCor20Header.cs (3)
60cb = reader.ReadUInt32(), 64Flags = reader.ReadUInt32(), 65EntryPointToken = reader.ReadUInt32(),
Interop\PortableExecutable\ImageDataDirectory.cs (2)
42VirtualAddress = reader.ReadUInt32(), 43Size = reader.ReadUInt32()
Interop\PortableExecutable\ImageDosHeader.cs (1)
129e_lfanew = reader.ReadUInt32(),
Interop\PortableExecutable\ImageFileHeader.cs (3)
35TimeDateStamp = reader.ReadUInt32(), 36PointerToSymbolTable = reader.ReadUInt32(), 37NumberOfSymbols = reader.ReadUInt32(),
Interop\PortableExecutable\ImageNTHeaders.cs (2)
36imageNTHeaders32.Signature = reader.ReadUInt32(); 71imageNTHeaders64.Signature = reader.ReadUInt32();
Interop\PortableExecutable\ImageOptionalHeader.cs (32)
310SizeOfCode = reader.ReadUInt32(), 311SizeOfInitializedData = reader.ReadUInt32(), 312SizeOfUninitializedData = reader.ReadUInt32(), 313AddressOfEntryPoint = reader.ReadUInt32(), 314BaseOfCode = reader.ReadUInt32(), 315BaseOfData = reader.ReadUInt32(), 316ImageBase = reader.ReadUInt32(), 317SectionAlignment = reader.ReadUInt32(), 318FileAlignment = reader.ReadUInt32(), 325Win32VersionValue = reader.ReadUInt32(), 326SizeOfImage = reader.ReadUInt32(), 327SizeOfHeaders = reader.ReadUInt32(), 328CheckSum = reader.ReadUInt32(), 331SizeOfStackReserve = reader.ReadUInt32(), 332SizeOfStackCommit = reader.ReadUInt32(), 333SizeOfHeapReserve = reader.ReadUInt32(), 334SizeOfHeapCommit = reader.ReadUInt32(), 335LoaderFlags = reader.ReadUInt32(), 336NumberOfRvaAndSizes = reader.ReadUInt32(), 379SizeOfCode = reader.ReadUInt32(), 380SizeOfInitializedData = reader.ReadUInt32(), 381SizeOfUninitializedData = reader.ReadUInt32(), 382AddressOfEntryPoint = reader.ReadUInt32(), 383BaseOfCode = reader.ReadUInt32(), 385SectionAlignment = reader.ReadUInt32(), 386FileAlignment = reader.ReadUInt32(), 393Win32VersionValue = reader.ReadUInt32(), 394SizeOfImage = reader.ReadUInt32(), 395SizeOfHeaders = reader.ReadUInt32(), 396CheckSum = reader.ReadUInt32(), 403LoaderFlags = reader.ReadUInt32(), 404NumberOfRvaAndSizes = reader.ReadUInt32(),
Interop\PortableExecutable\ImageSectionHeader.cs (7)
77VirtualSize = reader.ReadUInt32(), 78VirtualAddress = reader.ReadUInt32(), 79SizeOfRawData = reader.ReadUInt32(), 80PointerToRawData = reader.ReadUInt32(), 81PointerToRelocations = reader.ReadUInt32(), 82PointerToLinenumbers = reader.ReadUInt32(), 85Characteristics = reader.ReadUInt32()
Verification\MachOVerifier.cs (1)
32uint magic = reader.ReadUInt32();
Verification\SignatureVerificationManager.cs (1)
251uint magic4 = reader.ReadUInt32();
Microsoft.DotNet.SignTool.Tests (1)
SignToolTests.cs (1)
3508reader.ReadUInt32();
Microsoft.DotNet.StrongName (8)
Signing.cs (4)
320uint algId = br.ReadUInt32(); // BLOBHEADER.aiKeyAlg 321uint magic = br.ReadUInt32(); // RSAPubKey.magic: Expected to be 0x31415352 ('RSA1') or 0x32415352 ('RSA2') 322var bitLen = br.ReadUInt32(); // Bit Length for Modulus 323var pubExp = br.ReadUInt32(); // Exponent
Utils.cs (4)
33var sigAlgId = blobReader.ReadUInt32(); 35var hashAlgId = blobReader.ReadUInt32(); 37var publicKeySize = blobReader.ReadUInt32(); 193uint expAsDword = br.ReadUInt32();
Microsoft.ML.Core (4)
Utilities\Random.cs (4)
121var u1 = reader.ReadUInt32(); 122var u2 = reader.ReadUInt32(); 123var u3 = reader.ReadUInt32(); 124var u4 = reader.ReadUInt32();
Microsoft.ML.Data (3)
DataLoadSave\Binary\UnsafeTypeOps.cs (1)
121public override UInt32 Read(BinaryReader reader) { return reader.ReadUInt32(); }
DataLoadSave\Text\TextLoader.cs (1)
1422_flags = (OptionFlags)ctx.Reader.ReadUInt32();
Transforms\Hashing.cs (1)
1865Seed = ctx.Reader.ReadUInt32();
Microsoft.ML.Transforms (4)
HashJoiningTransform.cs (1)
247uint hashSeed = ctx.Reader.ReadUInt32();
Text\NgramHashingTransformer.cs (2)
1012Seed = ctx.Reader.ReadUInt32(); 1042Seed = ctx.Reader.ReadUInt32();
Text\WordEmbeddingsExtractor.cs (1)
260_modelKind = (WordEmbeddingEstimator.PretrainedModelKind)ctx.Reader.ReadUInt32();
PresentationCore (10)
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
592val[i] = br.ReadUInt32(); 664return br.ReadUInt32();
System\Windows\Media\mediaeventshelper.cs (4)
262avEventType = (AVEvent)reader.ReadUInt32(); 263failureHr = (int)reader.ReadUInt32(); 353int parameterTypeLength = (int)reader.ReadUInt32(); 354int parameterValueLength = (int)reader.ReadUInt32();
System\Windows\Media\PointCollection.cs (1)
24uint count = reader.ReadUInt32() ;
System\Windows\Media\SolidColorBrush.cs (1)
133uint knownColorUint = reader.ReadUInt32();
System\Windows\Media3D\Point3DCollection.cs (1)
29uint count = reader.ReadUInt32() ;
System\Windows\Media3D\Vector3dCollection.cs (1)
25uint count = reader.ReadUInt32() ;
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
2729enumBits = reader.ReadUInt32();
Replay (2)
src\Compilers\Shared\BuildProtocol.cs (2)
140var language = (RequestLanguage)reader.ReadUInt32(); 142uint argumentCount = reader.ReadUInt32();
Roslyn.Diagnostics.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
137public uint ReadUInt32() => _reader.ReadUInt32();
System.Formats.Nrbf (5)
System\Formats\Nrbf\ArraySinglePrimitiveRecord.cs (1)
289values.Add((T)(object)reader.ReadUInt32());
System\Formats\Nrbf\ClassWithIdRecord.cs (1)
62MemberPrimitiveTypedRecord<uint> => Create(reader.ReadUInt32()),
System\Formats\Nrbf\NrbfDecoder.cs (1)
252PrimitiveType.UInt32 => new MemberPrimitiveTypedRecord<uint>(reader.ReadUInt32()),
System\Formats\Nrbf\SystemClassWithMembersAndTypesRecord.cs (1)
64(PrimitiveType.UInt32, "System.UInt32", "m_value") => Create(reader.ReadUInt32()),
System\Formats\Nrbf\Utils\BinaryReaderExtensions.cs (1)
90PrimitiveType.UInt32 => reader.ReadUInt32(),
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (2)
585return _store.ReadUInt32(); 676return _store.ReadUInt32();
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\PEBinaryReader.cs (1)
78return _reader.ReadUInt32();
System.Resources.Extensions (2)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (2)
585return _store.ReadUInt32(); 676return _store.ReadUInt32();
System.Security.Cryptography (1)
System\Security\Cryptography\CapiHelper.Shared.cs (1)
176uint expAsDword = br.ReadUInt32();
Test.Utilities (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
137public uint ReadUInt32() => _reader.ReadUInt32();
Text.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
137public uint ReadUInt32() => _reader.ReadUInt32();
vbc (2)
src\Compilers\Shared\BuildProtocol.cs (2)
140var language = (RequestLanguage)reader.ReadUInt32(); 142uint argumentCount = reader.ReadUInt32();
VBCSCompiler (2)
src\Compilers\Shared\BuildProtocol.cs (2)
140var language = (RequestLanguage)reader.ReadUInt32(); 142uint argumentCount = reader.ReadUInt32();