63 references to String
System.Data.SqlXml (13)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (13)
457return XPathResultType.String; 597case XPathResultType.String : 627public FuncUnEntityUri() : base(1, 1, XPathResultType.String , new XPathResultType[] { XPathResultType.String }) {} 634public FuncGenerateId() : base(0, 1, XPathResultType.String , new XPathResultType[] { XPathResultType.NodeSet }) {} 651public FuncSystemProp() : base(1, 1, XPathResultType.String , new XPathResultType[] { XPathResultType.String }) {} 659public FuncElementAvailable() : base(1, 1, XPathResultType.Boolean, new XPathResultType[] { XPathResultType.String }) {} 667public FuncFunctionAvailable() : base(1, 1, XPathResultType.Boolean, new XPathResultType[] { XPathResultType.String }) {} 706public FuncKey() : base(2, 2, XPathResultType.NodeSet, new XPathResultType[] { XPathResultType.String , XPathResultType.Any }) {} 770public FuncFormatNumber() : base(2, 3, XPathResultType.String , new XPathResultType[] { XPathResultType.Number , XPathResultType.String, XPathResultType.String }) {}
System.ServiceModel (23)
System\ServiceModel\Dispatcher\MatchSingleFxEngineOpcode.cs (2)
130case XPathResultType.String: 182case XPathResultType.String:
System\ServiceModel\Dispatcher\QueryFunctions.cs (4)
79case XPathResultType.String: 114case XPathResultType.String: 153case XPathResultType.String: 190case XPathResultType.String:
System\ServiceModel\Dispatcher\XPathExpr.cs (2)
316return XPathResultType.String; 336case 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) 1597static 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)
29this.resultType = XPathResultType.String; 77case XPathResultType.String: 108case XPathResultType.String: 129case XPathResultType.String: 153case XPathResultType.String:
System.Xml (27)
System\Xml\XPath\Internal\FilterQuery.cs (1)
125case 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)
32case XPathResultType.String:
System\Xml\XPath\Internal\NumberFunctions.cs (1)
67case XPathResultType.String :
System\Xml\XPath\Internal\Operand.cs (1)
20this.type = XPathResultType.String;
System\Xml\XPath\Internal\Query.cs (1)
222if (value is string ) return XPathResultType.String;
System\Xml\XPath\Internal\StringFunctions.cs (2)
75case XPathResultType.String: 99return XPathResultType.String;
System\Xml\XPath\Internal\XPathParser.cs (9)
472if (arg.ReturnType != XPathResultType.String) { 497case XPathResultType.String : 683static readonly XPathResultType[] temparray4 = {XPathResultType.String}; 684static readonly XPathResultType[] temparray5 = {XPathResultType.String, XPathResultType.String}; 685static readonly XPathResultType[] temparray6 = {XPathResultType.String, XPathResultType.Number, XPathResultType.Number}; 686static readonly XPathResultType[] temparray7 = {XPathResultType.String, XPathResultType.String, XPathResultType.String};
System\Xml\XPath\XPathExpr.cs (1)
36Navigator = XPathResultType.String,