24 references to XsltFunctions
System.Private.Xml (24)
System\Xml\Xsl\Runtime\XslNumber.cs (1)
271dblVal = XsltFunctions.Round(item.ValueAsDouble);
System\Xml\Xsl\Runtime\XsltLibrary.cs (21)
30public static readonly MethodInfo StartsWith = typeof(XsltFunctions).GetMethod("StartsWith")!; 31public static readonly MethodInfo Contains = typeof(XsltFunctions).GetMethod("Contains")!; 32public static readonly MethodInfo SubstringBefore = typeof(XsltFunctions).GetMethod("SubstringBefore")!; 33public static readonly MethodInfo SubstringAfter = typeof(XsltFunctions).GetMethod("SubstringAfter")!; 34public static readonly MethodInfo Substring2 = typeof(XsltFunctions).GetMethod("Substring", new[] { typeof(string), typeof(double) })!; 35public static readonly MethodInfo Substring3 = typeof(XsltFunctions).GetMethod("Substring", new[] { typeof(string), typeof(double), typeof(double) })!; 36public static readonly MethodInfo NormalizeSpace = typeof(XsltFunctions).GetMethod("NormalizeSpace")!; 37public static readonly MethodInfo Translate = typeof(XsltFunctions).GetMethod("Translate")!; 38public static readonly MethodInfo Lang = typeof(XsltFunctions).GetMethod("Lang")!; 41public static readonly MethodInfo Round = typeof(XsltFunctions).GetMethod("Round")!; 44public static readonly MethodInfo SystemProperty = typeof(XsltFunctions).GetMethod("SystemProperty")!; 45public static readonly MethodInfo BaseUri = typeof(XsltFunctions).GetMethod("BaseUri")!; 46public static readonly MethodInfo OuterXml = typeof(XsltFunctions).GetMethod("OuterXml")!; 50public static readonly MethodInfo MSFormatDateTime = typeof(XsltFunctions).GetMethod("MSFormatDateTime")!; 51public static readonly MethodInfo MSStringCompare = typeof(XsltFunctions).GetMethod("MSStringCompare")!; 52public static readonly MethodInfo MSUtc = typeof(XsltFunctions).GetMethod("MSUtc")!; 53public static readonly MethodInfo MSNumber = typeof(XsltFunctions).GetMethod("MSNumber")!; 54public static readonly MethodInfo MSLocalName = typeof(XsltFunctions).GetMethod("MSLocalName")!; 55public static readonly MethodInfo MSNamespaceUri = typeof(XsltFunctions).GetMethod("MSNamespaceUri")!; 58public static readonly MethodInfo EXslObjectType = typeof(XsltFunctions).GetMethod("EXslObjectType")!; 562XsltFunctions.EXslObjectType(val);
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
2078double dblGroupingSize = XsltFunctions.Round(XPathConvert.StringToDouble(groupingSize));
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
660XPathItem propValue = XsltFunctions.SystemProperty(qname);