1 instantiation of WasmImportThunkKey
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
973WasmImportThunkKey thunkKey = new WasmImportThunkKey(signature, helper, useJumpableStub);
6 references to WasmImportThunkKey
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (6)
449_wasmImportThunks = new NodeCache<WasmImportThunkKey, ISymbolDefinitionNode>(key => 936private struct WasmImportThunkKey : IEquatable<WasmImportThunkKey> 949public bool Equals(WasmImportThunkKey other) 958return obj is WasmImportThunkKey other && Equals(other); 969private NodeCache<WasmImportThunkKey, ISymbolDefinitionNode> _wasmImportThunks; 973WasmImportThunkKey thunkKey = new WasmImportThunkKey(signature, helper, useJumpableStub);