Implemented interface member:
property
Method
ILCompiler.DependencyAnalysis.IMethodNode.Method
1 write to Method
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\FatFunctionPointerNode.cs (1)
28Method = methodRepresented;
7 references to Method
ILCompiler.Compiler (7)
Compiler\DependencyAnalysis\FatFunctionPointerNode.cs (7)
36sb.Append(prefix).Append(nameMangler.GetMangledMethodName(Method)); 40int ISymbolNode.Offset => Method.Context.Target.Architecture == TargetArchitecture.Wasm32 ? 1 << 31 : 2; 69MethodDesc canonMethod = Method.GetCanonMethodTarget(CanonicalFormKind.Specific); 81contextParameter = factory.MethodGenericDictionary(Method); 88contextParameter = factory.ConstructedTypeSymbol(Method.OwningType); 109return comparer.Compare(Method, ((FatFunctionPointerNode)other).Method);