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)
254dependencies.Add(context.CompiledMethodNode(_targetMethod), "Target method for Wasm unboxing stub"); 255dependencies.Add(context.WasmR2RToInterpreterThunk(WasmLowering.GetSignature(_targetMethod)), "Interpreter fallback for Wasm unboxing target"); 265protected override string GetName(NodeFactory factory) => $"Wasm unboxing stub target for {_targetMethod}";