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)
128BlobWriter stringsOffset = WriteStreamHeader(builder, "#Strings", (int)AlignUp(targetEcmaMetadata.StringHeap.Size, 4ul));
129BlobWriter blobOffset = WriteStreamHeader(builder, "#Blob", (int)targetEcmaMetadata.BlobHeap.Size);
130BlobWriter guidOffset = WriteStreamHeader(builder, "#GUID", (int)targetEcmaMetadata.GuidHeap.Size);
131BlobWriter userStringOffset = WriteStreamHeader(builder, "#US", (int)targetEcmaMetadata.UserStringHeap.Size);
135BlobWriter tablesOffset = WriteStreamHeader(builder, "#-", 0);
215static BlobWriter WriteStreamHeader(BlobBuilder builder, string name, int size)
217BlobWriter offset = new(builder.ReserveBytes(4));
Microsoft.DotNet.StrongName (1)
System.Reflection.Emit (4)
System.Reflection.Metadata (13)