3 references to FuncNormalize
System.Xml (3)
System\Xml\XPath\Internal\QueryBuilder.cs (1)
339case FT.FuncNormalize:
System\Xml\XPath\Internal\StringFunctions.cs (1)
53case Function.FunctionType.FuncNormalize : return Normalize(nodeIterator);
System\Xml\XPath\Internal\XPathParser.cs (1)
727table.Add("normalize-space" , new ParamInfo(Function.FunctionType.FuncNormalize , 0, 1, temparray4));