7 references to argString
System.Private.Xml (7)
System\Xml\Xsl\XPath\XPathBuilder.cs (3)
805table.Add("string-length", new FunctionInfo(FuncId.StringLength, 0, 1, argString)); 806table.Add("normalize-space", new FunctionInfo(FuncId.Normalize, 0, 1, argString)); 812table.Add("lang", new FunctionInfo(FuncId.Lang, 1, 1, argString));
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (4)
308table.Add("unparsed-entity-uri", new FunctionInfo(FuncId.UnparsedEntityUri, 1, 1, XPathBuilder.argString)); 310table.Add("system-property", new FunctionInfo(FuncId.SystemProperty, 1, 1, XPathBuilder.argString)); 311table.Add("element-available", new FunctionInfo(FuncId.ElementAvailable, 1, 1, XPathBuilder.argString)); 312table.Add("function-available", new FunctionInfo(FuncId.FunctionAvailable, 1, 1, XPathBuilder.argString));