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