24 references to XsltFunctions
System.Data.SqlXml (24)
System\Xml\Xsl\Runtime\XslNumber.cs (1)
232dblVal = XsltFunctions.Round(item.ValueAsDouble);
System\Xml\Xsl\Runtime\XsltLibrary.cs (21)
33public static readonly MethodInfo StartsWith = GetMethod(typeof(XsltFunctions), "StartsWith"); 34public static readonly MethodInfo Contains = GetMethod(typeof(XsltFunctions), "Contains"); 35public static readonly MethodInfo SubstringBefore = GetMethod(typeof(XsltFunctions), "SubstringBefore"); 36public static readonly MethodInfo SubstringAfter = GetMethod(typeof(XsltFunctions), "SubstringAfter"); 37public static readonly MethodInfo Substring2 = GetMethod(typeof(XsltFunctions), "Substring", typeof(string), typeof(double)); 38public static readonly MethodInfo Substring3 = GetMethod(typeof(XsltFunctions), "Substring", typeof(string), typeof(double), typeof(double)); 39public static readonly MethodInfo NormalizeSpace = GetMethod(typeof(XsltFunctions), "NormalizeSpace"); 40public static readonly MethodInfo Translate = GetMethod(typeof(XsltFunctions), "Translate"); 41public static readonly MethodInfo Lang = GetMethod(typeof(XsltFunctions), "Lang"); 44public static readonly MethodInfo Round = GetMethod(typeof(XsltFunctions), "Round"); 47public static readonly MethodInfo SystemProperty = GetMethod(typeof(XsltFunctions), "SystemProperty"); 48public static readonly MethodInfo BaseUri = GetMethod(typeof(XsltFunctions), "BaseUri"); 49public static readonly MethodInfo OuterXml = GetMethod(typeof(XsltFunctions), "OuterXml"); 53public static readonly MethodInfo MSFormatDateTime = GetMethod(typeof(XsltFunctions), "MSFormatDateTime"); 54public static readonly MethodInfo MSStringCompare = GetMethod(typeof(XsltFunctions), "MSStringCompare"); 55public static readonly MethodInfo MSUtc = GetMethod(typeof(XsltFunctions), "MSUtc" ); 56public static readonly MethodInfo MSNumber = GetMethod(typeof(XsltFunctions), "MSNumber" ); 57public static readonly MethodInfo MSLocalName = GetMethod(typeof(XsltFunctions), "MSLocalName" ); 58public static readonly MethodInfo MSNamespaceUri = GetMethod(typeof(XsltFunctions), "MSNamespaceUri" ); 61public static readonly MethodInfo EXslObjectType = GetMethod(typeof(XsltFunctions), "EXslObjectType"); 435XsltFunctions.EXslObjectType(val);
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
1744double dblGroupingSize = XsltFunctions.Round(XPathConvert.StringToDouble(groupingSize));
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
549XPathItem propValue = XsltFunctions.SystemProperty(qname);