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