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