1 write to FullName
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\NamespaceCache.cs (1)
415FullName = 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); 237string childName = realChild.FullName; 275if (data.FullName == parentName) 290childName = virtualParent.FullName; 441_frozen = new NamespaceData(Name, FullName, Parent, namespaces, typeDefinitions, exportedTypes);