3 references to FuncNormalize
System.Private.Xml (3)
System\Xml\XPath\Internal\QueryBuilder.cs (1)
392case FT.FuncNormalize:
System\Xml\XPath\Internal\StringFunctions.cs (1)
58Function.FunctionType.FuncNormalize => Normalize(nodeIterator),
System\Xml\XPath\Internal\XPathParser.cs (1)
830table.Add("normalize-space", new ParamInfo(Function.FunctionType.FuncNormalize, 0, 1, s_temparray4));