9 references to GetBlobs
ILAssembler (2)
EntityRegistry.cs (1)
50foreach (var b in obj.GetBlobs())
VTableExportPEBuilder.cs (1)
207foreach (var blob in textSection.GetBlobs())
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\NibbleWriter.cs (1)
154foreach (Blob blob in _largeBuffer.GetBlobs())
Microsoft.DotNet.StrongName (1)
Utils.cs (1)
265return imageWithoutChecksum.GetBlobs();
System.Reflection.Metadata (5)
System\Reflection\Metadata\Ecma335\Encoding\ControlFlowBuilder.cs (1)
293foreach (Blob srcBlob in srcBuilder.GetBlobs())
System\Reflection\Metadata\Ecma335\PortablePdbBuilder.cs (1)
145var contentId = IdProvider(builder.GetBlobs());
System\Reflection\PortableExecutable\PEBuilder.cs (3)
113var contentId = IdProvider(builder.GetBlobs()); 426foreach (var blob in peImage.GetBlobs()) 473foreach (var blob in peImage.GetBlobs())