5 references to Type
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\ClassConstructorContextMap.cs (1)
50MetadataType type = node.Type;
Compiler\ILScanner.cs (3)
963&& nonGCStatics.Type.ConvertToCanonForm(CanonicalFormKind.Specific) != nonGCStatics.Type 966_canonFormsWithCctorChecks.Add(nonGCStatics.Type.ConvertToCanonForm(CanonicalFormKind.Specific));
Compiler\MetadataManager.cs (1)
292_typesWithNonGCStaticsGenerated.Add(nonGcStaticSectionNode.Type);