1 write to PersonalityRoutine
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
1001PersonalityRoutine = new ImportThunk(this,
2 references to PersonalityRoutine
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\MethodGCInfoNode.cs (1)
214ISymbolNode personalityRoutine = (isFilterFunclet ? factory.FilterFuncletPersonalityRoutine : factory.PersonalityRoutine);
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
1003graph.AddRoot(PersonalityRoutine, "Personality routine is faster to root early rather than referencing it from each unwind info");