7 references to argString
System.Data.SqlXml (7)
System\Xml\Xsl\XPath\XPathBuilder.cs (3)
704table.Add("string-length" , new FunctionInfo(FuncId.StringLength , 0, 1, argString)); 705table.Add("normalize-space" , new FunctionInfo(FuncId.Normalize , 0, 1, argString)); 711table.Add("lang" , new FunctionInfo(FuncId.Lang , 1, 1, argString));
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (4)
257table.Add("unparsed-entity-uri", new FunctionInfo(FuncId.UnparsedEntityUri, 1, 1, XPathBuilder.argString)); 259table.Add("system-property" , new FunctionInfo(FuncId.SystemProperty , 1, 1, XPathBuilder.argString)); 260table.Add("element-available" , new FunctionInfo(FuncId.ElementAvailable , 1, 1, XPathBuilder.argString)); 261table.Add("function-available" , new FunctionInfo(FuncId.FunctionAvailable, 1, 1, XPathBuilder.argString));