27 references to String
dotnet-svcutil-lib (27)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FilterQuery.cs (1)
148case 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)
33case XPathResultType.String:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NumberFunctions.cs (1)
78case XPathResultType.String:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Operand.cs (1)
20_type = XPathResultType.String;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Query.cs (1)
251if (value is string) return XPathResultType.String;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\StringFunctions.cs (2)
87case XPathResultType.String: 116return XPathResultType.String;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (9)
550if (arg.ReturnType != XPathResultType.String) 583case XPathResultType.String: 796private static readonly XPathResultType[] s_temparray4 = { XPathResultType.String }; 797private static readonly XPathResultType[] s_temparray5 = { XPathResultType.String, XPathResultType.String }; 798private static readonly XPathResultType[] s_temparray6 = { XPathResultType.String, XPathResultType.Number, XPathResultType.Number }; 799private static readonly XPathResultType[] s_temparray7 = { XPathResultType.String, XPathResultType.String, XPathResultType.String };
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathExpr.cs (1)
37Navigator = XPathResultType.String,