47 references to Number
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (3)
475return XPathResultType.Number; 605case XPathResultType.Number : return ToNumeric(val, typeCode); 770public FuncFormatNumber() : base(2, 3, XPathResultType.String , new XPathResultType[] { XPathResultType.Number , XPathResultType.String, XPathResultType.String }) {}
System.ServiceModel (16)
System\ServiceModel\Dispatcher\MatchSingleFxEngineOpcode.cs (2)
126case XPathResultType.Number: 178case XPathResultType.Number:
System\ServiceModel\Dispatcher\QueryFunctions.cs (4)
80case XPathResultType.Number: 118case XPathResultType.Number: 157case XPathResultType.Number: 194case XPathResultType.Number:
System\ServiceModel\Dispatcher\XPathExpr.cs (2)
310return XPathResultType.Number; 330case XPathResultType.Number:
System\ServiceModel\Dispatcher\XPathMessageContext.cs (3)
1562: base(new XPathResultType[1] { XPathResultType.String }, 1, 1, XPathResultType.Number) 1654: base(new XPathResultType[0], 0, 0, XPathResultType.Number) 1677: base(new XPathResultType[1] { XPathResultType.String }, 1, 1, XPathResultType.Number)
System\ServiceModel\Dispatcher\XPathResult.cs (5)
41this.resultType = XPathResultType.Number; 74case XPathResultType.Number: 105case XPathResultType.Number: 126case XPathResultType.Number: 150case XPathResultType.Number:
System.Xml (28)
System\Xml\XPath\Internal\FilterQuery.cs (2)
39if (cond.StaticType != XPathResultType.Number && cond.StaticType != XPathResultType.Any && noPosition) { 79case XPathResultType.Number:
System\Xml\XPath\Internal\Function.cs (9)
89/* FunctionType.FuncLast */ XPathResultType.Number , 90/* FunctionType.FuncPosition */ XPathResultType.Number , 91/* FunctionType.FuncCount */ XPathResultType.Number , 98/* FunctionType.FuncNumber */ XPathResultType.Number , 108/* FunctionType.FuncStringLength */ XPathResultType.Number , 112/* FunctionType.FuncSum */ XPathResultType.Number , 113/* FunctionType.FuncFloor */ XPathResultType.Number , 114/* FunctionType.FuncCeiling */ XPathResultType.Number , 115/* FunctionType.FuncRound */ XPathResultType.Number ,
System\Xml\XPath\Internal\IdQuery.cs (1)
35case XPathResultType.Number:
System\Xml\XPath\Internal\NumberFunctions.cs (2)
71case XPathResultType.Number: 102public override XPathResultType StaticType { get { return XPathResultType.Number; } }
System\Xml\XPath\Internal\NumericExpr.cs (3)
28if (opnd1.StaticType != XPathResultType.Number) { 31if (opnd2.StaticType != XPathResultType.Number) { 67public override XPathResultType StaticType { get { return XPathResultType.Number; } }
System\Xml\XPath\Internal\Operand.cs (1)
25this.type = XPathResultType.Number;
System\Xml\XPath\Internal\Operator.cs (1)
72return XPathResultType.Number;
System\Xml\XPath\Internal\Query.cs (1)
223if (value is double ) return XPathResultType.Number;
System\Xml\XPath\Internal\QueryBuilder.cs (2)
180q.StaticType == XPathResultType.Number 222if (prevCond.StaticType == XPathResultType.Number) {
System\Xml\XPath\Internal\StringFunctions.cs (2)
82Debug.Assert(GetXPathType(argVal) == XPathResultType.Number); 91return XPathResultType.Number;
System\Xml\XPath\Internal\XPathParser.cs (4)
500case XPathResultType.Number : 685static readonly XPathResultType[] temparray6 = {XPathResultType.String, XPathResultType.Number, XPathResultType.Number}; 688static readonly XPathResultType[] temparray9 = {XPathResultType.Number};