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