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