Base:
method
GetData
ILCompiler.DependencyAnalysis.ObjectNode.GetData(ILCompiler.DependencyAnalysis.NodeFactory, System.Boolean)
3 references to GetData
ILCompiler.Compiler (3)
Compiler\MethodBodyDeduplicator.cs (3)
86ObjectNode.ObjectData ehData = nodeWithCodeInfo.EHInfo?.GetData(factory, relocsOnly: false); 190return AreSame(o1eh.GetData(_factory, relocsOnly: false), o2eh.GetData(_factory, relocsOnly: false));