6 references to ExportedType
Microsoft.CodeAnalysis.CSharp (6)
Emitter\Model\PEModuleBuilder.cs (6)
591builder.Add(new Cci.ExportedType((Cci.ITypeReference)symbol.GetCciAdapter(), parentIndex, isForwarder: false));
855builder.Add(new Cci.ExportedType(type.GetCciAdapter(), parentIndex, isForwarder: true));
888builder.Add(new Cci.ExportedType(groupingType, index, isForwarder: true));
892builder.Add(new Cci.ExportedType(markerType, groupingIndex, isForwarder: true));
905builder.Add(new Cci.ExportedType(item.GroupingType, index, isForwarder: true));
909builder.Add(new Cci.ExportedType(markerType, groupingIndex, isForwarder: true));