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