3 references to Size
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\DispatchCellSectionNode.cs (1)
34
totalSize += node.
Size
;
Compiler\DependencyAnalysis\GvmDispatchCellInfoSectionNode.cs (1)
41
node.InitializeOffset(checked(cells.Count * node.
Size
));
Compiler\DependencyAnalysis\InterfaceDispatchCellInfoSectionNode.cs (1)
41
node.InitializeOffset(checked(cells.Count * node.
Size
));