1 write to FullName
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\NamespaceCache.cs (1)
426FullName = fullName;
6 references to FullName
System.Reflection.Metadata (6)
System\Reflection\Metadata\Internal\NamespaceCache.cs (6)
175if (namespaces.TryGetValue(data.FullName, out existingRecord)) 186namespaces.Add(data.FullName, data); 248string childName = realChild.FullName; 286if (data.FullName == parentName) 301childName = virtualParent.FullName; 452_frozen = new NamespaceData(Name, FullName, Parent, namespaces, typeDefinitions, exportedTypes);