1 instantiation of ExportedType
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
1171return new ExportedType(this, handle.RowId);
14 references to ExportedType
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3828ExportedType exportedType = MetadataReader.GetExportedType(handle);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\Metadata\PE\TypeForwarders.cs (1)
1793ExportedType exportedTypeRow = reader.GetExportedType(exportedTypeHandle);
Microsoft.CodeAnalysis.Features (1)
PdbSourceDocument\ImplementationAssemblyLookupService.cs (1)
200var et = md.GetExportedType(eth);
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\MetadataValidation.cs (1)
155var typeDef = metadataReader.GetExportedType(typeDefHandle);
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
SymbolsTests\Metadata\PE\TypeForwarders.vb (1)
1220Dim exportedTypeRow As ExportedType = reader.GetExportedType(exportedTypeHandle)
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)
1169public 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);
System.Windows.Forms.Design.Tests (1)
SystemDesignMetadataReader.cs (1)
30ExportedType type = metadataReader.GetExportedType(typeHandle);