3 references to _blobs
ILCompiler.Compiler (3)
Compiler\MstatObjectDumper.cs (3)
103
if (!
_blobs
.TryGetValue(nodeName, out int size))
105
_blobs
[nodeName] = size + objectData.Data.Length;
177
foreach (var b in
_blobs
)