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