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