25 references to Boolean
System.Private.Xml (25)
System\Xml\XPath\Internal\BooleanExpr.cs (3)
21
if (opnd1.StaticType != XPathResultType.
Boolean
)
25
if (opnd2.StaticType != XPathResultType.
Boolean
)
57
public override XPathResultType StaticType { get { return XPathResultType.
Boolean
; } }
System\Xml\XPath\Internal\BooleanFunctions.cs (1)
69
public override XPathResultType StaticType { get { return XPathResultType.
Boolean
; } }
System\Xml\XPath\Internal\FilterQuery.cs (1)
139
case XPathResultType.
Boolean
:
System\Xml\XPath\Internal\Function.cs (7)
96
/* FunctionType.FuncBoolean */ XPathResultType.
Boolean
,
98
/* FunctionType.FuncTrue */ XPathResultType.
Boolean
,
99
/* FunctionType.FuncFalse */ XPathResultType.
Boolean
,
100
/* FunctionType.FuncNot */ XPathResultType.
Boolean
,
102
/* FunctionType.FuncStartsWith */ XPathResultType.
Boolean
,
103
/* FunctionType.FuncContains */ XPathResultType.
Boolean
,
110
/* FunctionType.FuncLang */ XPathResultType.
Boolean
,
System\Xml\XPath\Internal\IdQuery.cs (1)
36
case XPathResultType.
Boolean
:
System\Xml\XPath\Internal\LogicalExpr.cs (1)
439
public override XPathResultType StaticType { get { return XPathResultType.
Boolean
; } }
System\Xml\XPath\Internal\NumberFunctions.cs (1)
73
case XPathResultType.
Boolean
:
System\Xml\XPath\Internal\Operator.cs (1)
71
return XPathResultType.
Boolean
;
System\Xml\XPath\Internal\Query.cs (1)
190
if (value is bool) return XPathResultType.
Boolean
;
System\Xml\XPath\Internal\StringFunctions.cs (2)
86
case XPathResultType.
Boolean
:
112
return XPathResultType.
Boolean
;
System\Xml\XPath\Internal\XPathParser.cs (2)
576
case XPathResultType.
Boolean
:
787
private static readonly XPathResultType[] s_temparray8 = { XPathResultType.
Boolean
};
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (4)
551
return XPathResultType.
Boolean
;
729
case XPathResultType.
Boolean
: return ToBoolean(val);
797
public FuncElementAvailable() : base(1, 1, XPathResultType.
Boolean
, new XPathResultType[] { XPathResultType.String }) { }
807
public FuncFunctionAvailable() : base(1, 1, XPathResultType.
Boolean
, new XPathResultType[] { XPathResultType.String }) { }