5 references to Type
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\ClassConstructorContextMap.cs (1)
50
MetadataType 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
);