6 references to ExportedType
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\Metadata\PE\TypeForwarders.cs (1)
1806
Assert.Equal(HandleKind.
ExportedType
, exportedTypeRow.Implementation.Kind);
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
SymbolsTests\Metadata\PE\TypeForwarders.vb (1)
1232
Assert.Equal(HandleKind.
ExportedType
, exportedTypeRow.Implementation.Kind)
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
)