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