1 instantiation of WasmImportThunkKey
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
854WasmImportThunkKey thunkKey = new WasmImportThunkKey(signature, helper, containingImportSection, useVirtualCall, useJumpableStub);
6 references to WasmImportThunkKey
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (6)
341_wasmImportThunks = new NodeCache<WasmImportThunkKey, ISymbolDefinitionNode>(key => 809private struct WasmImportThunkKey : IEquatable<WasmImportThunkKey> 826public bool Equals(WasmImportThunkKey other) 837return obj is WasmImportThunkKey other && Equals(other); 850private NodeCache<WasmImportThunkKey, ISymbolDefinitionNode> _wasmImportThunks; 854WasmImportThunkKey thunkKey = new WasmImportThunkKey(signature, helper, containingImportSection, useVirtualCall, useJumpableStub);