6 references to ExportedType
Microsoft.CodeAnalysis.CSharp (6)
Emitter\Model\PEModuleBuilder.cs (6)
593builder.Add(new Cci.ExportedType((Cci.ITypeReference)symbol.GetCciAdapter(), parentIndex, isForwarder: false));
857builder.Add(new Cci.ExportedType(type.GetCciAdapter(), parentIndex, isForwarder: true));
890builder.Add(new Cci.ExportedType(groupingType, index, isForwarder: true));
894builder.Add(new Cci.ExportedType(markerType, groupingIndex, isForwarder: true));
907builder.Add(new Cci.ExportedType(item.GroupingType, index, isForwarder: true));
911builder.Add(new Cci.ExportedType(markerType, groupingIndex, isForwarder: true));