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