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