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