Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ResolveParentChildRelationships()

void System.Reflection.Metadata.Ecma335.NamespaceCache.ResolveParentChildRelationships ( Dictionary< string, NamespaceDataBuilder > namespaces,
out List< NamespaceDataBuilder > virtualNamespaces )
inlineprivate

Definition at line 249 of file NamespaceCache.cs.

250 {
251 virtualNamespaces = null;
253 {
255 }
256 }
void LinkChildToParentNamespace(Dictionary< string, NamespaceDataBuilder > existingNamespaces, NamespaceDataBuilder realChild, ref List< NamespaceDataBuilder > virtualNamespaces)

References System.Reflection.Metadata.Ecma335.NamespaceCache.LinkChildToParentNamespace().

Referenced by System.Reflection.Metadata.Ecma335.NamespaceCache.PopulateNamespaceTable().