1 write to IsUnboxingStub
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1717
IsUnboxingStub
= isUnboxingStub;
5 references to IsUnboxingStub
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\NodeFactory.cs (4)
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
;
Compiler\DependencyAnalysis\NodeFactory.GenericLookups.cs (1)
62
return new MethodEntryGenericLookupResult(key.Method, key.
IsUnboxingStub
);