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