1 instantiation of StaticsInfoHashtableNode
ILCompiler.Compiler (1)
Compiler\MetadataManager.cs (1)
213
var staticsInfoHashtableNode = new
StaticsInfoHashtableNode
(nativeReferencesTableNode, nativeStaticsTableNode);
2 references to StaticsInfoHashtableNode
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\GenericStaticBaseInfoNode.cs (1)
30
StaticsInfoHashtableNode
.AddStaticsInfoDependencies(ref dependencies, factory, Type);
Compiler\MetadataManager.cs (1)
213
var
staticsInfoHashtableNode = new StaticsInfoHashtableNode(nativeReferencesTableNode, nativeStaticsTableNode);