1 write to _targetMethod
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\WasmUnboxingStubNode.cs (1)
235
_targetMethod
= targetMethod;
3 references to _targetMethod
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\WasmUnboxingStubNode.cs (3)
254
dependencies.Add(context.CompiledMethodNode(
_targetMethod
), "Target method for Wasm unboxing stub");
255
dependencies.Add(context.WasmR2RToInterpreterThunk(WasmLowering.GetSignature(
_targetMethod
)), "Interpreter fallback for Wasm unboxing target");
265
protected override string GetName(NodeFactory factory) => $"Wasm unboxing stub target for {
_targetMethod
}";