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