Implemented interface member:
property
Method
ILCompiler.DependencyAnalysis.IMethodNode.Method
1 write to Method
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\UnboxingStubNode.cs (1)
30Method = target;
4 references to Method
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\UnboxingStubNode.cs (4)
35ISymbolNode node = factory.MethodEntrypoint(Method); 41sb.Append("unbox_"u8).Append(nameMangler.GetMangledMethodName(Method)); 55return comparer.Compare(Method, ((UnboxingStubNode)other).Method);