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