2 writes to ExportedTypes
System.Reflection.Metadata (2)
System\Reflection\Metadata\Internal\NamespaceCache.cs (2)
418
ExportedTypes
= ImmutableArray.CreateBuilder<ExportedTypeHandle>();
439
ExportedTypes
= null;
5 references to ExportedTypes
System.Reflection.Metadata (5)
System\Reflection\Metadata\Internal\NamespaceCache.cs (5)
362
builder.
ExportedTypes
!.Add(exportedTypeHandle);
370
newData.
ExportedTypes
!.Add(exportedTypeHandle);
438
var exportedTypes =
ExportedTypes
!.ToImmutable();
452
other.
ExportedTypes
!.AddRange(this.
ExportedTypes
!);