4 references to ExportedType
Microsoft.CodeAnalysis.CSharp (2)
Emitter\Model\PEModuleBuilder.cs (2)
574builder.Add(new Cci.ExportedType((Cci.ITypeReference)symbol.GetCciAdapter(), parentIndex, isForwarder: false)); 767builder.Add(new Cci.ExportedType(type.GetCciAdapter(), parentIndex, isForwarder: true));
Microsoft.CodeAnalysis.VisualBasic (2)
Emit\PEModuleBuilder.vb (2)
511builder.Add(New Cci.ExportedType(DirectCast(symbol, NamedTypeSymbol).GetCciAdapter(), parentIndex, isForwarder:=False)) 567builderOpt.Add(New Cci.ExportedType(entry.type.GetCciAdapter(), entry.parentIndex, isForwarder:=True))