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