2 writes to _totalLength
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\ResourceDataNode.cs (2)
69
_totalLength
= 0;
100
_totalLength
+= length;
2 references to _totalLength
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\ResourceDataNode.cs (2)
98
ResourceIndexData indexData = new ResourceIndexData(module, resourceName,
_totalLength
, (int)resource.Offset + sizeof(int), module, length);
122
byte[] resourceBlob = new byte[
_totalLength
];