47 references to Number
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (3)
475
return XPathResultType.
Number
;
605
case XPathResultType.
Number
: return ToNumeric(val, typeCode);
770
public FuncFormatNumber() : base(2, 3, XPathResultType.String , new XPathResultType[] { XPathResultType.
Number
, XPathResultType.String, XPathResultType.String }) {}
System.ServiceModel (16)
System\ServiceModel\Dispatcher\MatchSingleFxEngineOpcode.cs (2)
126
case XPathResultType.
Number
:
178
case XPathResultType.
Number
:
System\ServiceModel\Dispatcher\QueryFunctions.cs (4)
80
case XPathResultType.
Number
:
118
case XPathResultType.
Number
:
157
case XPathResultType.
Number
:
194
case XPathResultType.
Number
:
System\ServiceModel\Dispatcher\XPathExpr.cs (2)
310
return XPathResultType.
Number
;
330
case 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)
41
this.resultType = XPathResultType.
Number
;
74
case XPathResultType.
Number
:
105
case XPathResultType.
Number
:
126
case XPathResultType.
Number
:
150
case XPathResultType.
Number
:
System.Xml (28)
System\Xml\XPath\Internal\FilterQuery.cs (2)
39
if (cond.StaticType != XPathResultType.
Number
&& cond.StaticType != XPathResultType.Any && noPosition) {
79
case 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)
35
case XPathResultType.
Number
:
System\Xml\XPath\Internal\NumberFunctions.cs (2)
71
case XPathResultType.
Number
:
102
public override XPathResultType StaticType { get { return XPathResultType.
Number
; } }
System\Xml\XPath\Internal\NumericExpr.cs (3)
28
if (opnd1.StaticType != XPathResultType.
Number
) {
31
if (opnd2.StaticType != XPathResultType.
Number
) {
67
public override XPathResultType StaticType { get { return XPathResultType.
Number
; } }
System\Xml\XPath\Internal\Operand.cs (1)
25
this.type = XPathResultType.
Number
;
System\Xml\XPath\Internal\Operator.cs (1)
72
return XPathResultType.
Number
;
System\Xml\XPath\Internal\Query.cs (1)
223
if (value is double ) return XPathResultType.
Number
;
System\Xml\XPath\Internal\QueryBuilder.cs (2)
180
q.StaticType == XPathResultType.
Number
222
if (prevCond.StaticType == XPathResultType.
Number
) {
System\Xml\XPath\Internal\StringFunctions.cs (2)
82
Debug.Assert(GetXPathType(argVal) == XPathResultType.
Number
);
91
return XPathResultType.
Number
;
System\Xml\XPath\Internal\XPathParser.cs (4)
500
case XPathResultType.
Number
:
685
static readonly XPathResultType[] temparray6 = {XPathResultType.String, XPathResultType.
Number
, XPathResultType.
Number
};
688
static readonly XPathResultType[] temparray9 = {XPathResultType.
Number
};