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)
59
return comparer.Compare(_owningMethod, ((
MethodReadOnlyDataNode
)other)._owningMethod);
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
4242
private
MethodReadOnlyDataNode
_roDataBlob;