1 instantiation of GenericStaticBaseInfoNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
402
return new
GenericStaticBaseInfoNode
(type);
4 references to GenericStaticBaseInfoNode
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\NodeFactory.cs (3)
400
_genericStaticBaseInfos = new NodeCache<MetadataType,
GenericStaticBaseInfoNode
>(type =>
1271
private NodeCache<MetadataType,
GenericStaticBaseInfoNode
> _genericStaticBaseInfos;
1272
internal
GenericStaticBaseInfoNode
GenericStaticBaseInfo(MetadataType type)
Compiler\MetadataManager.cs (1)
341
if (obj is
GenericStaticBaseInfoNode
genericStaticBaseInfo)