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

◆ SetVersion() [1/2]

void System.Xml.Xsl.Xslt.XsltInput.SetVersion ( double version)
inlineprivate

Definition at line 743 of file XsltInput.cs.

744 {
745 if (_compiler.Version == 0)
746 {
748 }
749 if (_compiler.Version == 1)
750 {
752 _scopeManager.ForwardCompatibility = version != 1.0;
753 }
754 else
755 {
758 }
759 }
readonly Compiler _compiler
Definition XsltInput.cs:150

References System.Xml.Xsl.Xslt.XsltInput._compiler, System.Xml.Dictionary, and System.Xml.Xsl.Xslt.Compiler.Version.