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

◆ PopScope()

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

Definition at line 27 of file NamespaceResolver.cs.

28 {
29 NamespaceDeclaration namespaceDeclaration = _declaration;
30 if (namespaceDeclaration != null)
31 {
32 do
33 {
35 if (namespaceDeclaration.scope != _scope)
36 {
37 break;
38 }
40 {
41 _declaration = null;
42 }
43 else
44 {
46 }
47 _rover = null;
48 }
50 }
51 _scope--;
52 }

References System.Xml.Linq.NamespaceResolver._declaration, System.Xml.Linq.NamespaceResolver._rover, System.Xml.Linq.NamespaceResolver._scope, System.Xml.Dictionary, and System.Xml.Linq.NamespaceResolver.NamespaceDeclaration.prev.

Referenced by System.Xml.Linq.ElementWriter.WriteEndElement(), System.Xml.Linq.ElementWriter.WriteEndElementAsync(), System.Xml.Linq.ElementWriter.WriteFullEndElement(), System.Xml.Linq.ElementWriter.WriteFullEndElementAsync(), and System.Xml.Linq.StreamingElementWriter.WriteStreamingElement().