32 references to GetMethod
System.Data.SqlXml (32)
System\Xml\Xsl\Runtime\XsltLibrary.cs (32)
23public static readonly MethodInfo FormatMessage = GetMethod(typeof(XsltLibrary), "FormatMessage"); 29public static readonly MethodInfo EqualityOperator = GetMethod(typeof(XsltLibrary), "EqualityOperator"); 30public static readonly MethodInfo RelationalOperator = GetMethod(typeof(XsltLibrary), "RelationalOperator"); 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"); 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"); 50public static readonly MethodInfo OnCurrentNodeChanged = GetMethod(typeof(XmlQueryRuntime), "OnCurrentNodeChanged"); 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"); 64public static readonly MethodInfo CheckScriptNamespace = GetMethod(typeof(XsltLibrary), "CheckScriptNamespace"); 65public static readonly MethodInfo FunctionAvailable = GetMethod(typeof(XsltLibrary), "FunctionAvailable"); 66public static readonly MethodInfo ElementAvailable = GetMethod(typeof(XsltLibrary), "ElementAvailable"); 67public static readonly MethodInfo RegisterDecimalFormat = GetMethod(typeof(XsltLibrary), "RegisterDecimalFormat"); 68public static readonly MethodInfo RegisterDecimalFormatter = GetMethod(typeof(XsltLibrary), "RegisterDecimalFormatter"); 69public static readonly MethodInfo FormatNumberStatic = GetMethod(typeof(XsltLibrary), "FormatNumberStatic"); 70public static readonly MethodInfo FormatNumberDynamic = GetMethod(typeof(XsltLibrary), "FormatNumberDynamic"); 71public static readonly MethodInfo IsSameNodeSort = GetMethod(typeof(XsltLibrary), "IsSameNodeSort"); 72public static readonly MethodInfo LangToLcid = GetMethod(typeof(XsltLibrary), "LangToLcid"); 73public static readonly MethodInfo NumberFormat = GetMethod(typeof(XsltLibrary), "NumberFormat");