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