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