22 references to Boolean
dotnet-svcutil-lib (22)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\BooleanExpr.cs (3)
24if (opnd1.StaticType != XPathResultType.Boolean) 28if (opnd2.StaticType != XPathResultType.Boolean) 60public override XPathResultType StaticType { get { return XPathResultType.Boolean; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\BooleanFunctions.cs (1)
72public override XPathResultType StaticType { get { return XPathResultType.Boolean; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FilterQuery.cs (1)
142case 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)
39case XPathResultType.Boolean:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\LogicalExpr.cs (1)
435public override XPathResultType StaticType { get { return XPathResultType.Boolean; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NumberFunctions.cs (1)
80case XPathResultType.Boolean:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Operand.cs (1)
32_type = XPathResultType.Boolean;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Operator.cs (1)
74return XPathResultType.Boolean;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Query.cs (1)
253if (value is bool) return XPathResultType.Boolean;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\StringFunctions.cs (2)
89case XPathResultType.Boolean: 114return XPathResultType.Boolean;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (2)
589case XPathResultType.Boolean: 800private static readonly XPathResultType[] s_temparray8 = { XPathResultType.Boolean };