terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ PopScope()

void System.Xml.Linq.NamespaceResolver.PopScope ( )
inline

Definition at line 14 of file NamespaceResolver.cs.

15 {
17 if (declaration != null)
18 {
20 int scope = prev.scope;
23 return;
24 }
25 }
class f__AnonymousType0<< Count > j__TPar
NamespaceResolver.NamespaceDeclaration _declaration

References System.Xml.Linq.NamespaceResolver._declaration, j__TPar, System.Xml.Linq.NamespaceResolver.NamespaceDeclaration.prev, and System.Xml.Linq.NamespaceResolver.NamespaceDeclaration.scope.