3 references to String
System.Private.Xml (3)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
578
case FuncId.
String
: return args.Count == 0 ? _f.XPathNodeValue(GetCurrentNode()) : _f.ConvertToString(args[0]);
798
table.Add("string", new FunctionInfo(FuncId.
String
, 0, 1, argAny));
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1084
funcId == XPathBuilder.FuncId.
String
||