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