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