63 references to String
System.Data.SqlXml (13)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (13)
457
return XPathResultType.
String
;
597
case XPathResultType.
String
:
627
public FuncUnEntityUri() : base(1, 1, XPathResultType.
String
, new XPathResultType[] { XPathResultType.
String
}) {}
634
public FuncGenerateId() : base(0, 1, XPathResultType.
String
, new XPathResultType[] { XPathResultType.NodeSet }) {}
651
public FuncSystemProp() : base(1, 1, XPathResultType.
String
, new XPathResultType[] { XPathResultType.
String
}) {}
659
public FuncElementAvailable() : base(1, 1, XPathResultType.Boolean, new XPathResultType[] { XPathResultType.
String
}) {}
667
public FuncFunctionAvailable() : base(1, 1, XPathResultType.Boolean, new XPathResultType[] { XPathResultType.
String
}) {}
706
public FuncKey() : base(2, 2, XPathResultType.NodeSet, new XPathResultType[] { XPathResultType.
String
, XPathResultType.Any }) {}
770
public FuncFormatNumber() : base(2, 3, XPathResultType.
String
, new XPathResultType[] { XPathResultType.Number , XPathResultType.
String
, XPathResultType.
String
}) {}
System.ServiceModel (23)
System\ServiceModel\Dispatcher\MatchSingleFxEngineOpcode.cs (2)
130
case XPathResultType.
String
:
182
case XPathResultType.
String
:
System\ServiceModel\Dispatcher\QueryFunctions.cs (4)
79
case XPathResultType.
String
:
114
case XPathResultType.
String
:
153
case XPathResultType.
String
:
190
case XPathResultType.
String
:
System\ServiceModel\Dispatcher\XPathExpr.cs (2)
316
return XPathResultType.
String
;
336
case XPathResultType.
String
:
System\ServiceModel\Dispatcher\XPathMessageContext.cs (10)
609
: base(new XPathResultType[0], 0, 0, XPathResultType.
String
)
682
: base(new XPathResultType[0], 0, 0, XPathResultType.
String
)
745
: base(new XPathResultType[0], 0, 0, XPathResultType.
String
)
902
: base(new XPathResultType[0], 0, 0, XPathResultType.
String
)
970
: base(new XPathResultType[] { XPathResultType.NodeSet }, 1, 1, XPathResultType.
String
)
1238
: base(new XPathResultType[] { XPathResultType.
String
}, 1, 1, XPathResultType.NodeSet)
1562
: base(new XPathResultType[1] { XPathResultType.
String
}, 1, 1, XPathResultType.Number)
1597
static XPathResultType[] argTypes = new XPathResultType[1] { XPathResultType.
String
};
1600
: base(argTypes, 1, 1, XPathResultType.
String
)
1677
: base(new XPathResultType[1] { XPathResultType.
String
}, 1, 1, XPathResultType.Number)
System\ServiceModel\Dispatcher\XPathResult.cs (5)
29
this.resultType = XPathResultType.
String
;
77
case XPathResultType.
String
:
108
case XPathResultType.
String
:
129
case XPathResultType.
String
:
153
case XPathResultType.
String
:
System.Xml (27)
System\Xml\XPath\Internal\FilterQuery.cs (1)
125
case XPathResultType.
String
:
System\Xml\XPath\Internal\Function.cs (10)
93
/* FunctionType.FuncLocalName */ XPathResultType.
String
,
94
/* FunctionType.FuncNameSpaceUri */ XPathResultType.
String
,
95
/* FunctionType.FuncName */ XPathResultType.
String
,
96
/* FunctionType.FuncString */ XPathResultType.
String
,
102
/* FunctionType.FuncConcat */ XPathResultType.
String
,
105
/* FunctionType.FuncSubstringBefore */ XPathResultType.
String
,
106
/* FunctionType.FuncSubstringAfter */ XPathResultType.
String
,
107
/* FunctionType.FuncSubstring */ XPathResultType.
String
,
109
/* FunctionType.FuncNormalize */ XPathResultType.
String
,
110
/* FunctionType.FuncTranslate */ XPathResultType.
String
,
System\Xml\XPath\Internal\IdQuery.cs (1)
32
case XPathResultType.
String
:
System\Xml\XPath\Internal\NumberFunctions.cs (1)
67
case XPathResultType.
String
:
System\Xml\XPath\Internal\Operand.cs (1)
20
this.type = XPathResultType.
String
;
System\Xml\XPath\Internal\Query.cs (1)
222
if (value is string ) return XPathResultType.
String
;
System\Xml\XPath\Internal\StringFunctions.cs (2)
75
case XPathResultType.
String
:
99
return XPathResultType.
String
;
System\Xml\XPath\Internal\XPathParser.cs (9)
472
if (arg.ReturnType != XPathResultType.
String
) {
497
case XPathResultType.
String
:
683
static readonly XPathResultType[] temparray4 = {XPathResultType.
String
};
684
static readonly XPathResultType[] temparray5 = {XPathResultType.
String
, XPathResultType.
String
};
685
static readonly XPathResultType[] temparray6 = {XPathResultType.
String
, XPathResultType.Number, XPathResultType.Number};
686
static readonly XPathResultType[] temparray7 = {XPathResultType.
String
, XPathResultType.
String
, XPathResultType.
String
};
System\Xml\XPath\XPathExpr.cs (1)
36
Navigator = XPathResultType.
String
,