9 references to ExportedType
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.TypeForwarders.cs (2)
36if (exportedType.IsForwarder || exportedType.Implementation.Kind == Ecma.HandleKind.ExportedType) 82case Ecma.HandleKind.ExportedType:
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\TypesTableNode.cs (1)
69if (expType.Implementation.Kind != HandleKind.ExportedType)
ILCompiler.TypeSystem (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaModule.cs (2)
138case HandleKind.ExportedType: 351if (exportDef.Implementation.Kind == HandleKind.ExportedType)
System.Reflection.Metadata (4)
System\Reflection\Metadata\Ecma335\CodedIndex.cs (3)
219case HandleKind.ExportedType: return HasCustomAttributeTag.ExportedType; 355case HandleKind.ExportedType: return ImplementationTag.ExportedType; 576case HandleKind.ExportedType: return HasCustomDebugInformationTag.ExportedType;
System\Reflection\Metadata\Internal\NamespaceCache.cs (1)
364if (exportedType.Implementation.Kind == HandleKind.ExportedType)