1 instantiation of GenericMethodsHashtableNode
ILCompiler.Compiler (1)
Compiler\MetadataManager.cs (1)
198
var genericMethodsHashtableNode = new
GenericMethodsHashtableNode
(nativeReferencesTableNode);
2 references to GenericMethodsHashtableNode
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\GenericMethodsHashtableEntryNode.cs (1)
28
GenericMethodsHashtableNode
.GetGenericMethodsHashtableDependenciesForMethod(ref dependencies, factory, _method);
Compiler\MetadataManager.cs (1)
198
var
genericMethodsHashtableNode = new GenericMethodsHashtableNode(nativeReferencesTableNode);