Implemented interface member:
property
Method
ILCompiler.DependencyAnalysis.IMethodNode.Method
1 write to Method
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\UnboxingStubNode.cs (1)
35Method = target;
5 references to Method
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\Target_Wasm\WasmUnboxingStubNode.cs (1)
14WasmFuncType signature = WasmLowering.GetSignature(Method).FuncType;
Compiler\DependencyAnalysis\UnboxingStubNode.cs (4)
40ISymbolNode node = factory.MethodEntrypoint(Method); 46sb.Append("unbox_"u8).Append(nameMangler.GetMangledMethodName(Method)); 60return comparer.Compare(Method, ((UnboxingStubNode)other).Method);