1 write to _method
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\WasmMethodRelativeVirtualIPNode.cs (1)
19_method = method;
6 references to _method
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\WasmMethodRelativeVirtualIPNode.cs (6)
22public int Offset => unchecked((int)_factory.RuntimeFunctionsTable.GetWasmVirtualIP(_method, 0)); 28_method.AppendMangledName(nameMangler, sb); 31protected override string GetName(NodeFactory factory) => $"Wasm relative virtual IP: {_method.Method}"; 40return new DependencyListEntry[] { new DependencyListEntry(_method, "Method for relative virtual IP") }; 54return comparer.Compare(_method.Method, ((WasmMethodRelativeVirtualIPNode)other)._method.Method);