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