Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TheQuery.cs
Go to the documentation of this file.
1
using
MS.Internal.Xml.XPath
;
2
3
namespace
System.Xml.Xsl.XsltOld
;
4
5
internal
sealed
class
TheQuery
6
{
7
internal
InputScopeManager
_ScopeManager
;
8
9
private
readonly
CompiledXpathExpr
_CompiledQuery
;
10
11
internal
CompiledXpathExpr
CompiledQuery
=>
_CompiledQuery
;
12
13
internal
TheQuery
(
CompiledXpathExpr
compiledQuery
,
InputScopeManager
manager
)
14
{
15
_CompiledQuery
=
compiledQuery
;
16
_ScopeManager
=
manager
.
Clone
();
17
}
18
}
MS.Internal.Xml.XPath.CompiledXpathExpr
Definition
CompiledXpathExpr.cs:10
System.Xml.Xsl.XsltOld.InputScopeManager.Clone
InputScopeManager Clone()
Definition
InputScopeManager.cs:27
System.Xml.Xsl.XsltOld.InputScopeManager
Definition
InputScopeManager.cs:6
System.Xml.Xsl.XsltOld.TheQuery._CompiledQuery
readonly CompiledXpathExpr _CompiledQuery
Definition
TheQuery.cs:9
System.Xml.Xsl.XsltOld.TheQuery.CompiledQuery
CompiledXpathExpr CompiledQuery
Definition
TheQuery.cs:11
System.Xml.Xsl.XsltOld.TheQuery._ScopeManager
InputScopeManager _ScopeManager
Definition
TheQuery.cs:7
System.Xml.Xsl.XsltOld.TheQuery.TheQuery
TheQuery(CompiledXpathExpr compiledQuery, InputScopeManager manager)
Definition
TheQuery.cs:13
System.Xml.Xsl.XsltOld.TheQuery
Definition
TheQuery.cs:6
MS.Internal.Xml.XPath
Definition
AbsoluteQuery.cs:3
System.Xml.Xsl.XsltOld
Definition
IXsltDebugger.cs:1
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.manager
@ manager
source
System.Private.Xml
System.Xml.Xsl.XsltOld
TheQuery.cs
Generated by
1.10.0