3 instantiations of ImportThunk
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (3)
322
return new
ImportThunk
(this, key.Helper, key.ContainingImportSection, key.UseVirtualCall, key.UseJumpableStub);
1031
PersonalityRoutine = new
ImportThunk
(this,
1037
FilterFuncletPersonalityRoutine = new
ImportThunk
(this,
2 references to ImportThunk
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\ImportThunk.cs (2)
85
ImportThunk
otherNode = (
ImportThunk
)other;