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)
98ResourceIndexData indexData = new ResourceIndexData(module, resourceName, _totalLength, (int)resource.Offset + sizeof(int), module, length); 122byte[] resourceBlob = new byte[_totalLength];