1 write to _import
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunkPortableEntrypoint.cs (1)
25_import = import;
10 references to _import
ILCompiler.ReadyToRun (10)
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunkPortableEntrypoint.cs (10)
17public bool UseVirtualCall => _import.UseVirtualCall; 18public bool UseJumpableStub => _import.UseJumpableStub; 19public ReadyToRunHelper HelperId => _import.HelperId; 32_import.AppendMangledName(nameMangler, sb); 55return comparer.Compare(_import, otherNode._import); 79if (_import.Signature is GenericLookupSignature) 85MethodDesc method = ((MethodFixupSignature)(_import.Signature)).Method; 92builder.EmitReloc(factory.WasmImportThunk(wasmSignature, HelperId, _import.Table, UseVirtualCall, UseJumpableStub), tableIndexPointerRelocType); 93builder.EmitReloc(_import, RelocType.IMAGE_REL_BASED_ADDR32NB);