2 references to FatFunctionPointerNode
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NodeFactory.cs (2)
326
return new
FatFunctionPointerNode
(method.Method, method.IsUnboxingStub, addressTaken: false);
331
return new
FatFunctionPointerNode
(method.Method, method.IsUnboxingStub, addressTaken: true);