1 instantiation of WasmImportThunkKey
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
838WasmImportThunkKey thunkKey = new WasmImportThunkKey(signature, helper, containingImportSection, useVirtualCall, useJumpableStub);
6 references to WasmImportThunkKey
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (6)
325_wasmImportThunks = new NodeCache<WasmImportThunkKey, ISymbolDefinitionNode>(key => 793private struct WasmImportThunkKey : IEquatable<WasmImportThunkKey> 810public bool Equals(WasmImportThunkKey other) 821return obj is WasmImportThunkKey other && Equals(other); 834private NodeCache<WasmImportThunkKey, ISymbolDefinitionNode> _wasmImportThunks; 838WasmImportThunkKey thunkKey = new WasmImportThunkKey(signature, helper, containingImportSection, useVirtualCall, useJumpableStub);