System\Xml\Xsl\IlGen\GenerateHelper.cs (5)
131public static readonly ConstructorInfo DecFromParts = GetConstructor(typeof(decimal), typeof(int), typeof(int), typeof(int), typeof(bool), typeof(byte));
132public static readonly ConstructorInfo DecFromInt32 = GetConstructor(typeof(decimal), typeof(int));
133public static readonly ConstructorInfo DecFromInt64 = GetConstructor(typeof(decimal), typeof(long));
134public static readonly ConstructorInfo Debuggable = GetConstructor(typeof(DebuggableAttribute), typeof(DebuggableAttribute.DebuggingModes));
136public static readonly ConstructorInfo QName = GetConstructor(typeof(XmlQualifiedName), typeof(string), typeof(string));