1 write to Method
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1716Method = method;
6 references to Method
ILCompiler.Compiler (6)
Compiler\DependencyAnalysis\NodeFactory.cs (5)
326return new FatFunctionPointerNode(method.Method, method.IsUnboxingStub, addressTaken: false); 331return new FatFunctionPointerNode(method.Method, method.IsUnboxingStub, addressTaken: true); 1720public bool Equals(MethodKey other) => Method == other.Method && IsUnboxingStub == other.IsUnboxingStub; 1722public override int GetHashCode() => Method.GetHashCode();
Compiler\DependencyAnalysis\NodeFactory.GenericLookups.cs (1)
62return new MethodEntryGenericLookupResult(key.Method, key.IsUnboxingStub);