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