1 instantiation of FunctionPointerMapNode
ILCompiler.Compiler (1)
Compiler\MetadataManager.cs (1)
183var functionPointerMapNode = new FunctionPointerMapNode(commonFixupsTableNode);
2 references to FunctionPointerMapNode
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\EETypeNode.cs (1)
673FunctionPointerMapNode.GetHashtableDependencies(ref dependencies, factory, (FunctionPointerType)_type);
Compiler\MetadataManager.cs (1)
183var functionPointerMapNode = new FunctionPointerMapNode(commonFixupsTableNode);