26 references to WriteUInt32
Microsoft.CodeAnalysis (9)
PEWriter\NativeResourceWriter.cs (1)
365sectionWriter.WriteUInt32(reader.ReadUInt32() + (uint)resourcesRva);
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoEncoder.cs (1)
234alignmentSizeAndLengthWriter.WriteUInt32((uint)alignedLength);
StrongName\CryptoBlobParser.cs (7)
163w.WriteUInt32(AlgorithmId.RsaSign); 164w.WriteUInt32(AlgorithmId.Sha); 165w.WriteUInt32((uint)(s_offsetToKeyData + pubKeyData.Length)); 170w.WriteUInt32(algId); 172w.WriteUInt32(magic); 173w.WriteUInt32(bitLen); 176w.WriteUInt32(pubExp);
Microsoft.CodeAnalysis.Debugging.Package (1)
CustomDebugInfoEncoder.cs (1)
234alignmentSizeAndLengthWriter.WriteUInt32((uint)alignedLength);
Microsoft.CodeAnalysis.Features (1)
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoEncoder.cs (1)
234alignmentSizeAndLengthWriter.WriteUInt32((uint)alignedLength);
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\ILValidation.cs (1)
140new BlobWriter(checksumBlob).WriteUInt32(0);
Microsoft.DotNet.StrongName (7)
Signing.cs (7)
264w.WriteUInt32(Algorithm.AlgorithmId.RsaSign); 265w.WriteUInt32(Algorithm.AlgorithmId.Sha); 266w.WriteUInt32((uint)(Constants.OffsetToKeyData + pubKeyData.Length)); 271w.WriteUInt32(algId); 273w.WriteUInt32(magic); 274w.WriteUInt32(bitLen); 277w.WriteUInt32(pubExp);
System.Reflection.Metadata (7)
System\Reflection\Metadata\BlobWriter.cs (1)
311WriteUInt32(unchecked((uint)value));
System\Reflection\Metadata\BlobWriterImpl.cs (2)
152writer.WriteUInt32(0); 208writer.WriteUInt32((uint)value);
System\Reflection\Metadata\Ecma335\PortablePdbBuilder.cs (1)
149idWriter.WriteUInt32(contentId.Stamp);
System\Reflection\PortableExecutable\PEBuilder.cs (3)
117stampWriter.WriteUInt32(contentId.Stamp); 280new BlobWriter(_lazyChecksum).WriteUInt32(0); 514new BlobWriter(_lazyChecksum).WriteUInt32(checksum);