42 references to Boolean
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (4)
459
return XPathResultType.
Boolean
;
606
case XPathResultType.
Boolean
: return ToBoolean(val);
659
public FuncElementAvailable() : base(1, 1, XPathResultType.
Boolean
, new XPathResultType[] { XPathResultType.String }) {}
667
public FuncFunctionAvailable() : base(1, 1, XPathResultType.
Boolean
, new XPathResultType[] { XPathResultType.String }) {}
System.ServiceModel (16)
System\ServiceModel\Dispatcher\MatchSingleFxEngineOpcode.cs (2)
117
case XPathResultType.
Boolean
:
170
case XPathResultType.
Boolean
:
System\ServiceModel\Dispatcher\QueryFunctions.cs (4)
81
case XPathResultType.
Boolean
:
122
case XPathResultType.
Boolean
:
161
case XPathResultType.
Boolean
:
198
case XPathResultType.
Boolean
:
System\ServiceModel\Dispatcher\XPathExpr.cs (2)
307
return XPathResultType.
Boolean
;
327
case XPathResultType.
Boolean
:
System\ServiceModel\Dispatcher\XPathMessageContext.cs (3)
1032
: base(new XPathResultType[] { XPathResultType.NodeSet }, 1, 1, XPathResultType.
Boolean
)
1097
: base(new XPathResultType[] { XPathResultType.NodeSet }, 1, 1, XPathResultType.
Boolean
)
1171
: base(new XPathResultType[] { XPathResultType.NodeSet }, 1, 1, XPathResultType.
Boolean
)
System\ServiceModel\Dispatcher\XPathResult.cs (5)
35
this.resultType = XPathResultType.
Boolean
;
68
case XPathResultType.
Boolean
:
99
case XPathResultType.
Boolean
:
120
case XPathResultType.
Boolean
:
144
case XPathResultType.
Boolean
:
System.Xml (22)
System\Xml\XPath\Internal\BooleanExpr.cs (3)
24
if (opnd1.StaticType != XPathResultType.
Boolean
) {
27
if (opnd2.StaticType != XPathResultType.
Boolean
) {
54
public override XPathResultType StaticType { get { return XPathResultType.
Boolean
; } }
System\Xml\XPath\Internal\BooleanFunctions.cs (1)
64
public override XPathResultType StaticType { get { return XPathResultType.
Boolean
; } }
System\Xml\XPath\Internal\FilterQuery.cs (1)
120
case XPathResultType.
Boolean
:
System\Xml\XPath\Internal\Function.cs (7)
97
/* FunctionType.FuncBoolean */ XPathResultType.
Boolean
,
99
/* FunctionType.FuncTrue */ XPathResultType.
Boolean
,
100
/* FunctionType.FuncFalse */ XPathResultType.
Boolean
,
101
/* FunctionType.FuncNot */ XPathResultType.
Boolean
,
103
/* FunctionType.FuncStartsWith */ XPathResultType.
Boolean
,
104
/* FunctionType.FuncContains */ XPathResultType.
Boolean
,
111
/* FunctionType.FuncLang */ XPathResultType.
Boolean
,
System\Xml\XPath\Internal\IdQuery.cs (1)
38
case XPathResultType.
Boolean
:
System\Xml\XPath\Internal\LogicalExpr.cs (1)
372
public override XPathResultType StaticType { get { return XPathResultType.
Boolean
; } }
System\Xml\XPath\Internal\NumberFunctions.cs (1)
69
case XPathResultType.
Boolean
:
System\Xml\XPath\Internal\Operand.cs (1)
30
this.type = XPathResultType.
Boolean
;
System\Xml\XPath\Internal\Operator.cs (1)
69
return XPathResultType.
Boolean
;
System\Xml\XPath\Internal\Query.cs (1)
224
if (value is bool ) return XPathResultType.
Boolean
;
System\Xml\XPath\Internal\StringFunctions.cs (2)
77
case XPathResultType.
Boolean
:
97
return XPathResultType.
Boolean
;
System\Xml\XPath\Internal\XPathParser.cs (2)
503
case XPathResultType.
Boolean
:
687
static readonly XPathResultType[] temparray8 = {XPathResultType.
Boolean
};