1 instantiation of MethodReadOnlyDataNode
ILCompiler.ReadyToRun (1)
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
4315_roDataBlob = new MethodReadOnlyDataNode(MethodBeingCompiled);
2 references to MethodReadOnlyDataNode
ILCompiler.ReadyToRun (2)
parent\parent\Common\Compiler\DependencyAnalysis\MethodReadOnlyDataNode.cs (1)
59return comparer.Compare(_owningMethod, ((MethodReadOnlyDataNode)other)._owningMethod);
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
4242private MethodReadOnlyDataNode _roDataBlob;