1 write to Length
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\ResourceDataNode.cs (1)
154Length = length;
4 references to Length
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\ResourceDataNode.cs (2)
129BlobReader reader = resourceDirectory.GetReader(indexData.EcmaOffset, indexData.Length); 130byte[] resourceData = reader.ReadBytes(indexData.Length);
Compiler\DependencyAnalysis\ResourceIndexNode.cs (1)
92Vertex lengthVertex = nativeWriter.GetUnsignedConstant((uint)indexData.Length);
Compiler\MstatObjectDumper.cs (1)
152_manifestResources.LoadConstantI4(resource.Length);