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