23 references to NodeSet
dotnet-svcutil-lib (23)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Axis.cs (1)
61
public override XPathResultType ReturnType { get { return XPathResultType.
NodeSet
; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\baseaxisquery.cs (1)
138
public override XPathResultType StaticType { get { return XPathResultType.
NodeSet
; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheOutputQuery.cs (1)
74
public override XPathResultType StaticType { get { return XPathResultType.
NodeSet
; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ContextQuery.cs (1)
55
public override XPathResultType StaticType { get { return XPathResultType.
NodeSet
; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\EmptyQuery.cs (1)
23
public override XPathResultType StaticType { get { return XPathResultType.
NodeSet
; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Filter.cs (1)
25
public override XPathResultType ReturnType { get { return XPathResultType.
NodeSet
; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FilterQuery.cs (1)
139
case XPathResultType.
NodeSet
:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Function.cs (1)
98
/* FunctionType.FuncID */ XPathResultType.
NodeSet
,
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Group.cs (1)
21
public override XPathResultType ReturnType { get { return XPathResultType.
NodeSet
; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\IDQuery.cs (1)
26
case XPathResultType.
NodeSet
:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NumberFunctions.cs (1)
71
case XPathResultType.
NodeSet
:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Operator.cs (1)
80
return XPathResultType.
NodeSet
;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Query.cs (1)
250
if (value is XPathNodeIterator) return XPathResultType.
NodeSet
;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Root.cs (1)
16
public override XPathResultType ReturnType { get { return XPathResultType.
NodeSet
; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\SortQuery.cs (3)
43
_qyInput.StaticType != XPathResultType.
NodeSet
&&
111
public override XPathResultType StaticType { get { return XPathResultType.
NodeSet
; } }
187
if (evalQuery.StaticType == XPathResultType.
NodeSet
|| evalQuery.StaticType == XPathResultType.Any)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\StringFunctions.cs (1)
84
case XPathResultType.
NodeSet
:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\UnionExpr.cs (1)
158
public override XPathResultType StaticType { get { return XPathResultType.
NodeSet
; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XmlIteratorQuery.cs (1)
42
public override XPathResultType StaticType { get { return XPathResultType.
NodeSet
; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (3)
577
case XPathResultType.
NodeSet
:
786
if (t != XPathResultType.
NodeSet
&& t != XPathResultType.Any)
794
private static readonly XPathResultType[] s_temparray2 = { XPathResultType.
NodeSet
};