5 references to ExportedType
Microsoft.CodeAnalysis (5)
Emit\CommonPEModuleBuilder.cs (1)
141
public abstract ImmutableArray<Cci.
ExportedType
> GetExportedTypes(DiagnosticBag diagnostics);
PEWriter\ExportedType.cs (2)
18
/// True if this <see cref="
ExportedType
"/> represents a type forwarder definition,
25
/// the index of the <see cref="
ExportedType
"/> entry that represents the enclosing type.
PEWriter\MetadataWriter.cs (1)
2233
foreach (
var
exportedType in exportedTypes)
PEWriter\ReferenceIndexer.cs (1)
37
foreach (
var
exportedType in module.GetExportedTypes(Context.Diagnostics))