1 write to Type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericStaticBaseInfoNode.cs (1)
24Type = type;
3 references to Type
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\GenericStaticBaseInfoNode.cs (2)
30StaticsInfoHashtableNode.AddStaticsInfoDependencies(ref dependencies, factory, Type); 36return "Static base info: " + Type.ToString();
Compiler\MetadataManager.cs (1)
343_typesWithGenericStaticBaseInfo.Add(genericStaticBaseInfo.Type);