1 instantiation of WasmUnboxingStubKey
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
202new WasmUnboxingStubKey(signature, targetType, kind, hasReturnBuffer));
5 references to WasmUnboxingStubKey
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (5)
474_wasmUnboxingStubs = new NodeCache<WasmUnboxingStubKey, WasmUnboxingStubNode>(key => 1475private readonly struct WasmUnboxingStubKey : IEquatable<WasmUnboxingStubKey> 1490public bool Equals(WasmUnboxingStubKey other) => 1495public override bool Equals(object obj) => obj is WasmUnboxingStubKey other && Equals(other); 1499private NodeCache<WasmUnboxingStubKey, WasmUnboxingStubNode> _wasmUnboxingStubs;