Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
LineNumber
int MS.Internal.Xml.Cache.XPathDocumentNavigator.LineNumber
get
Implements
System.Xml.IXmlLineInfo
.
Definition at line
147
of file
XPathDocumentNavigator.cs
.
148
{
149
get
150
{
151
if
(
_idxParent
!= 0 &&
NodeType
==
XPathNodeType
.Text)
152
{
153
return
_pageParent
[
_idxParent
].
LineNumber
;
154
}
155
return
_pageCurrent
[
_idxCurrent
].
LineNumber
;
156
}
157
}
MS.Internal.Xml.Cache.XPathDocumentNavigator.NodeType
override XPathNodeType NodeType
Definition
XPathDocumentNavigator.cs:67
MS.Internal.Xml.Cache.XPathDocumentNavigator._idxCurrent
int _idxCurrent
Definition
XPathDocumentNavigator.cs:14
MS.Internal.Xml.Cache.XPathDocumentNavigator._pageParent
XPathNode[] _pageParent
Definition
XPathDocumentNavigator.cs:12
MS.Internal.Xml.Cache.XPathDocumentNavigator._pageCurrent
XPathNode[] _pageCurrent
Definition
XPathDocumentNavigator.cs:10
MS.Internal.Xml.Cache.XPathDocumentNavigator._idxParent
int _idxParent
Definition
XPathDocumentNavigator.cs:16
System.Xml.XPath.XPathNodeType
XPathNodeType
Definition
XPathNodeType.cs:4
MS.Internal.Xml.Cache.XPathNode.LineNumber
int LineNumber
Definition
XPathNode.cs:45
MS
Internal
Xml
Cache
XPathDocumentNavigator
Generated by
1.10.0