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