1 write to GCInfoNode
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (1)
38GCInfoNode = new MethodGCInfoNode(this);
2 references to GCInfoNode
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (1)
266DependencyList dependencyList = new DependencyList(new DependencyListEntry[] { new DependencyListEntry(GCInfoNode, "Unwind & GC info") });
Compiler\DependencyAnalysis\ReadyToRun\RuntimeFunctionsTableNode.cs (1)
85int[] funcletOffsets = method.GCInfoNode.CalculateFuncletOffsets(factory);