2 references to ExportedType
Microsoft.CodeAnalysis.CSharp (2)
Emitter\Model\PEModuleBuilder.cs (2)
586builder.Add(new Cci.ExportedType((Cci.ITypeReference)symbol.GetCciAdapter(), parentIndex, isForwarder: false)); 780builder.Add(new Cci.ExportedType(type.GetCciAdapter(), parentIndex, isForwarder: true));