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