42 references to Boolean
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (4)
459return XPathResultType.Boolean; 606case XPathResultType.Boolean : return ToBoolean(val); 659public FuncElementAvailable() : base(1, 1, XPathResultType.Boolean, new XPathResultType[] { XPathResultType.String }) {} 667public FuncFunctionAvailable() : base(1, 1, XPathResultType.Boolean, new XPathResultType[] { XPathResultType.String }) {}
System.ServiceModel (16)
System\ServiceModel\Dispatcher\MatchSingleFxEngineOpcode.cs (2)
117case XPathResultType.Boolean: 170case XPathResultType.Boolean:
System\ServiceModel\Dispatcher\QueryFunctions.cs (4)
81case XPathResultType.Boolean: 122case XPathResultType.Boolean: 161case XPathResultType.Boolean: 198case XPathResultType.Boolean:
System\ServiceModel\Dispatcher\XPathExpr.cs (2)
307return XPathResultType.Boolean; 327case 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)
35this.resultType = XPathResultType.Boolean; 68case XPathResultType.Boolean: 99case XPathResultType.Boolean: 120case XPathResultType.Boolean: 144case XPathResultType.Boolean:
System.Xml (22)
System\Xml\XPath\Internal\BooleanExpr.cs (3)
24if (opnd1.StaticType != XPathResultType.Boolean) { 27if (opnd2.StaticType != XPathResultType.Boolean) { 54public override XPathResultType StaticType { get { return XPathResultType.Boolean; } }
System\Xml\XPath\Internal\BooleanFunctions.cs (1)
64public override XPathResultType StaticType { get { return XPathResultType.Boolean; } }
System\Xml\XPath\Internal\FilterQuery.cs (1)
120case 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)
38case XPathResultType.Boolean:
System\Xml\XPath\Internal\LogicalExpr.cs (1)
372public override XPathResultType StaticType { get { return XPathResultType.Boolean; } }
System\Xml\XPath\Internal\NumberFunctions.cs (1)
69case XPathResultType.Boolean :
System\Xml\XPath\Internal\Operand.cs (1)
30this.type = XPathResultType.Boolean;
System\Xml\XPath\Internal\Operator.cs (1)
69return XPathResultType.Boolean;
System\Xml\XPath\Internal\Query.cs (1)
224if (value is bool ) return XPathResultType.Boolean;
System\Xml\XPath\Internal\StringFunctions.cs (2)
77case XPathResultType.Boolean : 97return XPathResultType.Boolean;
System\Xml\XPath\Internal\XPathParser.cs (2)
503case XPathResultType.Boolean : 687static readonly XPathResultType[] temparray8 = {XPathResultType.Boolean};