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

◆ SetCollapsedLineInfoOffset()

void MS.Internal.Xml.Cache.XPathNode.SetCollapsedLineInfoOffset ( int posOffset)
inline

Definition at line 175 of file XPathNode.cs.

176 {
177 _props |= (uint)(posOffset << 24);
178 }

References MS.Internal.Xml.Cache.XPathNode._props.

Referenced by MS.Internal.Xml.Cache.XPathDocumentBuilder.WriteEndElement().