40 references to String
System.Private.Xml (40)
System\Xml\XPath\Internal\FilterQuery.cs (1)
145
case XPathResultType.
String
:
System\Xml\XPath\Internal\Function.cs (10)
92
/* FunctionType.FuncLocalName */ XPathResultType.
String
,
93
/* FunctionType.FuncNameSpaceUri */ XPathResultType.
String
,
94
/* FunctionType.FuncName */ XPathResultType.
String
,
95
/* FunctionType.FuncString */ XPathResultType.
String
,
101
/* FunctionType.FuncConcat */ XPathResultType.
String
,
104
/* FunctionType.FuncSubstringBefore */ XPathResultType.
String
,
105
/* FunctionType.FuncSubstringAfter */ XPathResultType.
String
,
106
/* FunctionType.FuncSubstring */ XPathResultType.
String
,
108
/* FunctionType.FuncNormalize */ XPathResultType.
String
,
109
/* FunctionType.FuncTranslate */ XPathResultType.
String
,
System\Xml\XPath\Internal\IdQuery.cs (1)
30
case XPathResultType.
String
:
System\Xml\XPath\Internal\NumberFunctions.cs (1)
71
case XPathResultType.
String
:
System\Xml\XPath\Internal\Operand.cs (1)
15
_type = XPathResultType.
String
;
System\Xml\XPath\Internal\Query.cs (1)
188
if (value is string) return XPathResultType.
String
;
System\Xml\XPath\Internal\StringFunctions.cs (2)
84
case XPathResultType.
String
:
114
return XPathResultType.
String
;
System\Xml\XPath\Internal\XPathParser.cs (9)
537
if (arg.ReturnType != XPathResultType.
String
)
570
case XPathResultType.
String
:
783
private static readonly XPathResultType[] s_temparray4 = { XPathResultType.
String
};
784
private static readonly XPathResultType[] s_temparray5 = { XPathResultType.
String
, XPathResultType.
String
};
785
private static readonly XPathResultType[] s_temparray6 = { XPathResultType.
String
, XPathResultType.Number, XPathResultType.Number };
786
private static readonly XPathResultType[] s_temparray7 = { XPathResultType.
String
, XPathResultType.
String
, XPathResultType.
String
};
System\Xml\XPath\XPathExpr.cs (1)
34
Navigator = XPathResultType.
String
,
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (13)
549
return XPathResultType.
String
;
717
case XPathResultType.
String
:
753
public FuncUnEntityUri() : base(1, 1, XPathResultType.
String
, new XPathResultType[] { XPathResultType.
String
}) { }
762
public FuncGenerateId() : base(0, 1, XPathResultType.
String
, new XPathResultType[] { XPathResultType.NodeSet }) { }
787
public FuncSystemProp() : base(1, 1, XPathResultType.
String
, new XPathResultType[] { XPathResultType.
String
}) { }
797
public FuncElementAvailable() : base(1, 1, XPathResultType.Boolean, new XPathResultType[] { XPathResultType.
String
}) { }
807
public FuncFunctionAvailable() : base(1, 1, XPathResultType.Boolean, new XPathResultType[] { XPathResultType.
String
}) { }
855
public FuncKey() : base(2, 2, XPathResultType.NodeSet, new XPathResultType[] { XPathResultType.
String
, XPathResultType.Any }) { }
937
public FuncFormatNumber() : base(2, 3, XPathResultType.
String
, new XPathResultType[] { XPathResultType.Number, XPathResultType.
String
, XPathResultType.
String
}) { }