26 instantiations of BlobWriter
ILAssembler (2)
ILCompiler.Compiler (1)
ILCompiler.ReadyToRun (1)
Microsoft.CodeAnalysis (11)
Microsoft.CodeAnalysis.Features (2)
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Microsoft.DotNet.StrongName (1)
System.Reflection.Emit (1)
System.Reflection.Metadata (6)
37 references to BlobWriter
ILAssembler (2)
Microsoft.CodeAnalysis (9)
Microsoft.CodeAnalysis.Features (1)
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\EcmaMetadata_1.cs (7)
121BlobWriter stringsOffset = WriteStreamHeader(builder, "#Strings", (int)AlignUp(targetEcmaMetadata.StringHeap.Size, 4ul));
122BlobWriter blobOffset = WriteStreamHeader(builder, "#Blob", (int)targetEcmaMetadata.BlobHeap.Size);
123BlobWriter guidOffset = WriteStreamHeader(builder, "#GUID", (int)targetEcmaMetadata.GuidHeap.Size);
124BlobWriter userStringOffset = WriteStreamHeader(builder, "#US", (int)targetEcmaMetadata.UserStringHeap.Size);
128BlobWriter tablesOffset = WriteStreamHeader(builder, "#-", 0);
208static BlobWriter WriteStreamHeader(BlobBuilder builder, string name, int size)
210BlobWriter offset = new(builder.ReserveBytes(4));
Microsoft.DotNet.StrongName (1)
System.Reflection.Emit (4)
System.Reflection.Metadata (13)