1 instantiation of ExportedType
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
1170return new ExportedType(this, handle.RowId);
20 references to ExportedType
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.TypeForwarders.cs (2)
35Ecma.ExportedType exportedType = module.MetadataReader.GetExportedType(exportedTypeHandle); 56Ecma.ExportedType exportedType = reader.GetExportedType(key.ExportedType);
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\TypesTableNode.cs (1)
65ExportedType expType = expTypeInfo.MetadataReader.GetExportedType(expTypeHandle);
ILCompiler.TypeSystem (4)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaModule.cs (4)
350ExportedType exportDef = reader.GetExportedType(typeHandle); 377var exportedType = reader.GetExportedType(entry); 405ExportedType exportedType = currentModule._metadataReader.GetExportedType(exportedTypeHandle); 727ExportedType exportedType = _metadataReader.GetExportedType(handle);
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3865ExportedType exportedType = MetadataReader.GetExportedType(handle);
Microsoft.CodeAnalysis.Features (1)
PdbSourceDocument\ImplementationAssemblyLookupService.cs (1)
200var et = md.GetExportedType(eth);
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1159ExportedType exportedType = md.GetExportedType(exportedTypeHandle);
Microsoft.Diagnostics.DataContractReader.Legacy (2)
MetaDataImportImpl.cs (2)
1884ExportedType exportedType = _reader.GetExportedType(handle); 1991ExportedType exportedType = _reader.GetExportedType(eth);
Microsoft.DotNet.GenFacades (1)
GenPartialFacadeSourceGenerator.cs (1)
121ExportedType exportedType = reader.GetExportedType(exportedTypeHandle);
System.Reflection.Metadata (4)
System\Reflection\Metadata\Ecma335\ExportedTypeExtensions.cs (2)
14/// target TypeDef table. Ignored and should be zero if <see cref="ExportedType.IsForwarder"/> is 17public static int GetTypeDefinitionId(this ExportedType exportedType)
System\Reflection\Metadata\Internal\NamespaceCache.cs (1)
363ExportedType exportedType = _metadataReader.GetExportedType(exportedTypeHandle);
System\Reflection\Metadata\MetadataReader.cs (1)
1168public ExportedType GetExportedType(ExportedTypeHandle handle)
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.cs (1)
86ExportedType exportedType = reader.GetExportedType(exportedTypeHandle);
System\Reflection\TypeLoading\General\Ecma\MetadataExtensions.cs (1)
27public static ExportedType GetExportedType(this ExportedTypeHandle handle, MetadataReader reader) => reader.GetExportedType(handle);
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.GetTypeCore.cs (1)
44ExportedType et = h.GetExportedType(reader);