System\Xml\Xsl\Runtime\XsltLibrary.cs (5)
26public static readonly MethodInfo EnsureNodeSet = GetMethod(typeof(XsltConvert), "EnsureNodeSet" , typeof(IList<XPathItem>));
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));
42public static readonly MethodInfo Floor = GetMethod(typeof(Math) , "Floor" , typeof(double));
43public static readonly MethodInfo Ceiling = GetMethod(typeof(Math) , "Ceiling", typeof(double));