2 writes to ExportedTypes
System.Reflection.Metadata (2)
System\Reflection\Metadata\Internal\NamespaceCache.cs (2)
429
ExportedTypes
= ImmutableArray.CreateBuilder<ExportedTypeHandle>();
450
ExportedTypes
= null;
5 references to ExportedTypes
System.Reflection.Metadata (5)
System\Reflection\Metadata\Internal\NamespaceCache.cs (5)
373
builder.
ExportedTypes
!.Add(exportedTypeHandle);
381
newData.
ExportedTypes
!.Add(exportedTypeHandle);
449
var exportedTypes =
ExportedTypes
!.ToImmutable();
463
other.
ExportedTypes
!.AddRange(this.
ExportedTypes
!);