27 references to String
dotnet-svcutil-lib (27)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FilterQuery.cs (1)
148
case XPathResultType.
String
:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Function.cs (10)
99
/* FunctionType.FuncLocalName */ XPathResultType.
String
,
100
/* FunctionType.FuncNameSpaceUri */ XPathResultType.
String
,
101
/* FunctionType.FuncName */ XPathResultType.
String
,
102
/* FunctionType.FuncString */ XPathResultType.
String
,
108
/* FunctionType.FuncConcat */ XPathResultType.
String
,
111
/* FunctionType.FuncSubstringBefore */ XPathResultType.
String
,
112
/* FunctionType.FuncSubstringAfter */ XPathResultType.
String
,
113
/* FunctionType.FuncSubstring */ XPathResultType.
String
,
115
/* FunctionType.FuncNormalize */ XPathResultType.
String
,
116
/* FunctionType.FuncTranslate */ XPathResultType.
String
,
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\IDQuery.cs (1)
33
case XPathResultType.
String
:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NumberFunctions.cs (1)
78
case XPathResultType.
String
:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Operand.cs (1)
20
_type = XPathResultType.
String
;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Query.cs (1)
251
if (value is string) return XPathResultType.
String
;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\StringFunctions.cs (2)
87
case XPathResultType.
String
:
116
return XPathResultType.
String
;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (9)
550
if (arg.ReturnType != XPathResultType.
String
)
583
case XPathResultType.
String
:
796
private static readonly XPathResultType[] s_temparray4 = { XPathResultType.
String
};
797
private static readonly XPathResultType[] s_temparray5 = { XPathResultType.
String
, XPathResultType.
String
};
798
private static readonly XPathResultType[] s_temparray6 = { XPathResultType.
String
, XPathResultType.Number, XPathResultType.Number };
799
private static readonly XPathResultType[] s_temparray7 = { XPathResultType.
String
, XPathResultType.
String
, XPathResultType.
String
};
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathExpr.cs (1)
37
Navigator = XPathResultType.
String
,