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