22 references to Boolean
dotnet-svcutil-lib (22)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\BooleanExpr.cs (3)
24
if (opnd1.StaticType != XPathResultType.
Boolean
)
28
if (opnd2.StaticType != XPathResultType.
Boolean
)
60
public override XPathResultType StaticType { get { return XPathResultType.
Boolean
; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\BooleanFunctions.cs (1)
72
public override XPathResultType StaticType { get { return XPathResultType.
Boolean
; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FilterQuery.cs (1)
142
case XPathResultType.
Boolean
:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Function.cs (7)
103
/* FunctionType.FuncBoolean */ XPathResultType.
Boolean
,
105
/* FunctionType.FuncTrue */ XPathResultType.
Boolean
,
106
/* FunctionType.FuncFalse */ XPathResultType.
Boolean
,
107
/* FunctionType.FuncNot */ XPathResultType.
Boolean
,
109
/* FunctionType.FuncStartsWith */ XPathResultType.
Boolean
,
110
/* FunctionType.FuncContains */ XPathResultType.
Boolean
,
117
/* FunctionType.FuncLang */ XPathResultType.
Boolean
,
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\IDQuery.cs (1)
39
case XPathResultType.
Boolean
:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\LogicalExpr.cs (1)
435
public override XPathResultType StaticType { get { return XPathResultType.
Boolean
; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NumberFunctions.cs (1)
80
case XPathResultType.
Boolean
:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Operand.cs (1)
32
_type = XPathResultType.
Boolean
;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Operator.cs (1)
74
return XPathResultType.
Boolean
;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Query.cs (1)
253
if (value is bool) return XPathResultType.
Boolean
;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\StringFunctions.cs (2)
89
case XPathResultType.
Boolean
:
114
return XPathResultType.
Boolean
;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (2)
589
case XPathResultType.
Boolean
:
800
private static readonly XPathResultType[] s_temparray8 = { XPathResultType.
Boolean
};