28 instantiations of BlobWriter
ILAssembler (2)
ILCompiler.Compiler (1)
ILCompiler.ReadyToRun (1)
Microsoft.CodeAnalysis (11)
Microsoft.CodeAnalysis.Features (2)
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Microsoft.DotNet.StrongName (1)
System.Reflection.Emit (1)
System.Reflection.Metadata (6)
38 references to BlobWriter
ILAssembler (2)
Microsoft.CodeAnalysis (9)
Microsoft.CodeAnalysis.Features (1)
Microsoft.Diagnostics.DataContractReader.Contracts (8)
Contracts\EcmaMetadata_1.cs (8)
205BlobWriter stringsOffset = WriteStreamHeader(builder, "#Strings", (int)AlignUp((ulong)targetEcmaMetadata.StringHeap.Length, 4ul));
206BlobWriter blobOffset = WriteStreamHeader(builder, "#Blob", (int)AlignUp((ulong)targetEcmaMetadata.BlobHeap.Length, 4ul));
207BlobWriter guidOffset = WriteStreamHeader(builder, "#GUID", (int)AlignUp((ulong)targetEcmaMetadata.GuidHeap.Length, 4ul));
208BlobWriter userStringOffset = WriteStreamHeader(builder, "#US", (int)AlignUp((ulong)targetEcmaMetadata.UserStringHeap.Length, 4ul));
212BlobWriter tablesOffset = new(builder.ReserveBytes(4));
213BlobWriter tablesSize = new(builder.ReserveBytes(4));
287static BlobWriter WriteStreamHeader(BlobBuilder builder, string name, int size)
289BlobWriter offset = new(builder.ReserveBytes(4));
Microsoft.DotNet.StrongName (1)
System.Reflection.Emit (4)
System.Reflection.Metadata (13)