LearnWithTouch/App/LearnWithTouch_ios/Classes/Native/Il2CppGenericMethodDefiniti...

12358 lines
1.7 MiB

#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
extern const Il2CppMethodSpec g_Il2CppMethodSpecTable[12333] =
{
{ 696, -1, 0 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.Object>(System.Object,System.ExceptionArgument) */,
{ 709, 21, -1 } /* System.Void System.ValueTuple`2<System.Object,System.Object>::.ctor(T1,T2) */,
{ 710, 21, -1 } /* System.Boolean System.ValueTuple`2<System.Object,System.Object>::Equals(System.Object) */,
{ 711, 21, -1 } /* System.Boolean System.ValueTuple`2<System.Object,System.Object>::Equals(System.ValueTuple`2<T1,T2>) */,
{ 712, 21, -1 } /* System.Boolean System.ValueTuple`2<System.Object,System.Object>::System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) */,
{ 713, 21, -1 } /* System.Int32 System.ValueTuple`2<System.Object,System.Object>::System.IComparable.CompareTo(System.Object) */,
{ 714, 21, -1 } /* System.Int32 System.ValueTuple`2<System.Object,System.Object>::CompareTo(System.ValueTuple`2<T1,T2>) */,
{ 715, 21, -1 } /* System.Int32 System.ValueTuple`2<System.Object,System.Object>::System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) */,
{ 716, 21, -1 } /* System.Int32 System.ValueTuple`2<System.Object,System.Object>::GetHashCode() */,
{ 717, 21, -1 } /* System.Int32 System.ValueTuple`2<System.Object,System.Object>::System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) */,
{ 718, 21, -1 } /* System.Int32 System.ValueTuple`2<System.Object,System.Object>::GetHashCodeCore(System.Collections.IEqualityComparer) */,
{ 719, 21, -1 } /* System.String System.ValueTuple`2<System.Object,System.Object>::ToString() */,
{ 721, -1, 0 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Array::AsReadOnly<System.Object>(T[]) */,
{ 722, -1, 0 } /* System.Void System.Array::Resize<System.Object>(T[]&,System.Int32) */,
{ 741, -1, 21 } /* TOutput[] System.Array::ConvertAll<System.Object,System.Object>(TInput[],System.Converter`2<TInput,TOutput>) */,
{ 745, -1, 0 } /* System.Void System.Array::ForEach<System.Object>(T[],System.Action`1<T>) */,
{ 760, -1, 0 } /* System.Int32 System.Array::BinarySearch<System.Object>(T[],T) */,
{ 761, -1, 0 } /* System.Int32 System.Array::BinarySearch<System.Object>(T[],T,System.Collections.Generic.IComparer`1<T>) */,
{ 762, -1, 0 } /* System.Int32 System.Array::BinarySearch<System.Object>(T[],System.Int32,System.Int32,T) */,
{ 763, -1, 0 } /* System.Int32 System.Array::BinarySearch<System.Object>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 767, -1, 0 } /* System.Int32 System.Array::IndexOf<System.Object>(T[],T) */,
{ 768, -1, 0 } /* System.Int32 System.Array::IndexOf<System.Object>(T[],T,System.Int32) */,
{ 769, -1, 0 } /* System.Int32 System.Array::IndexOf<System.Object>(T[],T,System.Int32,System.Int32) */,
{ 773, -1, 0 } /* System.Int32 System.Array::LastIndexOf<System.Object>(T[],T) */,
{ 774, -1, 0 } /* System.Int32 System.Array::LastIndexOf<System.Object>(T[],T,System.Int32) */,
{ 775, -1, 0 } /* System.Int32 System.Array::LastIndexOf<System.Object>(T[],T,System.Int32,System.Int32) */,
{ 778, -1, 0 } /* System.Void System.Array::Reverse<System.Object>(T[]) */,
{ 779, -1, 0 } /* System.Void System.Array::Reverse<System.Object>(T[],System.Int32,System.Int32) */,
{ 792, -1, 0 } /* System.Void System.Array::Sort<System.Object>(T[]) */,
{ 793, -1, 0 } /* System.Void System.Array::Sort<System.Object>(T[],System.Int32,System.Int32) */,
{ 794, -1, 0 } /* System.Void System.Array::Sort<System.Object>(T[],System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 0 } /* System.Void System.Array::Sort<System.Object>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 796, -1, 0 } /* System.Void System.Array::Sort<System.Object>(T[],System.Comparison`1<T>) */,
{ 797, -1, 21 } /* System.Void System.Array::Sort<System.Object,System.Object>(TKey[],TValue[]) */,
{ 798, -1, 21 } /* System.Void System.Array::Sort<System.Object,System.Object>(TKey[],TValue[],System.Int32,System.Int32) */,
{ 799, -1, 21 } /* System.Void System.Array::Sort<System.Object,System.Object>(TKey[],TValue[],System.Collections.Generic.IComparer`1<TKey>) */,
{ 800, -1, 21 } /* System.Void System.Array::Sort<System.Object,System.Object>(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 801, -1, 0 } /* System.Boolean System.Array::Exists<System.Object>(T[],System.Predicate`1<T>) */,
{ 802, -1, 0 } /* System.Void System.Array::Fill<System.Object>(T[],T) */,
{ 803, -1, 0 } /* System.Void System.Array::Fill<System.Object>(T[],T,System.Int32,System.Int32) */,
{ 804, -1, 0 } /* T System.Array::Find<System.Object>(T[],System.Predicate`1<T>) */,
{ 805, -1, 0 } /* T[] System.Array::FindAll<System.Object>(T[],System.Predicate`1<T>) */,
{ 806, -1, 0 } /* System.Int32 System.Array::FindIndex<System.Object>(T[],System.Predicate`1<T>) */,
{ 807, -1, 0 } /* System.Int32 System.Array::FindIndex<System.Object>(T[],System.Int32,System.Predicate`1<T>) */,
{ 808, -1, 0 } /* System.Int32 System.Array::FindIndex<System.Object>(T[],System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 809, -1, 0 } /* T System.Array::FindLast<System.Object>(T[],System.Predicate`1<T>) */,
{ 810, -1, 0 } /* System.Int32 System.Array::FindLastIndex<System.Object>(T[],System.Predicate`1<T>) */,
{ 811, -1, 0 } /* System.Int32 System.Array::FindLastIndex<System.Object>(T[],System.Int32,System.Predicate`1<T>) */,
{ 812, -1, 0 } /* System.Int32 System.Array::FindLastIndex<System.Object>(T[],System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 813, -1, 0 } /* System.Boolean System.Array::TrueForAll<System.Object>(T[],System.Predicate`1<T>) */,
{ 818, -1, 0 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Object>() */,
{ 820, -1, 0 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Object>(T) */,
{ 821, -1, 0 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Object>(T) */,
{ 822, -1, 0 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Object>(T) */,
{ 823, -1, 0 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Object>(T[],System.Int32) */,
{ 824, -1, 0 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Object>(System.Int32) */,
{ 826, -1, 0 } /* System.Void System.Array::InternalArray__Insert<System.Object>(System.Int32,T) */,
{ 828, -1, 0 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Object>(T) */,
{ 829, -1, 0 } /* T System.Array::InternalArray__get_Item<System.Object>(System.Int32) */,
{ 830, -1, 0 } /* System.Void System.Array::InternalArray__set_Item<System.Object>(System.Int32,T) */,
{ 831, -1, 0 } /* System.Void System.Array::GetGenericValueImpl<System.Object>(System.Int32,T&) */,
{ 832, -1, 0 } /* System.Void System.Array::SetGenericValueImpl<System.Object>(System.Int32,T&) */,
{ 866, -1, 0 } /* T[] System.Array::Empty<System.Object>() */,
{ 868, -1, 0 } /* System.Int32 System.Array::IndexOfImpl<System.Object>(T[],T,System.Int32,System.Int32) */,
{ 869, -1, 0 } /* System.Int32 System.Array::LastIndexOfImpl<System.Object>(T[],T,System.Int32,System.Int32) */,
{ 871, -1, 0 } /* T System.Array::UnsafeLoad<System.Object>(T[],System.Int32) */,
{ 872, -1, 0 } /* System.Void System.Array::UnsafeStore<System.Object>(T[],System.Int32,T) */,
{ 873, -1, 21 } /* R System.Array::UnsafeMov<System.Object,System.Object>(S) */,
{ 882, 0, -1 } /* T System.Array/InternalEnumerator`1<System.Object>::get_Current() */,
{ 884, 0, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 879, 0, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Object>::.ctor(System.Array) */,
{ 880, 0, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Object>::Dispose() */,
{ 881, 0, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Object>::MoveNext() */,
{ 883, 0, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 887, 0, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Object>::get_Current() */,
{ 888, 0, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 885, 0, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Object>::Dispose() */,
{ 886, 0, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Object>::MoveNext() */,
{ 889, 0, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 890, 0, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Object>::.ctor() */,
{ 891, 0, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Object>::.cctor() */,
{ 913, -1, 21 } /* System.Tuple`2<T1,T2> System.Tuple::Create<System.Object,System.Object>(T1,T2) */,
{ 917, 21, -1 } /* T1 System.Tuple`2<System.Object,System.Object>::get_Item1() */,
{ 918, 21, -1 } /* T2 System.Tuple`2<System.Object,System.Object>::get_Item2() */,
{ 919, 21, -1 } /* System.Void System.Tuple`2<System.Object,System.Object>::.ctor(T1,T2) */,
{ 920, 21, -1 } /* System.Boolean System.Tuple`2<System.Object,System.Object>::Equals(System.Object) */,
{ 921, 21, -1 } /* System.Boolean System.Tuple`2<System.Object,System.Object>::System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) */,
{ 922, 21, -1 } /* System.Int32 System.Tuple`2<System.Object,System.Object>::System.IComparable.CompareTo(System.Object) */,
{ 923, 21, -1 } /* System.Int32 System.Tuple`2<System.Object,System.Object>::System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) */,
{ 924, 21, -1 } /* System.Int32 System.Tuple`2<System.Object,System.Object>::GetHashCode() */,
{ 925, 21, -1 } /* System.Int32 System.Tuple`2<System.Object,System.Object>::System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) */,
{ 926, 21, -1 } /* System.String System.Tuple`2<System.Object,System.Object>::ToString() */,
{ 927, 21, -1 } /* System.String System.Tuple`2<System.Object,System.Object>::System.ITupleInternal.ToString(System.Text.StringBuilder) */,
{ 928, 40, -1 } /* T1 System.Tuple`3<System.Object,System.Object,System.Object>::get_Item1() */,
{ 929, 40, -1 } /* T2 System.Tuple`3<System.Object,System.Object,System.Object>::get_Item2() */,
{ 930, 40, -1 } /* T3 System.Tuple`3<System.Object,System.Object,System.Object>::get_Item3() */,
{ 931, 40, -1 } /* System.Void System.Tuple`3<System.Object,System.Object,System.Object>::.ctor(T1,T2,T3) */,
{ 932, 40, -1 } /* System.Boolean System.Tuple`3<System.Object,System.Object,System.Object>::Equals(System.Object) */,
{ 933, 40, -1 } /* System.Boolean System.Tuple`3<System.Object,System.Object,System.Object>::System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) */,
{ 934, 40, -1 } /* System.Int32 System.Tuple`3<System.Object,System.Object,System.Object>::System.IComparable.CompareTo(System.Object) */,
{ 935, 40, -1 } /* System.Int32 System.Tuple`3<System.Object,System.Object,System.Object>::System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) */,
{ 936, 40, -1 } /* System.Int32 System.Tuple`3<System.Object,System.Object,System.Object>::GetHashCode() */,
{ 937, 40, -1 } /* System.Int32 System.Tuple`3<System.Object,System.Object,System.Object>::System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) */,
{ 938, 40, -1 } /* System.String System.Tuple`3<System.Object,System.Object,System.Object>::ToString() */,
{ 939, 40, -1 } /* System.String System.Tuple`3<System.Object,System.Object,System.Object>::System.ITupleInternal.ToString(System.Text.StringBuilder) */,
{ 940, 41, -1 } /* T1 System.Tuple`4<System.Object,System.Object,System.Object,System.Object>::get_Item1() */,
{ 941, 41, -1 } /* T2 System.Tuple`4<System.Object,System.Object,System.Object,System.Object>::get_Item2() */,
{ 942, 41, -1 } /* T3 System.Tuple`4<System.Object,System.Object,System.Object,System.Object>::get_Item3() */,
{ 943, 41, -1 } /* T4 System.Tuple`4<System.Object,System.Object,System.Object,System.Object>::get_Item4() */,
{ 944, 41, -1 } /* System.Void System.Tuple`4<System.Object,System.Object,System.Object,System.Object>::.ctor(T1,T2,T3,T4) */,
{ 945, 41, -1 } /* System.Boolean System.Tuple`4<System.Object,System.Object,System.Object,System.Object>::Equals(System.Object) */,
{ 946, 41, -1 } /* System.Boolean System.Tuple`4<System.Object,System.Object,System.Object,System.Object>::System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) */,
{ 947, 41, -1 } /* System.Int32 System.Tuple`4<System.Object,System.Object,System.Object,System.Object>::System.IComparable.CompareTo(System.Object) */,
{ 948, 41, -1 } /* System.Int32 System.Tuple`4<System.Object,System.Object,System.Object,System.Object>::System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) */,
{ 949, 41, -1 } /* System.Int32 System.Tuple`4<System.Object,System.Object,System.Object,System.Object>::GetHashCode() */,
{ 950, 41, -1 } /* System.Int32 System.Tuple`4<System.Object,System.Object,System.Object,System.Object>::System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) */,
{ 951, 41, -1 } /* System.String System.Tuple`4<System.Object,System.Object,System.Object,System.Object>::ToString() */,
{ 952, 41, -1 } /* System.String System.Tuple`4<System.Object,System.Object,System.Object,System.Object>::System.ITupleInternal.ToString(System.Text.StringBuilder) */,
{ 1005, 0, -1 } /* System.Void System.Action`1<System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1006, 0, -1 } /* System.Void System.Action`1<System.Object>::Invoke(T) */,
{ 1007, 0, -1 } /* System.IAsyncResult System.Action`1<System.Object>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1008, 0, -1 } /* System.Void System.Action`1<System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1013, 21, -1 } /* System.Void System.Action`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1014, 21, -1 } /* System.Void System.Action`2<System.Object,System.Object>::Invoke(T1,T2) */,
{ 1015, 21, -1 } /* System.IAsyncResult System.Action`2<System.Object,System.Object>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1016, 21, -1 } /* System.Void System.Action`2<System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1017, 40, -1 } /* System.Void System.Action`3<System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1018, 40, -1 } /* System.Void System.Action`3<System.Object,System.Object,System.Object>::Invoke(T1,T2,T3) */,
{ 1019, 40, -1 } /* System.IAsyncResult System.Action`3<System.Object,System.Object,System.Object>::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) */,
{ 1020, 40, -1 } /* System.Void System.Action`3<System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1021, 0, -1 } /* System.Void System.Func`1<System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1022, 0, -1 } /* TResult System.Func`1<System.Object>::Invoke() */,
{ 1023, 0, -1 } /* System.IAsyncResult System.Func`1<System.Object>::BeginInvoke(System.AsyncCallback,System.Object) */,
{ 1024, 0, -1 } /* TResult System.Func`1<System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1025, 21, -1 } /* System.Void System.Func`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1026, 21, -1 } /* TResult System.Func`2<System.Object,System.Object>::Invoke(T) */,
{ 1027, 21, -1 } /* System.IAsyncResult System.Func`2<System.Object,System.Object>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1028, 21, -1 } /* TResult System.Func`2<System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1029, 40, -1 } /* System.Void System.Func`3<System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1030, 40, -1 } /* TResult System.Func`3<System.Object,System.Object,System.Object>::Invoke(T1,T2) */,
{ 1031, 40, -1 } /* System.IAsyncResult System.Func`3<System.Object,System.Object,System.Object>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1032, 40, -1 } /* TResult System.Func`3<System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1033, 41, -1 } /* System.Void System.Func`4<System.Object,System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1034, 41, -1 } /* TResult System.Func`4<System.Object,System.Object,System.Object,System.Object>::Invoke(T1,T2,T3) */,
{ 1035, 41, -1 } /* System.IAsyncResult System.Func`4<System.Object,System.Object,System.Object,System.Object>::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) */,
{ 1036, 41, -1 } /* TResult System.Func`4<System.Object,System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1037, 53, -1 } /* System.Void System.Func`5<System.Object,System.Object,System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1038, 53, -1 } /* TResult System.Func`5<System.Object,System.Object,System.Object,System.Object,System.Object>::Invoke(T1,T2,T3,T4) */,
{ 1039, 53, -1 } /* System.IAsyncResult System.Func`5<System.Object,System.Object,System.Object,System.Object,System.Object>::BeginInvoke(T1,T2,T3,T4,System.AsyncCallback,System.Object) */,
{ 1040, 53, -1 } /* TResult System.Func`5<System.Object,System.Object,System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1041, 0, -1 } /* System.Void System.Comparison`1<System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 0, -1 } /* System.Int32 System.Comparison`1<System.Object>::Invoke(T,T) */,
{ 1043, 0, -1 } /* System.IAsyncResult System.Comparison`1<System.Object>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 0, -1 } /* System.Int32 System.Comparison`1<System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1045, 21, -1 } /* System.Void System.Converter`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1046, 21, -1 } /* TOutput System.Converter`2<System.Object,System.Object>::Invoke(TInput) */,
{ 1047, 21, -1 } /* System.IAsyncResult System.Converter`2<System.Object,System.Object>::BeginInvoke(TInput,System.AsyncCallback,System.Object) */,
{ 1048, 21, -1 } /* TOutput System.Converter`2<System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1049, 0, -1 } /* System.Void System.Predicate`1<System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 0, -1 } /* System.Boolean System.Predicate`1<System.Object>::Invoke(T) */,
{ 1051, 0, -1 } /* System.IAsyncResult System.Predicate`1<System.Object>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 0, -1 } /* System.Boolean System.Predicate`1<System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1059, -1, 0 } /* T System.Activator::CreateInstance<System.Object>() */,
{ 1089, 0, -1 } /* T[] System.ArraySegment`1<System.Object>::get_Array() */,
{ 1090, 0, -1 } /* System.Int32 System.ArraySegment`1<System.Object>::get_Offset() */,
{ 1091, 0, -1 } /* System.Int32 System.ArraySegment`1<System.Object>::get_Count() */,
{ 1095, 0, -1 } /* T System.ArraySegment`1<System.Object>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 1096, 0, -1 } /* System.Void System.ArraySegment`1<System.Object>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 1100, 0, -1 } /* T System.ArraySegment`1<System.Object>::System.Collections.Generic.IReadOnlyList<T>.get_Item(System.Int32) */,
{ 1101, 0, -1 } /* System.Boolean System.ArraySegment`1<System.Object>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 1092, 0, -1 } /* System.Int32 System.ArraySegment`1<System.Object>::GetHashCode() */,
{ 1093, 0, -1 } /* System.Boolean System.ArraySegment`1<System.Object>::Equals(System.Object) */,
{ 1094, 0, -1 } /* System.Boolean System.ArraySegment`1<System.Object>::Equals(System.ArraySegment`1<T>) */,
{ 1097, 0, -1 } /* System.Int32 System.ArraySegment`1<System.Object>::System.Collections.Generic.IList<T>.IndexOf(T) */,
{ 1098, 0, -1 } /* System.Void System.ArraySegment`1<System.Object>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 1099, 0, -1 } /* System.Void System.ArraySegment`1<System.Object>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 1102, 0, -1 } /* System.Void System.ArraySegment`1<System.Object>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 1103, 0, -1 } /* System.Void System.ArraySegment`1<System.Object>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 1104, 0, -1 } /* System.Boolean System.ArraySegment`1<System.Object>::System.Collections.Generic.ICollection<T>.Contains(T) */,
{ 1105, 0, -1 } /* System.Void System.ArraySegment`1<System.Object>::System.Collections.Generic.ICollection<T>.CopyTo(T[],System.Int32) */,
{ 1106, 0, -1 } /* System.Boolean System.ArraySegment`1<System.Object>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 1107, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.ArraySegment`1<System.Object>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 1108, 0, -1 } /* System.Collections.IEnumerator System.ArraySegment`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 1111, 0, -1 } /* T System.ArraySegment`1/ArraySegmentEnumerator<System.Object>::get_Current() */,
{ 1112, 0, -1 } /* System.Object System.ArraySegment`1/ArraySegmentEnumerator<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 1109, 0, -1 } /* System.Void System.ArraySegment`1/ArraySegmentEnumerator<System.Object>::.ctor(System.ArraySegment`1<T>) */,
{ 1110, 0, -1 } /* System.Boolean System.ArraySegment`1/ArraySegmentEnumerator<System.Object>::MoveNext() */,
{ 1113, 0, -1 } /* System.Void System.ArraySegment`1/ArraySegmentEnumerator<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 1114, 0, -1 } /* System.Void System.ArraySegment`1/ArraySegmentEnumerator<System.Object>::Dispose() */,
{ 1874, 0, -1 } /* System.Void System.EventHandler`1<System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1875, 0, -1 } /* System.Void System.EventHandler`1<System.Object>::Invoke(System.Object,TEventArgs) */,
{ 1876, 0, -1 } /* System.IAsyncResult System.EventHandler`1<System.Object>::BeginInvoke(System.Object,TEventArgs,System.AsyncCallback,System.Object) */,
{ 1877, 0, -1 } /* System.Void System.EventHandler`1<System.Object>::EndInvoke(System.IAsyncResult) */,
{ 2097, 0, -1 } /* System.Int32 System.IComparable`1<System.Object>::CompareTo(T) */,
{ 2117, 0, -1 } /* System.Boolean System.IEquatable`1<System.Object>::Equals(T) */,
{ 2503, 0, -1 } /* T System.RuntimeType/ListBuilder`1<System.Object>::get_Item(System.Int32) */,
{ 2506, 0, -1 } /* System.Int32 System.RuntimeType/ListBuilder`1<System.Object>::get_Count() */,
{ 2502, 0, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Object>::.ctor(System.Int32) */,
{ 2504, 0, -1 } /* T[] System.RuntimeType/ListBuilder`1<System.Object>::ToArray() */,
{ 2505, 0, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Object>::CopyTo(System.Object[],System.Int32) */,
{ 2507, 0, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Object>::Add(T) */,
{ 3381, 0, -1 } /* System.Void System.EmptyArray`1<System.Object>::.cctor() */,
{ 4422, -1, 0 } /* T System.Reflection.CustomAttributeExtensions::GetCustomAttribute<System.Object>(System.Reflection.Assembly) */,
{ 4630, -1, 0 } /* T[] System.Reflection.CustomAttributeData::UnboxValues<System.Object>(System.Object[]) */,
{ 4898, -1, 21 } /* System.Object System.Reflection.MonoProperty::GetterAdapterFrame<System.Object,System.Object>(System.Reflection.MonoProperty/Getter`2<T,R>,System.Object) */,
{ 4899, -1, 0 } /* System.Object System.Reflection.MonoProperty::StaticGetterAdapterFrame<System.Object>(System.Reflection.MonoProperty/StaticGetter`1<R>,System.Object) */,
{ 4912, 21, -1 } /* System.Void System.Reflection.MonoProperty/Getter`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 4913, 21, -1 } /* R System.Reflection.MonoProperty/Getter`2<System.Object,System.Object>::Invoke(T) */,
{ 4914, 21, -1 } /* System.IAsyncResult System.Reflection.MonoProperty/Getter`2<System.Object,System.Object>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 4915, 21, -1 } /* R System.Reflection.MonoProperty/Getter`2<System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 4916, 0, -1 } /* System.Void System.Reflection.MonoProperty/StaticGetter`1<System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 4917, 0, -1 } /* R System.Reflection.MonoProperty/StaticGetter`1<System.Object>::Invoke() */,
{ 4918, 0, -1 } /* System.IAsyncResult System.Reflection.MonoProperty/StaticGetter`1<System.Object>::BeginInvoke(System.AsyncCallback,System.Object) */,
{ 4919, 0, -1 } /* R System.Reflection.MonoProperty/StaticGetter`1<System.Object>::EndInvoke(System.IAsyncResult) */,
{ 5216, 0, -1 } /* TSource System.IO.Iterator`1<System.Object>::get_Current() */,
{ 5222, 0, -1 } /* System.Object System.IO.Iterator`1<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 5215, 0, -1 } /* System.Void System.IO.Iterator`1<System.Object>::.ctor() */,
{ 5217, 0, -1 } /* System.IO.Iterator`1<TSource> System.IO.Iterator`1<System.Object>::Clone() */,
{ 5218, 0, -1 } /* System.Void System.IO.Iterator`1<System.Object>::Dispose() */,
{ 5219, 0, -1 } /* System.Void System.IO.Iterator`1<System.Object>::Dispose(System.Boolean) */,
{ 5220, 0, -1 } /* System.Collections.Generic.IEnumerator`1<TSource> System.IO.Iterator`1<System.Object>::GetEnumerator() */,
{ 5221, 0, -1 } /* System.Boolean System.IO.Iterator`1<System.Object>::MoveNext() */,
{ 5223, 0, -1 } /* System.Collections.IEnumerator System.IO.Iterator`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 5224, 0, -1 } /* System.Void System.IO.Iterator`1<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 5225, 0, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<System.Object>::.ctor(System.String,System.String,System.String,System.IO.SearchOption,System.IO.SearchResultHandler`1<TSource>,System.Boolean) */,
{ 5226, 0, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<System.Object>::CommonInit() */,
{ 5227, 0, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<System.Object>::.ctor(System.String,System.String,System.String,System.String,System.IO.SearchOption,System.IO.SearchResultHandler`1<TSource>,System.Boolean) */,
{ 5228, 0, -1 } /* System.IO.Iterator`1<TSource> System.IO.FileSystemEnumerableIterator`1<System.Object>::Clone() */,
{ 5229, 0, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<System.Object>::Dispose(System.Boolean) */,
{ 5230, 0, -1 } /* System.Boolean System.IO.FileSystemEnumerableIterator`1<System.Object>::MoveNext() */,
{ 5231, 0, -1 } /* System.IO.SearchResult System.IO.FileSystemEnumerableIterator`1<System.Object>::CreateSearchResult(System.IO.Directory/SearchData,Microsoft.Win32.Win32Native/WIN32_FIND_DATA) */,
{ 5232, 0, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<System.Object>::HandleError(System.Int32,System.String) */,
{ 5233, 0, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<System.Object>::AddSearchableDirsToStack(System.IO.Directory/SearchData) */,
{ 5234, 0, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<System.Object>::DoDemand(System.String) */,
{ 5235, 0, -1 } /* System.String System.IO.FileSystemEnumerableIterator`1<System.Object>::NormalizeSearchPattern(System.String) */,
{ 5236, 0, -1 } /* System.String System.IO.FileSystemEnumerableIterator`1<System.Object>::GetNormalizedSearchCriteria(System.String,System.String) */,
{ 5237, 0, -1 } /* System.String System.IO.FileSystemEnumerableIterator`1<System.Object>::GetFullSearchString(System.String,System.String) */,
{ 5238, 0, -1 } /* System.Boolean System.IO.SearchResultHandler`1<System.Object>::IsResultIncluded(System.IO.SearchResult) */,
{ 5239, 0, -1 } /* TSource System.IO.SearchResultHandler`1<System.Object>::CreateObject(System.IO.SearchResult) */,
{ 5240, 0, -1 } /* System.Void System.IO.SearchResultHandler`1<System.Object>::.ctor() */,
{ 6333, -1, 0 } /* System.Boolean System.Diagnostics.Contracts.Contract::ForAll<System.Object>(System.Collections.Generic.IEnumerable`1<T>,System.Predicate`1<T>) */,
{ 6397, 0, -1 } /* System.Threading.SparselyPopulatedArrayFragment`1<T> System.Threading.SparselyPopulatedArray`1<System.Object>::get_Tail() */,
{ 6396, 0, -1 } /* System.Void System.Threading.SparselyPopulatedArray`1<System.Object>::.ctor(System.Int32) */,
{ 6398, 0, -1 } /* System.Threading.SparselyPopulatedArrayAddInfo`1<T> System.Threading.SparselyPopulatedArray`1<System.Object>::Add(T) */,
{ 6400, 0, -1 } /* System.Threading.SparselyPopulatedArrayFragment`1<T> System.Threading.SparselyPopulatedArrayAddInfo`1<System.Object>::get_Source() */,
{ 6401, 0, -1 } /* System.Int32 System.Threading.SparselyPopulatedArrayAddInfo`1<System.Object>::get_Index() */,
{ 6399, 0, -1 } /* System.Void System.Threading.SparselyPopulatedArrayAddInfo`1<System.Object>::.ctor(System.Threading.SparselyPopulatedArrayFragment`1<T>,System.Int32) */,
{ 6404, 0, -1 } /* T System.Threading.SparselyPopulatedArrayFragment`1<System.Object>::get_Item(System.Int32) */,
{ 6405, 0, -1 } /* System.Int32 System.Threading.SparselyPopulatedArrayFragment`1<System.Object>::get_Length() */,
{ 6406, 0, -1 } /* System.Threading.SparselyPopulatedArrayFragment`1<T> System.Threading.SparselyPopulatedArrayFragment`1<System.Object>::get_Prev() */,
{ 6402, 0, -1 } /* System.Void System.Threading.SparselyPopulatedArrayFragment`1<System.Object>::.ctor(System.Int32) */,
{ 6403, 0, -1 } /* System.Void System.Threading.SparselyPopulatedArrayFragment`1<System.Object>::.ctor(System.Int32,System.Threading.SparselyPopulatedArrayFragment`1<T>) */,
{ 6407, 0, -1 } /* T System.Threading.SparselyPopulatedArrayFragment`1<System.Object>::SafeAtomicRemove(System.Int32,T) */,
{ 6408, -1, 0 } /* T System.Threading.LazyInitializer::EnsureInitialized<System.Object>(T&,System.Func`1<T>) */,
{ 6409, -1, 0 } /* T System.Threading.LazyInitializer::EnsureInitializedCore<System.Object>(T&,System.Func`1<T>) */,
{ 6482, 0, -1 } /* System.Void System.Threading.AsyncLocal`1<System.Object>::System.Threading.IAsyncLocal.OnValueChanged(System.Object,System.Object,System.Boolean) */,
{ 6484, 0, -1 } /* System.Void System.Threading.AsyncLocalValueChangedArgs`1<System.Object>::set_PreviousValue(T) */,
{ 6485, 0, -1 } /* System.Void System.Threading.AsyncLocalValueChangedArgs`1<System.Object>::set_CurrentValue(T) */,
{ 6486, 0, -1 } /* System.Void System.Threading.AsyncLocalValueChangedArgs`1<System.Object>::set_ThreadContextChanged(System.Boolean) */,
{ 6487, 0, -1 } /* System.Void System.Threading.AsyncLocalValueChangedArgs`1<System.Object>::.ctor(T,T,System.Boolean) */,
{ 6665, 0, -1 } /* T[] System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Object>::get_Current() */,
{ 6664, 0, -1 } /* System.Void System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Object>::.ctor(System.Int32) */,
{ 6666, 0, -1 } /* System.Int32 System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Object>::Add(T) */,
{ 6667, 0, -1 } /* System.Void System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Object>::Remove(T) */,
{ 6759, -1, 0 } /* T System.Threading.Interlocked::CompareExchange<System.Object>(T&,T,T) */,
{ 6763, -1, 0 } /* T System.Threading.Interlocked::Exchange<System.Object>(T&,T) */,
{ 6804, -1, 0 } /* T System.Threading.Volatile::Read<System.Object>(T&) */,
{ 6805, -1, 0 } /* System.Void System.Threading.Volatile::Write<System.Object>(T&,T) */,
{ 6821, 0, -1 } /* System.String System.Threading.Tasks.Task`1<System.Object>::get_DebuggerDisplayResultDescription() */,
{ 6822, 0, -1 } /* System.String System.Threading.Tasks.Task`1<System.Object>::get_DebuggerDisplayMethodDescription() */,
{ 6825, 0, -1 } /* TResult System.Threading.Tasks.Task`1<System.Object>::get_Result() */,
{ 6826, 0, -1 } /* TResult System.Threading.Tasks.Task`1<System.Object>::get_ResultOnSuccess() */,
{ 6831, 0, -1 } /* System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1<System.Object>::get_Factory() */,
{ 6812, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::.ctor() */,
{ 6813, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::.ctor(System.Object,System.Threading.Tasks.TaskCreationOptions) */,
{ 6814, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::.ctor(TResult) */,
{ 6815, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::.ctor(System.Boolean,TResult,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) */,
{ 6816, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::.ctor(System.Func`2<System.Object,TResult>,System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions) */,
{ 6817, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::.ctor(System.Func`1<TResult>,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler,System.Threading.StackCrawlMark&) */,
{ 6818, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::.ctor(System.Func`1<TResult>,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) */,
{ 6819, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::.ctor(System.Delegate,System.Object,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) */,
{ 6820, 0, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task`1<System.Object>::StartNew(System.Threading.Tasks.Task,System.Func`1<TResult>,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler,System.Threading.StackCrawlMark&) */,
{ 6823, 0, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Object>::TrySetResult(TResult) */,
{ 6824, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::DangerousSetResult(TResult) */,
{ 6827, 0, -1 } /* TResult System.Threading.Tasks.Task`1<System.Object>::GetResultCore(System.Boolean) */,
{ 6828, 0, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Object>::TrySetException(System.Object) */,
{ 6829, 0, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Object>::TrySetCanceled(System.Threading.CancellationToken) */,
{ 6830, 0, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Object>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 6832, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::InnerInvoke() */,
{ 6833, 0, -1 } /* System.Runtime.CompilerServices.TaskAwaiter`1<TResult> System.Threading.Tasks.Task`1<System.Object>::GetAwaiter() */,
{ 6834, 0, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<System.Object>::ConfigureAwait(System.Boolean) */,
{ 6835, 0, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Object>::.cctor() */,
{ 6836, 0, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Object>::.cctor() */,
{ 6837, 0, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Object>::.ctor() */,
{ 6838, 0, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task`1/<>c<System.Object>::<.cctor>b__64_0(System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>) */,
{ 6840, 0, -1 } /* TResult System.Threading.Tasks.SystemThreadingTasks_FutureDebugView`1<System.Object>::get_Result() */,
{ 6841, 0, -1 } /* System.Object System.Threading.Tasks.SystemThreadingTasks_FutureDebugView`1<System.Object>::get_AsyncState() */,
{ 6842, 0, -1 } /* System.Threading.Tasks.TaskCreationOptions System.Threading.Tasks.SystemThreadingTasks_FutureDebugView`1<System.Object>::get_CreationOptions() */,
{ 6843, 0, -1 } /* System.Exception System.Threading.Tasks.SystemThreadingTasks_FutureDebugView`1<System.Object>::get_Exception() */,
{ 6844, 0, -1 } /* System.Int32 System.Threading.Tasks.SystemThreadingTasks_FutureDebugView`1<System.Object>::get_Id() */,
{ 6845, 0, -1 } /* System.Boolean System.Threading.Tasks.SystemThreadingTasks_FutureDebugView`1<System.Object>::get_CancellationPending() */,
{ 6846, 0, -1 } /* System.Threading.Tasks.TaskStatus System.Threading.Tasks.SystemThreadingTasks_FutureDebugView`1<System.Object>::get_Status() */,
{ 6839, 0, -1 } /* System.Void System.Threading.Tasks.SystemThreadingTasks_FutureDebugView`1<System.Object>::.ctor(System.Threading.Tasks.Task`1<TResult>) */,
{ 6847, 0, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Object>::.ctor() */,
{ 6848, 0, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Object>::.ctor(System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler) */,
{ 6849, 0, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Object>::FromAsyncCoreLogic(System.IAsyncResult,System.Func`2<System.IAsyncResult,TResult>,System.Action`1<System.IAsyncResult>,System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 6850, 0, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskFactory`1<System.Object>::FromAsync(System.Func`3<System.AsyncCallback,System.Object,System.IAsyncResult>,System.Func`2<System.IAsyncResult,TResult>,System.Object) */,
{ 6851, 0, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskFactory`1<System.Object>::FromAsyncImpl(System.Func`3<System.AsyncCallback,System.Object,System.IAsyncResult>,System.Func`2<System.IAsyncResult,TResult>,System.Action`1<System.IAsyncResult>,System.Object,System.Threading.Tasks.TaskCreationOptions) */,
{ 6852, 0, 21 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskFactory`1<System.Object>::FromAsyncTrim<System.Object,System.Object>(TInstance,TArgs,System.Func`5<TInstance,TArgs,System.AsyncCallback,System.Object,System.IAsyncResult>,System.Func`3<TInstance,System.IAsyncResult,TResult>) */,
{ 6853, 21, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Object,System.Object>::.ctor(TInstance,System.Func`3<TInstance,System.IAsyncResult,TResult>) */,
{ 6854, 21, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Object,System.Object>::CompleteFromAsyncResult(System.IAsyncResult) */,
{ 6855, 21, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Object,System.Object>::Complete(TInstance,System.Func`3<TInstance,System.IAsyncResult,TResult>,System.IAsyncResult,System.Boolean) */,
{ 6856, 21, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Object,System.Object>::.cctor() */,
{ 6857, 0, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/<>c__DisplayClass35_0<System.Object>::.ctor() */,
{ 6858, 0, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/<>c__DisplayClass35_0<System.Object>::<FromAsyncImpl>b__0(System.IAsyncResult) */,
{ 6859, 0, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/<>c__DisplayClass35_1<System.Object>::.ctor() */,
{ 6860, 0, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/<>c__DisplayClass35_1<System.Object>::<FromAsyncImpl>b__1(System.IAsyncResult) */,
{ 6861, 0, -1 } /* System.Void System.Threading.Tasks.Shared`1<System.Object>::.ctor(T) */,
{ 6980, -1, 0 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromResult<System.Object>(TResult) */,
{ 6982, -1, 0 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromException<System.Object>(System.Exception) */,
{ 6984, -1, 0 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromCancellation<System.Object>(System.Threading.CancellationToken) */,
{ 6985, -1, 0 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromCancellation<System.Object>(System.OperationCanceledException) */,
{ 6987, -1, 0 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::Run<System.Object>(System.Func`1<TResult>) */,
{ 7110, -1, 0 } /* TResult System.Threading.Tasks.TaskToApm::End<System.Object>(System.IAsyncResult) */,
{ 9198, -1, 0 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<System.Object>(TStateMachine&) */,
{ 9200, -1, 21 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitOnCompleted<System.Object,System.Object>(TAwaiter&,TStateMachine&) */,
{ 9201, -1, 21 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Object,System.Object>(TAwaiter&,TStateMachine&) */,
{ 9211, 0, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::get_Task() */,
{ 9206, 0, -1 } /* System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Create() */,
{ 9207, 0, 0 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Start<System.Object>(TStateMachine&) */,
{ 9208, 0, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) */,
{ 9209, 0, 21 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::AwaitOnCompleted<System.Object,System.Object>(TAwaiter&,TStateMachine&) */,
{ 9210, 0, 21 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::AwaitUnsafeOnCompleted<System.Object,System.Object>(TAwaiter&,TStateMachine&) */,
{ 9212, 0, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::SetResult(TResult) */,
{ 9213, 0, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::SetResult(System.Threading.Tasks.Task`1<TResult>) */,
{ 9214, 0, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::SetException(System.Exception) */,
{ 9215, 0, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::GetTaskForResult(TResult) */,
{ 9216, 0, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::.cctor() */,
{ 9218, -1, 0 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask<System.Object>(TResult) */,
{ 9260, 0, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Object>::.ctor(System.Threading.Tasks.Task`1<TResult>) */,
{ 9261, 0, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Object>::OnCompleted(System.Action) */,
{ 9262, 0, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Object>::UnsafeOnCompleted(System.Action) */,
{ 9263, 0, -1 } /* TResult System.Runtime.CompilerServices.TaskAwaiter`1<System.Object>::GetResult() */,
{ 9271, 0, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Object>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 9272, 0, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Object>::GetAwaiter() */,
{ 9274, 0, -1 } /* System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>::get_IsCompleted() */,
{ 9273, 0, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 9275, 0, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>::OnCompleted(System.Action) */,
{ 9276, 0, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>::UnsafeOnCompleted(System.Action) */,
{ 9277, 0, -1 } /* TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>::GetResult() */,
{ 9303, -1, 0 } /* T System.Runtime.CompilerServices.JitHelpers::UnsafeCast<System.Object>(System.Object) */,
{ 9306, 21, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::.ctor() */,
{ 9307, 21, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::Finalize() */,
{ 9308, 21, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::RehashWithoutResize() */,
{ 9309, 21, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::RecomputeSize() */,
{ 9310, 21, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::Rehash() */,
{ 9311, 21, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::Add(TKey,TValue) */,
{ 9312, 21, -1 } /* System.Boolean System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::Remove(TKey) */,
{ 9313, 21, -1 } /* System.Boolean System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::TryGetValue(TKey,TValue&) */,
{ 9314, 21, -1 } /* TValue System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>::GetValue(TKey,System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<TKey,TValue>) */,
{ 9315, 21, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 9316, 21, -1 } /* TValue System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<System.Object,System.Object>::Invoke(TKey) */,
{ 9317, 21, -1 } /* System.IAsyncResult System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<System.Object,System.Object>::BeginInvoke(TKey,System.AsyncCallback,System.Object) */,
{ 9318, 21, -1 } /* TValue System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 9324, -1, 0 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<System.Object>() */,
{ 9417, -1, 0 } /* T System.Runtime.InteropServices.Marshal::PtrToStructure<System.Object>(System.IntPtr) */,
{ 9427, -1, 0 } /* System.Void System.Runtime.InteropServices.Marshal::StructureToPtr<System.Object>(T,System.IntPtr,System.Boolean) */,
{ 9429, -1, 0 } /* System.IntPtr System.Runtime.InteropServices.Marshal::UnsafeAddrOfPinnedArrayElement<System.Object>(T[],System.Int32) */,
{ 9817, 0, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::get_Count() */,
{ 9818, 0, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::get_Item(System.Int32) */,
{ 9823, 0, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 0, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9832, 0, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 0, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 9835, 0, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 0, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 0, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9816, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9819, 0, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::Contains(T) */,
{ 9820, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::CopyTo(T[],System.Int32) */,
{ 9821, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::GetEnumerator() */,
{ 9822, 0, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::IndexOf(T) */,
{ 9826, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 0, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 0, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9834, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9839, 0, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.Add(System.Object) */,
{ 9840, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.Clear() */,
{ 9841, 0, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::IsCompatibleObject(System.Object) */,
{ 9842, 0, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 0, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 0, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9864, 21, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::set_Item(TKey,TValue) */,
{ 9866, 21, -1 } /* System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::get_Count() */,
{ 9872, 21, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 9876, 21, -1 } /* System.Object System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 9877, 21, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 9879, 21, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9880, 21, -1 } /* System.Object System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 9884, 21, -1 } /* System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::get_DefaultConcurrencyLevel() */,
{ 9850, 21, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::IsValueWriteAtomic() */,
{ 9851, 21, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::.ctor() */,
{ 9852, 21, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::.ctor(System.Int32,System.Int32,System.Boolean,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9853, 21, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::TryAdd(TKey,TValue) */,
{ 9854, 21, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::TryRemoveInternal(TKey,TValue&,System.Boolean,TValue) */,
{ 9855, 21, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::TryGetValue(TKey,TValue&) */,
{ 9856, 21, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::TryGetValueInternal(TKey,System.Int32,TValue&) */,
{ 9857, 21, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::Clear() */,
{ 9858, 21, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9859, 21, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::CopyToPairs(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9860, 21, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::CopyToEntries(System.Collections.DictionaryEntry[],System.Int32) */,
{ 9861, 21, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::CopyToObjects(System.Object[],System.Int32) */,
{ 9862, 21, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::GetEnumerator() */,
{ 9863, 21, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::TryAddInternal(TKey,System.Int32,TValue,System.Boolean,System.Boolean,TValue&) */,
{ 9865, 21, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::ThrowKeyNullException() */,
{ 9867, 21, -1 } /* System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::GetCountInternal() */,
{ 9868, 21, -1 } /* TValue System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::GetOrAdd(TKey,System.Func`2<TKey,TValue>) */,
{ 9869, 21, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.Generic.IDictionary<TKey,TValue>.Add(TKey,TValue) */,
{ 9870, 21, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9871, 21, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9873, 21, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9874, 21, -1 } /* System.Collections.IEnumerator System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9875, 21, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 9878, 21, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9881, 21, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::GrowTable(System.Collections.Concurrent.ConcurrentDictionary`2/Tables<TKey,TValue>) */,
{ 9882, 21, -1 } /* System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::GetBucket(System.Int32,System.Int32) */,
{ 9883, 21, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::GetBucketAndLockNo(System.Int32,System.Int32&,System.Int32&,System.Int32,System.Int32) */,
{ 9885, 21, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::AcquireAllLocks(System.Int32&) */,
{ 9886, 21, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::AcquireLocks(System.Int32,System.Int32,System.Int32&) */,
{ 9887, 21, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::ReleaseLocks(System.Int32,System.Int32) */,
{ 9888, 21, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>::.cctor() */,
{ 9889, 21, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/Tables<System.Object,System.Object>::.ctor(System.Collections.Concurrent.ConcurrentDictionary`2/Node<TKey,TValue>[],System.Object[],System.Int32[]) */,
{ 9890, 21, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/Node<System.Object,System.Object>::.ctor(TKey,TValue,System.Int32,System.Collections.Concurrent.ConcurrentDictionary`2/Node<TKey,TValue>) */,
{ 9892, 21, -1 } /* System.Collections.DictionaryEntry System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<System.Object,System.Object>::get_Entry() */,
{ 9893, 21, -1 } /* System.Object System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<System.Object,System.Object>::get_Key() */,
{ 9894, 21, -1 } /* System.Object System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<System.Object,System.Object>::get_Value() */,
{ 9895, 21, -1 } /* System.Object System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<System.Object,System.Object>::get_Current() */,
{ 9891, 21, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<System.Object,System.Object>::.ctor(System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>) */,
{ 9896, 21, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<System.Object,System.Object>::MoveNext() */,
{ 9897, 21, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<System.Object,System.Object>::Reset() */,
{ 9901, 21, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Concurrent.ConcurrentDictionary`2/<GetEnumerator>d__32<System.Object,System.Object>::System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_Current() */,
{ 9903, 21, -1 } /* System.Object System.Collections.Concurrent.ConcurrentDictionary`2/<GetEnumerator>d__32<System.Object,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 9898, 21, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/<GetEnumerator>d__32<System.Object,System.Object>::.ctor(System.Int32) */,
{ 9899, 21, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/<GetEnumerator>d__32<System.Object,System.Object>::System.IDisposable.Dispose() */,
{ 9900, 21, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2/<GetEnumerator>d__32<System.Object,System.Object>::MoveNext() */,
{ 9902, 21, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/<GetEnumerator>d__32<System.Object,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 9905, 21, -1 } /* System.Collections.Generic.KeyValuePair`2<K,V>[] System.Collections.Concurrent.IDictionaryDebugView`2<System.Object,System.Object>::get_Items() */,
{ 9904, 21, -1 } /* System.Void System.Collections.Concurrent.IDictionaryDebugView`2<System.Object,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<K,V>) */,
{ 9906, -1, 21 } /* TValue System.Collections.Generic.CollectionExtensions::GetValueOrDefault<System.Object,System.Object>(System.Collections.Generic.IReadOnlyDictionary`2<TKey,TValue>,TKey) */,
{ 9907, -1, 21 } /* TValue System.Collections.Generic.CollectionExtensions::GetValueOrDefault<System.Object,System.Object>(System.Collections.Generic.IReadOnlyDictionary`2<TKey,TValue>,TKey,TValue) */,
{ 9910, 21, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::get_Key() */,
{ 9911, 21, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::get_Value() */,
{ 9909, 21, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::.ctor(TKey,TValue) */,
{ 9912, 21, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::ToString() */,
{ 9915, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 0, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Object>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 0, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Object>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 0, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Object>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 0, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Object>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9927, 21, -1 } /* System.Collections.Generic.ArraySortHelper`2<TKey,TValue> System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::get_Default() */,
{ 9928, 21, -1 } /* System.Collections.Generic.ArraySortHelper`2<TKey,TValue> System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::CreateArraySortHelper() */,
{ 9929, 21, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::Sort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 9930, 21, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::SwapIfGreaterWithItems(TKey[],TValue[],System.Collections.Generic.IComparer`1<TKey>,System.Int32,System.Int32) */,
{ 9931, 21, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::Swap(TKey[],TValue[],System.Int32,System.Int32) */,
{ 9932, 21, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::IntrospectiveSort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 9933, 21, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::IntroSort(TKey[],TValue[],System.Int32,System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 9934, 21, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::PickPivotAndPartition(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 9935, 21, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::Heapsort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 9936, 21, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::DownHeap(TKey[],TValue[],System.Int32,System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 9937, 21, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::InsertionSort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 9938, 21, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>::.ctor() */,
{ 9944, 21, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Count() */,
{ 9945, 21, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Keys() */,
{ 9946, 21, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Values() */,
{ 9947, 21, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Item(TKey) */,
{ 9948, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::set_Item(TKey,TValue) */,
{ 9968, 21, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 9972, 21, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9973, 21, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 9974, 21, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 9975, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 9939, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor() */,
{ 9940, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor(System.Int32) */,
{ 9941, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9942, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9943, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 9949, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Add(TKey,TValue) */,
{ 9950, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9951, 21, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9952, 21, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9953, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Clear() */,
{ 9954, 21, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::ContainsKey(TKey) */,
{ 9955, 21, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::ContainsValue(TValue) */,
{ 9956, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9957, 21, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::GetEnumerator() */,
{ 9958, 21, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 9959, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 9960, 21, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::FindEntry(TKey) */,
{ 9961, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Initialize(System.Int32) */,
{ 9962, 21, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 9963, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::OnDeserialization(System.Object) */,
{ 9964, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Resize() */,
{ 9965, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Resize(System.Int32,System.Boolean) */,
{ 9966, 21, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Remove(TKey) */,
{ 9967, 21, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(TKey,TValue&) */,
{ 9969, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9970, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9971, 21, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9976, 21, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::IsCompatibleKey(System.Object) */,
{ 9977, 21, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 9980, 21, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::get_Current() */,
{ 9982, 21, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 9984, 21, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 9985, 21, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 9986, 21, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 9978, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 9979, 21, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::MoveNext() */,
{ 9981, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::Dispose() */,
{ 9983, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 9990, 21, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::get_Count() */,
{ 9991, 21, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 9999, 21, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10000, 21, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 9987, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 9988, 21, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::GetEnumerator() */,
{ 9989, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::CopyTo(TKey[],System.Int32) */,
{ 9992, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 9993, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 9994, 21, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 9995, 21, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 9996, 21, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 9997, 21, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9998, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10004, 21, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Object>::get_Current() */,
{ 10005, 21, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 10001, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10002, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Object>::Dispose() */,
{ 10003, 21, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Object>::MoveNext() */,
{ 10006, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 10010, 21, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::get_Count() */,
{ 10011, 21, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 10019, 21, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10020, 21, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 10007, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10008, 21, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::GetEnumerator() */,
{ 10009, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::CopyTo(TValue[],System.Int32) */,
{ 10012, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 10013, 21, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 10014, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 10015, 21, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 10016, 21, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 10017, 21, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10018, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10024, 21, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::get_Current() */,
{ 10025, 21, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 10021, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10022, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::Dispose() */,
{ 10023, 21, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::MoveNext() */,
{ 10026, 21, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 10030, 21, -1 } /* System.Collections.Generic.KeyValuePair`2<K,V>[] System.Collections.Generic.IDictionaryDebugView`2<System.Object,System.Object>::get_Items() */,
{ 10029, 21, -1 } /* System.Void System.Collections.Generic.IDictionaryDebugView`2<System.Object,System.Object>::.ctor(System.Collections.Generic.IDictionary`2<K,V>) */,
{ 10032, 21, -1 } /* TKey[] System.Collections.Generic.DictionaryKeyCollectionDebugView`2<System.Object,System.Object>::get_Items() */,
{ 10031, 21, -1 } /* System.Void System.Collections.Generic.DictionaryKeyCollectionDebugView`2<System.Object,System.Object>::.ctor(System.Collections.Generic.ICollection`1<TKey>) */,
{ 10034, 21, -1 } /* TValue[] System.Collections.Generic.DictionaryValueCollectionDebugView`2<System.Object,System.Object>::get_Items() */,
{ 10033, 21, -1 } /* System.Void System.Collections.Generic.DictionaryValueCollectionDebugView`2<System.Object,System.Object>::.ctor(System.Collections.Generic.ICollection`1<TValue>) */,
{ 10042, 0, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Object>::get_Default() */,
{ 10043, 0, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Object>::CreateComparer() */,
{ 10044, 0, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Object>::Compare(T,T) */,
{ 10045, 0, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Object>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 0, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Object>::.ctor() */,
{ 10047, 0, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Object>::Compare(T,T) */,
{ 10048, 0, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Object>::Equals(System.Object) */,
{ 10049, 0, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Object>::GetHashCode() */,
{ 10050, 0, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Object>::.ctor() */,
{ 10055, 0, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Object>::Compare(T,T) */,
{ 10056, 0, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Object>::Equals(System.Object) */,
{ 10057, 0, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Object>::GetHashCode() */,
{ 10058, 0, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Object>::.ctor() */,
{ 10060, 0, -1 } /* T[] System.Collections.Generic.Mscorlib_CollectionDebugView`1<System.Object>::get_Items() */,
{ 10059, 0, -1 } /* System.Void System.Collections.Generic.Mscorlib_CollectionDebugView`1<System.Object>::.ctor(System.Collections.Generic.ICollection`1<T>) */,
{ 10061, 0, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Object>::get_Default() */,
{ 10062, 0, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Object>::CreateComparer() */,
{ 10063, 0, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Object>::Equals(T,T) */,
{ 10064, 0, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Object>::GetHashCode(T) */,
{ 10065, 0, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Object>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 0, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Object>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 0, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Object>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 0, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Object>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 0, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Object>::.ctor() */,
{ 10070, 0, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Object>::Equals(T,T) */,
{ 10071, 0, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Object>::GetHashCode(T) */,
{ 10072, 0, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Object>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10073, 0, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Object>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10074, 0, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Object>::Equals(System.Object) */,
{ 10075, 0, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Object>::GetHashCode() */,
{ 10076, 0, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Object>::.ctor() */,
{ 10084, 0, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Object>::Equals(T,T) */,
{ 10085, 0, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Object>::GetHashCode(T) */,
{ 10086, 0, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Object>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 0, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Object>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 0, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Object>::Equals(System.Object) */,
{ 10089, 0, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Object>::GetHashCode() */,
{ 10090, 0, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Object>::.ctor() */,
{ 10122, 0, -1 } /* System.Int32 System.Collections.Generic.ICollection`1<System.Object>::get_Count() */,
{ 10123, 0, -1 } /* System.Boolean System.Collections.Generic.ICollection`1<System.Object>::get_IsReadOnly() */,
{ 10124, 0, -1 } /* System.Void System.Collections.Generic.ICollection`1<System.Object>::Add(T) */,
{ 10125, 0, -1 } /* System.Void System.Collections.Generic.ICollection`1<System.Object>::Clear() */,
{ 10126, 0, -1 } /* System.Boolean System.Collections.Generic.ICollection`1<System.Object>::Contains(T) */,
{ 10127, 0, -1 } /* System.Void System.Collections.Generic.ICollection`1<System.Object>::CopyTo(T[],System.Int32) */,
{ 10128, 0, -1 } /* System.Boolean System.Collections.Generic.ICollection`1<System.Object>::Remove(T) */,
{ 10129, 0, -1 } /* System.Int32 System.Collections.Generic.IComparer`1<System.Object>::Compare(T,T) */,
{ 10130, 21, -1 } /* System.Void System.Collections.Generic.IDictionary`2<System.Object,System.Object>::Add(TKey,TValue) */,
{ 10131, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<System.Object>::GetEnumerator() */,
{ 10132, 0, -1 } /* T System.Collections.Generic.IEnumerator`1<System.Object>::get_Current() */,
{ 10133, 0, -1 } /* System.Boolean System.Collections.Generic.IEqualityComparer`1<System.Object>::Equals(T,T) */,
{ 10134, 0, -1 } /* System.Int32 System.Collections.Generic.IEqualityComparer`1<System.Object>::GetHashCode(T) */,
{ 10135, 0, -1 } /* T System.Collections.Generic.IList`1<System.Object>::get_Item(System.Int32) */,
{ 10136, 0, -1 } /* System.Void System.Collections.Generic.IList`1<System.Object>::set_Item(System.Int32,T) */,
{ 10137, 0, -1 } /* System.Int32 System.Collections.Generic.IList`1<System.Object>::IndexOf(T) */,
{ 10138, 0, -1 } /* System.Void System.Collections.Generic.IList`1<System.Object>::Insert(System.Int32,T) */,
{ 10139, 0, -1 } /* System.Void System.Collections.Generic.IList`1<System.Object>::RemoveAt(System.Int32) */,
{ 10140, 0, -1 } /* System.Int32 System.Collections.Generic.IReadOnlyCollection`1<System.Object>::get_Count() */,
{ 10141, 21, -1 } /* System.Boolean System.Collections.Generic.IReadOnlyDictionary`2<System.Object,System.Object>::TryGetValue(TKey,TValue&) */,
{ 10142, 0, -1 } /* T System.Collections.Generic.IReadOnlyList`1<System.Object>::get_Item(System.Int32) */,
{ 10149, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::get_Capacity() */,
{ 10150, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::set_Capacity(System.Int32) */,
{ 10151, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count() */,
{ 10152, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 0, -1 } /* System.Object System.Collections.Generic.List`1<System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 10157, 0, -1 } /* T System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32) */,
{ 10158, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::set_Item(System.Int32,T) */,
{ 10160, 0, -1 } /* System.Object System.Collections.Generic.List`1<System.Object>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10146, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::.ctor() */,
{ 10147, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32) */,
{ 10148, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10159, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::IsCompatibleObject(System.Object) */,
{ 10162, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Add(T) */,
{ 10163, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::System.Collections.IList.Add(System.Object) */,
{ 10164, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 0, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Object>::AsReadOnly() */,
{ 10166, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Clear() */,
{ 10167, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::Contains(T) */,
{ 10168, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::CopyTo(T[]) */,
{ 10170, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::CopyTo(T[],System.Int32) */,
{ 10173, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::EnsureCapacity(System.Int32) */,
{ 10174, 0, -1 } /* T System.Collections.Generic.List`1<System.Object>::Find(System.Predicate`1<T>) */,
{ 10175, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 0, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Object>::GetEnumerator() */,
{ 10178, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Object>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 0, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::IndexOf(T) */,
{ 10181, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Insert(System.Int32,T) */,
{ 10183, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 0, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Object>::Remove(T) */,
{ 10186, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 0, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Object>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::RemoveAt(System.Int32) */,
{ 10189, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Reverse() */,
{ 10191, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Reverse(System.Int32,System.Int32) */,
{ 10192, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Sort() */,
{ 10193, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::Sort(System.Comparison`1<T>) */,
{ 10196, 0, -1 } /* T[] System.Collections.Generic.List`1<System.Object>::ToArray() */,
{ 10197, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::TrimExcess() */,
{ 10198, 0, -1 } /* System.Void System.Collections.Generic.List`1<System.Object>::.cctor() */,
{ 10203, 0, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Object>::get_Current() */,
{ 10204, 0, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 10199, 0, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Object>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 0, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Object>::Dispose() */,
{ 10201, 0, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNext() */,
{ 10202, 0, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNextRare() */,
{ 10205, 0, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 12777, -1, 0 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Object>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 15516, 0, -1 } /* T[] System.Collections.Generic.ICollectionDebugView`1<System.Object>::get_Items() */,
{ 15515, 0, -1 } /* System.Void System.Collections.Generic.ICollectionDebugView`1<System.Object>::.ctor(System.Collections.Generic.ICollection`1<T>) */,
{ 15519, 0, -1 } /* System.Int32 System.Collections.Generic.LinkedList`1<System.Object>::get_Count() */,
{ 15520, 0, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Object>::get_First() */,
{ 15521, 0, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Object>::get_Last() */,
{ 15522, 0, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1<System.Object>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 15543, 0, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1<System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 15544, 0, -1 } /* System.Object System.Collections.Generic.LinkedList`1<System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 15517, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::.ctor() */,
{ 15518, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 15523, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 15524, 0, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Object>::AddFirst(T) */,
{ 15525, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::AddFirst(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 15526, 0, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Object>::AddLast(T) */,
{ 15527, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::Clear() */,
{ 15528, 0, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1<System.Object>::Contains(T) */,
{ 15529, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::CopyTo(T[],System.Int32) */,
{ 15530, 0, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Object>::Find(T) */,
{ 15531, 0, -1 } /* System.Collections.Generic.LinkedList`1/Enumerator<T> System.Collections.Generic.LinkedList`1<System.Object>::GetEnumerator() */,
{ 15532, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.LinkedList`1<System.Object>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 15533, 0, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1<System.Object>::Remove(T) */,
{ 15534, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::Remove(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 15535, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::RemoveLast() */,
{ 15536, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 15537, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::OnDeserialization(System.Object) */,
{ 15538, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::InternalInsertNodeBefore(System.Collections.Generic.LinkedListNode`1<T>,System.Collections.Generic.LinkedListNode`1<T>) */,
{ 15539, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::InternalInsertNodeToEmptyList(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 15540, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::InternalRemoveNode(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 15541, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::ValidateNewNode(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 15542, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::ValidateNode(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 15545, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 15546, 0, -1 } /* System.Collections.IEnumerator System.Collections.Generic.LinkedList`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 15549, 0, -1 } /* T System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::get_Current() */,
{ 15550, 0, -1 } /* System.Object System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 15547, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::.ctor(System.Collections.Generic.LinkedList`1<T>) */,
{ 15548, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 15551, 0, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::MoveNext() */,
{ 15552, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 15553, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::Dispose() */,
{ 15554, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 15555, 0, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object) */,
{ 15557, 0, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1<System.Object>::get_Next() */,
{ 15558, 0, -1 } /* T System.Collections.Generic.LinkedListNode`1<System.Object>::get_Value() */,
{ 15556, 0, -1 } /* System.Void System.Collections.Generic.LinkedListNode`1<System.Object>::.ctor(System.Collections.Generic.LinkedList`1<T>,T) */,
{ 15559, 0, -1 } /* System.Void System.Collections.Generic.LinkedListNode`1<System.Object>::Invalidate() */,
{ 15561, 0, -1 } /* System.Int32 System.Collections.Generic.Queue`1<System.Object>::get_Count() */,
{ 15562, 0, -1 } /* System.Boolean System.Collections.Generic.Queue`1<System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 15563, 0, -1 } /* System.Object System.Collections.Generic.Queue`1<System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 15560, 0, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Object>::.ctor() */,
{ 15564, 0, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 15565, 0, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Object>::Enqueue(T) */,
{ 15566, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.Queue`1<System.Object>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 15567, 0, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Queue`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 15568, 0, -1 } /* T System.Collections.Generic.Queue`1<System.Object>::Dequeue() */,
{ 15569, 0, -1 } /* T[] System.Collections.Generic.Queue`1<System.Object>::ToArray() */,
{ 15570, 0, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Object>::SetCapacity(System.Int32) */,
{ 15571, 0, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Object>::MoveNext(System.Int32&) */,
{ 15572, 0, -1 } /* System.Void System.Collections.Generic.Queue`1<System.Object>::ThrowForEmptyQueue() */,
{ 15576, 0, -1 } /* T System.Collections.Generic.Queue`1/Enumerator<System.Object>::get_Current() */,
{ 15578, 0, -1 } /* System.Object System.Collections.Generic.Queue`1/Enumerator<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 15573, 0, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<System.Object>::.ctor(System.Collections.Generic.Queue`1<T>) */,
{ 15574, 0, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<System.Object>::Dispose() */,
{ 15575, 0, -1 } /* System.Boolean System.Collections.Generic.Queue`1/Enumerator<System.Object>::MoveNext() */,
{ 15577, 0, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<System.Object>::ThrowEnumerationNotStartedOrEnded() */,
{ 15579, 0, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 15581, 0, -1 } /* T[] System.Collections.Generic.QueueDebugView`1<System.Object>::get_Items() */,
{ 15580, 0, -1 } /* System.Void System.Collections.Generic.QueueDebugView`1<System.Object>::.ctor(System.Collections.Generic.Queue`1<T>) */,
{ 15583, 0, -1 } /* System.Int32 System.Collections.Generic.Stack`1<System.Object>::get_Count() */,
{ 15584, 0, -1 } /* System.Boolean System.Collections.Generic.Stack`1<System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 15585, 0, -1 } /* System.Object System.Collections.Generic.Stack`1<System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 15582, 0, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Object>::.ctor() */,
{ 15586, 0, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 15587, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.Stack`1<System.Object>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 15588, 0, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Stack`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 15589, 0, -1 } /* T System.Collections.Generic.Stack`1<System.Object>::Peek() */,
{ 15590, 0, -1 } /* T System.Collections.Generic.Stack`1<System.Object>::Pop() */,
{ 15591, 0, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Object>::Push(T) */,
{ 15592, 0, -1 } /* T[] System.Collections.Generic.Stack`1<System.Object>::ToArray() */,
{ 15593, 0, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Object>::ThrowForEmptyStack() */,
{ 15597, 0, -1 } /* T System.Collections.Generic.Stack`1/Enumerator<System.Object>::get_Current() */,
{ 15599, 0, -1 } /* System.Object System.Collections.Generic.Stack`1/Enumerator<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 15594, 0, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<System.Object>::.ctor(System.Collections.Generic.Stack`1<T>) */,
{ 15595, 0, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<System.Object>::Dispose() */,
{ 15596, 0, -1 } /* System.Boolean System.Collections.Generic.Stack`1/Enumerator<System.Object>::MoveNext() */,
{ 15598, 0, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<System.Object>::ThrowEnumerationNotStartedOrEnded() */,
{ 15600, 0, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 15602, 0, -1 } /* T[] System.Collections.Generic.StackDebugView`1<System.Object>::get_Items() */,
{ 15601, 0, -1 } /* System.Void System.Collections.Generic.StackDebugView`1<System.Object>::.ctor(System.Collections.Generic.Stack`1<T>) */,
{ 16088, -1, 0 } /* System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable::Where<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>) */,
{ 16089, -1, 0 } /* System.Func`2<TSource,System.Boolean> System.Linq.Enumerable::CombinePredicates<System.Object>(System.Func`2<TSource,System.Boolean>,System.Func`2<TSource,System.Boolean>) */,
{ 16090, -1, 21 } /* System.Linq.IOrderedEnumerable`1<TSource> System.Linq.Enumerable::OrderBy<System.Object,System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TKey>) */,
{ 16091, -1, 21 } /* System.Linq.IOrderedEnumerable`1<TSource> System.Linq.Enumerable::ThenBy<System.Object,System.Object>(System.Linq.IOrderedEnumerable`1<TSource>,System.Func`2<TSource,TKey>) */,
{ 16092, -1, 0 } /* System.Collections.Generic.List`1<TSource> System.Linq.Enumerable::ToList<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>) */,
{ 16093, -1, 0 } /* TSource System.Linq.Enumerable::First<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>) */,
{ 16094, -1, 0 } /* TSource System.Linq.Enumerable::Last<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>) */,
{ 16095, -1, 0 } /* TSource System.Linq.Enumerable::SingleOrDefault<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>) */,
{ 16096, -1, 0 } /* System.Boolean System.Linq.Enumerable::Any<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>) */,
{ 16097, -1, 0 } /* System.Boolean System.Linq.Enumerable::Any<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>) */,
{ 16098, -1, 0 } /* System.Boolean System.Linq.Enumerable::Contains<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,TSource) */,
{ 16099, -1, 0 } /* System.Boolean System.Linq.Enumerable::Contains<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,TSource,System.Collections.Generic.IEqualityComparer`1<TSource>) */,
{ 16101, 0, -1 } /* TSource System.Linq.Enumerable/Iterator`1<System.Object>::get_Current() */,
{ 16107, 0, -1 } /* System.Object System.Linq.Enumerable/Iterator`1<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 16100, 0, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<System.Object>::.ctor() */,
{ 16102, 0, -1 } /* System.Linq.Enumerable/Iterator`1<TSource> System.Linq.Enumerable/Iterator`1<System.Object>::Clone() */,
{ 16103, 0, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<System.Object>::Dispose() */,
{ 16104, 0, -1 } /* System.Collections.Generic.IEnumerator`1<TSource> System.Linq.Enumerable/Iterator`1<System.Object>::GetEnumerator() */,
{ 16105, 0, -1 } /* System.Boolean System.Linq.Enumerable/Iterator`1<System.Object>::MoveNext() */,
{ 16106, 0, -1 } /* System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable/Iterator`1<System.Object>::Where(System.Func`2<TSource,System.Boolean>) */,
{ 16108, 0, -1 } /* System.Collections.IEnumerator System.Linq.Enumerable/Iterator`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 16109, 0, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 16110, 0, -1 } /* System.Void System.Linq.Enumerable/WhereEnumerableIterator`1<System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>) */,
{ 16111, 0, -1 } /* System.Linq.Enumerable/Iterator`1<TSource> System.Linq.Enumerable/WhereEnumerableIterator`1<System.Object>::Clone() */,
{ 16112, 0, -1 } /* System.Void System.Linq.Enumerable/WhereEnumerableIterator`1<System.Object>::Dispose() */,
{ 16113, 0, -1 } /* System.Boolean System.Linq.Enumerable/WhereEnumerableIterator`1<System.Object>::MoveNext() */,
{ 16114, 0, -1 } /* System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable/WhereEnumerableIterator`1<System.Object>::Where(System.Func`2<TSource,System.Boolean>) */,
{ 16115, 0, -1 } /* System.Void System.Linq.Enumerable/WhereArrayIterator`1<System.Object>::.ctor(TSource[],System.Func`2<TSource,System.Boolean>) */,
{ 16116, 0, -1 } /* System.Linq.Enumerable/Iterator`1<TSource> System.Linq.Enumerable/WhereArrayIterator`1<System.Object>::Clone() */,
{ 16117, 0, -1 } /* System.Boolean System.Linq.Enumerable/WhereArrayIterator`1<System.Object>::MoveNext() */,
{ 16118, 0, -1 } /* System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable/WhereArrayIterator`1<System.Object>::Where(System.Func`2<TSource,System.Boolean>) */,
{ 16119, 0, -1 } /* System.Void System.Linq.Enumerable/WhereListIterator`1<System.Object>::.ctor(System.Collections.Generic.List`1<TSource>,System.Func`2<TSource,System.Boolean>) */,
{ 16120, 0, -1 } /* System.Linq.Enumerable/Iterator`1<TSource> System.Linq.Enumerable/WhereListIterator`1<System.Object>::Clone() */,
{ 16121, 0, -1 } /* System.Boolean System.Linq.Enumerable/WhereListIterator`1<System.Object>::MoveNext() */,
{ 16122, 0, -1 } /* System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable/WhereListIterator`1<System.Object>::Where(System.Func`2<TSource,System.Boolean>) */,
{ 16123, 0, -1 } /* System.Void System.Linq.Enumerable/<>c__DisplayClass6_0`1<System.Object>::.ctor() */,
{ 16124, 0, -1 } /* System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1<System.Object>::<CombinePredicates>b__0(TSource) */,
{ 16125, 0, 0 } /* System.Linq.IOrderedEnumerable`1<TElement> System.Linq.IOrderedEnumerable`1<System.Object>::CreateOrderedEnumerable<System.Object>(System.Func`2<TElement,TKey>,System.Collections.Generic.IComparer`1<TKey>,System.Boolean) */,
{ 16126, 0, -1 } /* System.Collections.Generic.IEnumerator`1<TElement> System.Linq.OrderedEnumerable`1<System.Object>::GetEnumerator() */,
{ 16127, 0, -1 } /* System.Linq.EnumerableSorter`1<TElement> System.Linq.OrderedEnumerable`1<System.Object>::GetEnumerableSorter(System.Linq.EnumerableSorter`1<TElement>) */,
{ 16128, 0, -1 } /* System.Collections.IEnumerator System.Linq.OrderedEnumerable`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 16129, 0, 0 } /* System.Linq.IOrderedEnumerable`1<TElement> System.Linq.OrderedEnumerable`1<System.Object>::System.Linq.IOrderedEnumerable<TElement>.CreateOrderedEnumerable<System.Object>(System.Func`2<TElement,TKey>,System.Collections.Generic.IComparer`1<TKey>,System.Boolean) */,
{ 16130, 0, -1 } /* System.Void System.Linq.OrderedEnumerable`1<System.Object>::.ctor() */,
{ 16134, 0, -1 } /* TElement System.Linq.OrderedEnumerable`1/<GetEnumerator>d__1<System.Object>::System.Collections.Generic.IEnumerator<TElement>.get_Current() */,
{ 16136, 0, -1 } /* System.Object System.Linq.OrderedEnumerable`1/<GetEnumerator>d__1<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 16131, 0, -1 } /* System.Void System.Linq.OrderedEnumerable`1/<GetEnumerator>d__1<System.Object>::.ctor(System.Int32) */,
{ 16132, 0, -1 } /* System.Void System.Linq.OrderedEnumerable`1/<GetEnumerator>d__1<System.Object>::System.IDisposable.Dispose() */,
{ 16133, 0, -1 } /* System.Boolean System.Linq.OrderedEnumerable`1/<GetEnumerator>d__1<System.Object>::MoveNext() */,
{ 16135, 0, -1 } /* System.Void System.Linq.OrderedEnumerable`1/<GetEnumerator>d__1<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 16137, 21, -1 } /* System.Void System.Linq.OrderedEnumerable`2<System.Object,System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<TElement>,System.Func`2<TElement,TKey>,System.Collections.Generic.IComparer`1<TKey>,System.Boolean) */,
{ 16138, 21, -1 } /* System.Linq.EnumerableSorter`1<TElement> System.Linq.OrderedEnumerable`2<System.Object,System.Object>::GetEnumerableSorter(System.Linq.EnumerableSorter`1<TElement>) */,
{ 16139, 0, -1 } /* System.Void System.Linq.EnumerableSorter`1<System.Object>::ComputeKeys(TElement[],System.Int32) */,
{ 16140, 0, -1 } /* System.Int32 System.Linq.EnumerableSorter`1<System.Object>::CompareKeys(System.Int32,System.Int32) */,
{ 16141, 0, -1 } /* System.Int32[] System.Linq.EnumerableSorter`1<System.Object>::Sort(TElement[],System.Int32) */,
{ 16142, 0, -1 } /* System.Void System.Linq.EnumerableSorter`1<System.Object>::QuickSort(System.Int32[],System.Int32,System.Int32) */,
{ 16143, 0, -1 } /* System.Void System.Linq.EnumerableSorter`1<System.Object>::.ctor() */,
{ 16144, 21, -1 } /* System.Void System.Linq.EnumerableSorter`2<System.Object,System.Object>::.ctor(System.Func`2<TElement,TKey>,System.Collections.Generic.IComparer`1<TKey>,System.Boolean,System.Linq.EnumerableSorter`1<TElement>) */,
{ 16145, 21, -1 } /* System.Void System.Linq.EnumerableSorter`2<System.Object,System.Object>::ComputeKeys(TElement[],System.Int32) */,
{ 16146, 21, -1 } /* System.Int32 System.Linq.EnumerableSorter`2<System.Object,System.Object>::CompareKeys(System.Int32,System.Int32) */,
{ 16147, 0, -1 } /* System.Void System.Linq.Buffer`1<System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<TElement>) */,
{ 16156, 0, -1 } /* System.Int32 System.Collections.Generic.HashSet`1<System.Object>::get_Count() */,
{ 16157, 0, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<System.Object>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 16148, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::.ctor() */,
{ 16149, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<T>) */,
{ 16150, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 16151, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 16152, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::Clear() */,
{ 16153, 0, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<System.Object>::Contains(T) */,
{ 16154, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::CopyTo(T[],System.Int32) */,
{ 16155, 0, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<System.Object>::Remove(T) */,
{ 16158, 0, -1 } /* System.Collections.Generic.HashSet`1/Enumerator<T> System.Collections.Generic.HashSet`1<System.Object>::GetEnumerator() */,
{ 16159, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.HashSet`1<System.Object>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 16160, 0, -1 } /* System.Collections.IEnumerator System.Collections.Generic.HashSet`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 16161, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 16162, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::OnDeserialization(System.Object) */,
{ 16163, 0, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<System.Object>::Add(T) */,
{ 16164, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::CopyTo(T[]) */,
{ 16165, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::CopyTo(T[],System.Int32,System.Int32) */,
{ 16166, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::Initialize(System.Int32) */,
{ 16167, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::IncreaseCapacity() */,
{ 16168, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1<System.Object>::SetCapacity(System.Int32) */,
{ 16169, 0, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<System.Object>::AddIfNotPresent(T) */,
{ 16170, 0, -1 } /* System.Int32 System.Collections.Generic.HashSet`1<System.Object>::InternalGetHashCode(T) */,
{ 16174, 0, -1 } /* T System.Collections.Generic.HashSet`1/Enumerator<System.Object>::get_Current() */,
{ 16175, 0, -1 } /* System.Object System.Collections.Generic.HashSet`1/Enumerator<System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 16171, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1/Enumerator<System.Object>::.ctor(System.Collections.Generic.HashSet`1<T>) */,
{ 16172, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1/Enumerator<System.Object>::Dispose() */,
{ 16173, 0, -1 } /* System.Boolean System.Collections.Generic.HashSet`1/Enumerator<System.Object>::MoveNext() */,
{ 16176, 0, -1 } /* System.Void System.Collections.Generic.HashSet`1/Enumerator<System.Object>::System.Collections.IEnumerator.Reset() */,
{ 16178, 0, -1 } /* T[] System.Collections.Generic.ICollectionDebugView`1<System.Object>::get_Items() */,
{ 16177, 0, -1 } /* System.Void System.Collections.Generic.ICollectionDebugView`1<System.Object>::.ctor(System.Collections.Generic.ICollection`1<T>) */,
{ 16283, -1, 0 } /* T UnityEngine.AttributeHelperEngine::GetCustomAttributeOfType<System.Object>(System.Type) */,
{ 16397, -1, 0 } /* T UnityEngine.Component::GetComponent<System.Object>() */,
{ 16399, -1, 0 } /* T UnityEngine.Component::GetComponentInChildren<System.Object>() */,
{ 16400, -1, 0 } /* T[] UnityEngine.Component::GetComponentsInChildren<System.Object>(System.Boolean) */,
{ 16401, -1, 0 } /* System.Void UnityEngine.Component::GetComponentsInChildren<System.Object>(System.Boolean,System.Collections.Generic.List`1<T>) */,
{ 16402, -1, 0 } /* T[] UnityEngine.Component::GetComponentsInChildren<System.Object>() */,
{ 16403, -1, 0 } /* System.Void UnityEngine.Component::GetComponentsInChildren<System.Object>(System.Collections.Generic.List`1<T>) */,
{ 16405, -1, 0 } /* T UnityEngine.Component::GetComponentInParent<System.Object>() */,
{ 16406, -1, 0 } /* System.Void UnityEngine.Component::GetComponentsInParent<System.Object>(System.Boolean,System.Collections.Generic.List`1<T>) */,
{ 16409, -1, 0 } /* System.Void UnityEngine.Component::GetComponents<System.Object>(System.Collections.Generic.List`1<T>) */,
{ 16410, -1, 0 } /* T[] UnityEngine.Component::GetComponents<System.Object>() */,
{ 16490, -1, 0 } /* T UnityEngine.GameObject::GetComponent<System.Object>() */,
{ 16494, -1, 0 } /* T UnityEngine.GameObject::GetComponentInChildren<System.Object>() */,
{ 16495, -1, 0 } /* T UnityEngine.GameObject::GetComponentInChildren<System.Object>(System.Boolean) */,
{ 16497, -1, 0 } /* T UnityEngine.GameObject::GetComponentInParent<System.Object>() */,
{ 16499, -1, 0 } /* T[] UnityEngine.GameObject::GetComponents<System.Object>() */,
{ 16500, -1, 0 } /* System.Void UnityEngine.GameObject::GetComponents<System.Object>(System.Collections.Generic.List`1<T>) */,
{ 16501, -1, 0 } /* T[] UnityEngine.GameObject::GetComponentsInChildren<System.Object>(System.Boolean) */,
{ 16502, -1, 0 } /* System.Void UnityEngine.GameObject::GetComponentsInChildren<System.Object>(System.Boolean,System.Collections.Generic.List`1<T>) */,
{ 16503, -1, 0 } /* System.Void UnityEngine.GameObject::GetComponentsInParent<System.Object>(System.Boolean,System.Collections.Generic.List`1<T>) */,
{ 16506, -1, 0 } /* T UnityEngine.GameObject::AddComponent<System.Object>() */,
{ 16791, -1, 0 } /* T[] UnityEngine.Mesh::GetAllocArrayFromChannel<System.Object>(UnityEngine.Rendering.VertexAttribute,UnityEngine.Mesh/InternalVertexChannelType,System.Int32) */,
{ 16792, -1, 0 } /* T[] UnityEngine.Mesh::GetAllocArrayFromChannel<System.Object>(UnityEngine.Rendering.VertexAttribute) */,
{ 16794, -1, 0 } /* System.Void UnityEngine.Mesh::SetArrayForChannel<System.Object>(UnityEngine.Rendering.VertexAttribute,UnityEngine.Mesh/InternalVertexChannelType,System.Int32,T[]) */,
{ 16795, -1, 0 } /* System.Void UnityEngine.Mesh::SetArrayForChannel<System.Object>(UnityEngine.Rendering.VertexAttribute,T[]) */,
{ 16796, -1, 0 } /* System.Void UnityEngine.Mesh::SetListForChannel<System.Object>(UnityEngine.Rendering.VertexAttribute,UnityEngine.Mesh/InternalVertexChannelType,System.Int32,System.Collections.Generic.List`1<T>) */,
{ 16797, -1, 0 } /* System.Void UnityEngine.Mesh::SetListForChannel<System.Object>(UnityEngine.Rendering.VertexAttribute,System.Collections.Generic.List`1<T>) */,
{ 16816, -1, 0 } /* System.Void UnityEngine.Mesh::SetUvsImpl<System.Object>(System.Int32,System.Int32,System.Collections.Generic.List`1<T>) */,
{ 16872, -1, 0 } /* System.Int32 UnityEngine.NoAllocHelpers::SafeLength<System.Object>(System.Collections.Generic.List`1<T>) */,
{ 16978, -1, 0 } /* T UnityEngine.Resources::Load<System.Object>(System.String) */,
{ 16981, -1, 0 } /* T UnityEngine.Resources::GetBuiltinResource<System.Object>(System.String) */,
{ 16986, -1, 0 } /* T UnityEngine.ScriptableObject::CreateInstance<System.Object>() */,
{ 17116, -1, 0 } /* T UnityEngine.Object::Instantiate<System.Object>(T) */,
{ 17147, -1, 0 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<System.Object>(System.Object) */,
{ 17157, 0, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Object>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 17158, 0, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Object>::.ctor(UnityEngine.Events.UnityAction`1<T1>) */,
{ 17159, 0, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Object>::add_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 17160, 0, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Object>::remove_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 17161, 0, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Object>::Invoke(System.Object[]) */,
{ 17162, 0, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Object>::Invoke(T1) */,
{ 17163, 0, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`1<System.Object>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 17164, 21, -1 } /* System.Void UnityEngine.Events.InvokableCall`2<System.Object,System.Object>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 17165, 21, -1 } /* System.Void UnityEngine.Events.InvokableCall`2<System.Object,System.Object>::.ctor(UnityEngine.Events.UnityAction`2<T1,T2>) */,
{ 17166, 21, -1 } /* System.Void UnityEngine.Events.InvokableCall`2<System.Object,System.Object>::add_Delegate(UnityEngine.Events.UnityAction`2<T1,T2>) */,
{ 17167, 21, -1 } /* System.Void UnityEngine.Events.InvokableCall`2<System.Object,System.Object>::remove_Delegate(UnityEngine.Events.UnityAction`2<T1,T2>) */,
{ 17168, 21, -1 } /* System.Void UnityEngine.Events.InvokableCall`2<System.Object,System.Object>::Invoke(System.Object[]) */,
{ 17169, 21, -1 } /* System.Void UnityEngine.Events.InvokableCall`2<System.Object,System.Object>::Invoke(T1,T2) */,
{ 17170, 21, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`2<System.Object,System.Object>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 17171, 40, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Object>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 17172, 40, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Object>::.ctor(UnityEngine.Events.UnityAction`3<T1,T2,T3>) */,
{ 17173, 40, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Object>::add_Delegate(UnityEngine.Events.UnityAction`3<T1,T2,T3>) */,
{ 17174, 40, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Object>::remove_Delegate(UnityEngine.Events.UnityAction`3<T1,T2,T3>) */,
{ 17175, 40, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Object>::Invoke(System.Object[]) */,
{ 17176, 40, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Object>::Invoke(T1,T2,T3) */,
{ 17177, 40, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Object>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 17178, 41, -1 } /* System.Void UnityEngine.Events.InvokableCall`4<System.Object,System.Object,System.Object,System.Object>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 17179, 41, -1 } /* System.Void UnityEngine.Events.InvokableCall`4<System.Object,System.Object,System.Object,System.Object>::Invoke(System.Object[]) */,
{ 17180, 41, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`4<System.Object,System.Object,System.Object,System.Object>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 17181, 0, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Object>::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) */,
{ 17182, 0, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Object>::Invoke(System.Object[]) */,
{ 17183, 0, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Object>::Invoke(T) */,
{ 17224, 0, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 17225, 0, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Object>::Invoke(T0) */,
{ 17226, 0, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`1<System.Object>::BeginInvoke(T0,System.AsyncCallback,System.Object) */,
{ 17227, 0, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Object>::EndInvoke(System.IAsyncResult) */,
{ 17228, 0, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Object>::.ctor() */,
{ 17229, 0, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Object>::AddListener(UnityEngine.Events.UnityAction`1<T0>) */,
{ 17230, 0, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Object>::RemoveListener(UnityEngine.Events.UnityAction`1<T0>) */,
{ 17231, 0, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`1<System.Object>::FindMethod_Impl(System.String,System.Object) */,
{ 17232, 0, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<System.Object>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 17233, 0, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<System.Object>::GetDelegate(UnityEngine.Events.UnityAction`1<T0>) */,
{ 17234, 0, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Object>::Invoke(T0) */,
{ 17235, 21, -1 } /* System.Void UnityEngine.Events.UnityAction`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 17236, 21, -1 } /* System.Void UnityEngine.Events.UnityAction`2<System.Object,System.Object>::Invoke(T0,T1) */,
{ 17237, 21, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`2<System.Object,System.Object>::BeginInvoke(T0,T1,System.AsyncCallback,System.Object) */,
{ 17238, 21, -1 } /* System.Void UnityEngine.Events.UnityAction`2<System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 17239, 21, -1 } /* System.Void UnityEngine.Events.UnityEvent`2<System.Object,System.Object>::.ctor() */,
{ 17240, 21, -1 } /* System.Void UnityEngine.Events.UnityEvent`2<System.Object,System.Object>::AddListener(UnityEngine.Events.UnityAction`2<T0,T1>) */,
{ 17241, 21, -1 } /* System.Void UnityEngine.Events.UnityEvent`2<System.Object,System.Object>::RemoveListener(UnityEngine.Events.UnityAction`2<T0,T1>) */,
{ 17242, 21, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`2<System.Object,System.Object>::FindMethod_Impl(System.String,System.Object) */,
{ 17243, 21, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`2<System.Object,System.Object>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 17244, 21, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`2<System.Object,System.Object>::GetDelegate(UnityEngine.Events.UnityAction`2<T0,T1>) */,
{ 17245, 21, -1 } /* System.Void UnityEngine.Events.UnityEvent`2<System.Object,System.Object>::Invoke(T0,T1) */,
{ 17246, 40, -1 } /* System.Void UnityEngine.Events.UnityAction`3<System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 17247, 40, -1 } /* System.Void UnityEngine.Events.UnityAction`3<System.Object,System.Object,System.Object>::Invoke(T0,T1,T2) */,
{ 17248, 40, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`3<System.Object,System.Object,System.Object>::BeginInvoke(T0,T1,T2,System.AsyncCallback,System.Object) */,
{ 17249, 40, -1 } /* System.Void UnityEngine.Events.UnityAction`3<System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 17250, 40, -1 } /* System.Void UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Object>::.ctor() */,
{ 17251, 40, -1 } /* System.Void UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Object>::AddListener(UnityEngine.Events.UnityAction`3<T0,T1,T2>) */,
{ 17252, 40, -1 } /* System.Void UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Object>::RemoveListener(UnityEngine.Events.UnityAction`3<T0,T1,T2>) */,
{ 17253, 40, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Object>::FindMethod_Impl(System.String,System.Object) */,
{ 17254, 40, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Object>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 17255, 40, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Object>::GetDelegate(UnityEngine.Events.UnityAction`3<T0,T1,T2>) */,
{ 17256, 40, -1 } /* System.Void UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Object>::Invoke(T0,T1,T2) */,
{ 17257, 41, -1 } /* System.Void UnityEngine.Events.UnityAction`4<System.Object,System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 17258, 41, -1 } /* System.Void UnityEngine.Events.UnityAction`4<System.Object,System.Object,System.Object,System.Object>::Invoke(T0,T1,T2,T3) */,
{ 17259, 41, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`4<System.Object,System.Object,System.Object,System.Object>::BeginInvoke(T0,T1,T2,T3,System.AsyncCallback,System.Object) */,
{ 17260, 41, -1 } /* System.Void UnityEngine.Events.UnityAction`4<System.Object,System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 17261, 41, -1 } /* System.Void UnityEngine.Events.UnityEvent`4<System.Object,System.Object,System.Object,System.Object>::.ctor() */,
{ 17262, 41, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`4<System.Object,System.Object,System.Object,System.Object>::FindMethod_Impl(System.String,System.Object) */,
{ 17263, 41, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`4<System.Object,System.Object,System.Object,System.Object>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 17333, -1, 0 } /* System.Void UnityEngine.Assertions.Assert::AreEqual<System.Object>(T,T,System.String) */,
{ 17334, -1, 0 } /* System.Void UnityEngine.Assertions.Assert::AreEqual<System.Object>(T,T,System.String,System.Collections.Generic.IEqualityComparer`1<T>) */,
{ 17380, -1, 0 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<System.Object>() */,
{ 18510, -1, 0 } /* T UnityEngine.EventSystems.ExecuteEvents::ValidateEventData<System.Object>(UnityEngine.EventSystems.BaseEventData) */,
{ 18546, -1, 0 } /* System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<System.Object>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>) */,
{ 18547, -1, 0 } /* UnityEngine.GameObject UnityEngine.EventSystems.ExecuteEvents::ExecuteHierarchy<System.Object>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>) */,
{ 18548, -1, 0 } /* System.Boolean UnityEngine.EventSystems.ExecuteEvents::ShouldSendToComponent<System.Object>(UnityEngine.Component) */,
{ 18549, -1, 0 } /* System.Void UnityEngine.EventSystems.ExecuteEvents::GetEventList<System.Object>(UnityEngine.GameObject,System.Collections.Generic.IList`1<UnityEngine.EventSystems.IEventSystemHandler>) */,
{ 18550, -1, 0 } /* System.Boolean UnityEngine.EventSystems.ExecuteEvents::CanHandleEvent<System.Object>(UnityEngine.GameObject) */,
{ 18551, -1, 0 } /* UnityEngine.GameObject UnityEngine.EventSystems.ExecuteEvents::GetEventHandler<System.Object>(UnityEngine.GameObject) */,
{ 18554, 0, -1 } /* System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 18555, 0, -1 } /* System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<System.Object>::Invoke(T1,UnityEngine.EventSystems.BaseEventData) */,
{ 18556, 0, -1 } /* System.IAsyncResult UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<System.Object>::BeginInvoke(T1,UnityEngine.EventSystems.BaseEventData,System.AsyncCallback,System.Object) */,
{ 18557, 0, -1 } /* System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<System.Object>::EndInvoke(System.IAsyncResult) */,
{ 18933, -1, 0 } /* T UnityEngine.UI.Dropdown::GetOrAddComponent<System.Object>(UnityEngine.GameObject) */,
{ 19609, -1, 0 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetClass<System.Object>(T&,T) */,
{ 19934, -1, 0 } /* System.Void UnityEngine.UI.LayoutGroup::SetProperty<System.Object>(T&,T) */,
{ 20003, 0, -1 } /* System.Int32 UnityEngine.UI.Collections.IndexedSet`1<System.Object>::get_Count() */,
{ 20004, 0, -1 } /* System.Boolean UnityEngine.UI.Collections.IndexedSet`1<System.Object>::get_IsReadOnly() */,
{ 20008, 0, -1 } /* T UnityEngine.UI.Collections.IndexedSet`1<System.Object>::get_Item(System.Int32) */,
{ 20009, 0, -1 } /* System.Void UnityEngine.UI.Collections.IndexedSet`1<System.Object>::set_Item(System.Int32,T) */,
{ 19994, 0, -1 } /* System.Void UnityEngine.UI.Collections.IndexedSet`1<System.Object>::.ctor() */,
{ 19995, 0, -1 } /* System.Void UnityEngine.UI.Collections.IndexedSet`1<System.Object>::Add(T) */,
{ 19996, 0, -1 } /* System.Boolean UnityEngine.UI.Collections.IndexedSet`1<System.Object>::AddUnique(T) */,
{ 19997, 0, -1 } /* System.Boolean UnityEngine.UI.Collections.IndexedSet`1<System.Object>::Remove(T) */,
{ 19998, 0, -1 } /* System.Collections.Generic.IEnumerator`1<T> UnityEngine.UI.Collections.IndexedSet`1<System.Object>::GetEnumerator() */,
{ 19999, 0, -1 } /* System.Collections.IEnumerator UnityEngine.UI.Collections.IndexedSet`1<System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 20000, 0, -1 } /* System.Void UnityEngine.UI.Collections.IndexedSet`1<System.Object>::Clear() */,
{ 20001, 0, -1 } /* System.Boolean UnityEngine.UI.Collections.IndexedSet`1<System.Object>::Contains(T) */,
{ 20002, 0, -1 } /* System.Void UnityEngine.UI.Collections.IndexedSet`1<System.Object>::CopyTo(T[],System.Int32) */,
{ 20005, 0, -1 } /* System.Int32 UnityEngine.UI.Collections.IndexedSet`1<System.Object>::IndexOf(T) */,
{ 20006, 0, -1 } /* System.Void UnityEngine.UI.Collections.IndexedSet`1<System.Object>::Insert(System.Int32,T) */,
{ 20007, 0, -1 } /* System.Void UnityEngine.UI.Collections.IndexedSet`1<System.Object>::RemoveAt(System.Int32) */,
{ 20010, 0, -1 } /* System.Void UnityEngine.UI.Collections.IndexedSet`1<System.Object>::RemoveAll(System.Predicate`1<T>) */,
{ 20011, 0, -1 } /* System.Void UnityEngine.UI.Collections.IndexedSet`1<System.Object>::Sort(System.Comparison`1<T>) */,
{ 20012, 0, -1 } /* System.Void UnityEngine.UI.ListPool`1<System.Object>::Clear(System.Collections.Generic.List`1<T>) */,
{ 20013, 0, -1 } /* System.Collections.Generic.List`1<T> UnityEngine.UI.ListPool`1<System.Object>::Get() */,
{ 20014, 0, -1 } /* System.Void UnityEngine.UI.ListPool`1<System.Object>::Release(System.Collections.Generic.List`1<T>) */,
{ 20015, 0, -1 } /* System.Void UnityEngine.UI.ListPool`1<System.Object>::.cctor() */,
{ 20017, 0, -1 } /* System.Int32 UnityEngine.UI.ObjectPool`1<System.Object>::get_countAll() */,
{ 20018, 0, -1 } /* System.Void UnityEngine.UI.ObjectPool`1<System.Object>::set_countAll(System.Int32) */,
{ 20019, 0, -1 } /* System.Int32 UnityEngine.UI.ObjectPool`1<System.Object>::get_countActive() */,
{ 20020, 0, -1 } /* System.Int32 UnityEngine.UI.ObjectPool`1<System.Object>::get_countInactive() */,
{ 20016, 0, -1 } /* System.Void UnityEngine.UI.ObjectPool`1<System.Object>::.ctor(UnityEngine.Events.UnityAction`1<T>,UnityEngine.Events.UnityAction`1<T>) */,
{ 20021, 0, -1 } /* T UnityEngine.UI.ObjectPool`1<System.Object>::Get() */,
{ 20022, 0, -1 } /* System.Void UnityEngine.UI.ObjectPool`1<System.Object>::Release(T) */,
{ 20099, 0, -1 } /* System.Void TMPro.FastAction`1<System.Object>::Add(System.Action`1<A>) */,
{ 20100, 0, -1 } /* System.Void TMPro.FastAction`1<System.Object>::Remove(System.Action`1<A>) */,
{ 20101, 0, -1 } /* System.Void TMPro.FastAction`1<System.Object>::Call(A) */,
{ 20102, 0, -1 } /* System.Void TMPro.FastAction`1<System.Object>::.ctor() */,
{ 20103, 21, -1 } /* System.Void TMPro.FastAction`2<System.Object,System.Object>::Add(System.Action`2<A,B>) */,
{ 20104, 21, -1 } /* System.Void TMPro.FastAction`2<System.Object,System.Object>::Remove(System.Action`2<A,B>) */,
{ 20105, 21, -1 } /* System.Void TMPro.FastAction`2<System.Object,System.Object>::Call(A,B) */,
{ 20106, 21, -1 } /* System.Void TMPro.FastAction`2<System.Object,System.Object>::.ctor() */,
{ 20107, 40, -1 } /* System.Void TMPro.FastAction`3<System.Object,System.Object,System.Object>::Add(System.Action`3<A,B,C>) */,
{ 20108, 40, -1 } /* System.Void TMPro.FastAction`3<System.Object,System.Object,System.Object>::Remove(System.Action`3<A,B,C>) */,
{ 20109, 40, -1 } /* System.Void TMPro.FastAction`3<System.Object,System.Object,System.Object>::Call(A,B,C) */,
{ 20110, 40, -1 } /* System.Void TMPro.FastAction`3<System.Object,System.Object,System.Object>::.ctor() */,
{ 20402, -1, 0 } /* T TMPro.TMP_Dropdown::GetOrAddComponent<System.Object>(UnityEngine.GameObject) */,
{ 20696, -1, 0 } /* System.Boolean TMPro.SetPropertyUtility::SetEquatableStruct<System.Object>(T&,T) */,
{ 20698, -1, 0 } /* System.Boolean TMPro.SetPropertyUtility::SetClass<System.Object>(T&,T) */,
{ 20701, 0, -1 } /* System.Collections.Generic.List`1<T> TMPro.TMP_ListPool`1<System.Object>::Get() */,
{ 20702, 0, -1 } /* System.Void TMPro.TMP_ListPool`1<System.Object>::Release(System.Collections.Generic.List`1<T>) */,
{ 20703, 0, -1 } /* System.Void TMPro.TMP_ListPool`1<System.Object>::.cctor() */,
{ 20704, 0, -1 } /* System.Void TMPro.TMP_ListPool`1/<>c<System.Object>::.cctor() */,
{ 20705, 0, -1 } /* System.Void TMPro.TMP_ListPool`1/<>c<System.Object>::.ctor() */,
{ 20706, 0, -1 } /* System.Void TMPro.TMP_ListPool`1/<>c<System.Object>::<.cctor>b__3_0(System.Collections.Generic.List`1<T>) */,
{ 20750, 0, -1 } /* System.Int32 TMPro.TMP_ObjectPool`1<System.Object>::get_countAll() */,
{ 20751, 0, -1 } /* System.Void TMPro.TMP_ObjectPool`1<System.Object>::set_countAll(System.Int32) */,
{ 20752, 0, -1 } /* System.Int32 TMPro.TMP_ObjectPool`1<System.Object>::get_countActive() */,
{ 20753, 0, -1 } /* System.Int32 TMPro.TMP_ObjectPool`1<System.Object>::get_countInactive() */,
{ 20754, 0, -1 } /* System.Void TMPro.TMP_ObjectPool`1<System.Object>::.ctor(UnityEngine.Events.UnityAction`1<T>,UnityEngine.Events.UnityAction`1<T>) */,
{ 20755, 0, -1 } /* T TMPro.TMP_ObjectPool`1<System.Object>::Get() */,
{ 20756, 0, -1 } /* System.Void TMPro.TMP_ObjectPool`1<System.Object>::Release(T) */,
{ 21140, -1, 0 } /* System.Void TMPro.TMP_Text::ResizeInternalArray<System.Object>(T[]&) */,
{ 21210, -1, 0 } /* System.Void TMPro.TMP_TextInfo::Resize<System.Object>(T[]&,System.Int32) */,
{ 21211, -1, 0 } /* System.Void TMPro.TMP_TextInfo::Resize<System.Object>(T[]&,System.Int32,System.Boolean) */,
{ 21264, 0, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<System.Object>::.ctor(T[]) */,
{ 21265, 0, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<System.Object>::Clear() */,
{ 21266, 0, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<System.Object>::SetDefault(T) */,
{ 21267, 0, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<System.Object>::Add(T) */,
{ 21268, 0, -1 } /* T TMPro.TMP_XmlTagStack`1<System.Object>::Remove() */,
{ 21269, 0, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<System.Object>::Push(T) */,
{ 21270, 0, -1 } /* T TMPro.TMP_XmlTagStack`1<System.Object>::Pop() */,
{ 21271, 0, -1 } /* T TMPro.TMP_XmlTagStack`1<System.Object>::CurrentItem() */,
{ 21272, 0, -1 } /* T TMPro.TMP_XmlTagStack`1<System.Object>::PreviousItem() */,
{ 21292, -1, 0 } /* System.Int32 TMPro.TMPro_ExtensionMethods::FindInstanceID<System.Object>(System.Collections.Generic.List`1<T>,T) */,
{ 21565, -1, 0 } /* System.Boolean PlayerPrefsX::SetValue<System.Object>(System.String,T,PlayerPrefsX/ArrayType,System.Int32,System.Action`3<T,System.Byte[],System.Int32>) */,
{ 21584, -1, 0 } /* System.Void PlayerPrefsX::GetValue<System.Object>(System.String,T,PlayerPrefsX/ArrayType,System.Int32,System.Action`2<T,System.Byte[]>) */,
{ 10146, 1, -1 } /* System.Void System.Collections.Generic.List`1<System.String>::.ctor() */,
{ 10162, 1, -1 } /* System.Void System.Collections.Generic.List`1<System.String>::Add(T) */,
{ 10196, 1, -1 } /* T[] System.Collections.Generic.List`1<System.String>::ToArray() */,
{ 9939, 20, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::.ctor() */,
{ 9948, 20, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::set_Item(TKey,TValue) */,
{ 9944, 20, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.String,System.String>::get_Count() */,
{ 9957, 20, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.String,System.String>::GetEnumerator() */,
{ 9980, 20, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.String>::get_Current() */,
{ 9911, 20, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.String,System.String>::get_Value() */,
{ 9979, 20, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.String>::MoveNext() */,
{ 9981, 20, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.String>::Dispose() */,
{ 10146, 32, -1 } /* System.Void System.Collections.Generic.List`1<Mono.Globalization.Unicode.Contraction>::.ctor() */,
{ 10146, 34, -1 } /* System.Void System.Collections.Generic.List`1<Mono.Globalization.Unicode.Level2Map>::.ctor() */,
{ 10162, 32, -1 } /* System.Void System.Collections.Generic.List`1<Mono.Globalization.Unicode.Contraction>::Add(T) */,
{ 10162, 34, -1 } /* System.Void System.Collections.Generic.List`1<Mono.Globalization.Unicode.Level2Map>::Add(T) */,
{ 10193, 32, -1 } /* System.Void System.Collections.Generic.List`1<Mono.Globalization.Unicode.Contraction>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 1041, 34, -1 } /* System.Void System.Comparison`1<Mono.Globalization.Unicode.Level2Map>::.ctor(System.Object,System.IntPtr) */,
{ 10195, 34, -1 } /* System.Void System.Collections.Generic.List`1<Mono.Globalization.Unicode.Level2Map>::Sort(System.Comparison`1<T>) */,
{ 10196, 32, -1 } /* T[] System.Collections.Generic.List`1<Mono.Globalization.Unicode.Contraction>::ToArray() */,
{ 10196, 34, -1 } /* T[] System.Collections.Generic.List`1<Mono.Globalization.Unicode.Level2Map>::ToArray() */,
{ 779, -1, 8 } /* System.Void System.Array::Reverse<System.Byte>(T[],System.Int32,System.Int32) */,
{ 778, -1, 8 } /* System.Void System.Array::Reverse<System.Byte>(T[]) */,
{ 10151, 1, -1 } /* System.Int32 System.Collections.Generic.List`1<System.String>::get_Count() */,
{ 10157, 1, -1 } /* T System.Collections.Generic.List`1<System.String>::get_Item(System.Int32) */,
{ 10166, 1, -1 } /* System.Void System.Collections.Generic.List`1<System.String>::Clear() */,
{ 9816, 42, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10148, 42, -1 } /* System.Void System.Collections.Generic.List`1<System.Exception>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10148, 44, -1 } /* System.Void System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 9817, 42, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception>::get_Count() */,
{ 9820, 42, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception>::CopyTo(T[],System.Int32) */,
{ 10146, 42, -1 } /* System.Void System.Collections.Generic.List`1<System.Exception>::.ctor() */,
{ 10146, 45, -1 } /* System.Void System.Collections.Generic.List`1<System.AggregateException>::.ctor() */,
{ 10162, 45, -1 } /* System.Void System.Collections.Generic.List`1<System.AggregateException>::Add(T) */,
{ 10157, 45, -1 } /* T System.Collections.Generic.List`1<System.AggregateException>::get_Item(System.Int32) */,
{ 10162, 42, -1 } /* System.Void System.Collections.Generic.List`1<System.Exception>::Add(T) */,
{ 10151, 45, -1 } /* System.Int32 System.Collections.Generic.List`1<System.AggregateException>::get_Count() */,
{ 9818, 42, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception>::get_Item(System.Int32) */,
{ 9939, 138, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Object>::.ctor() */,
{ 9954, 138, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Object>::ContainsKey(TKey) */,
{ 9948, 138, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Object>::set_Item(TKey,TValue) */,
{ 9966, 138, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Object>::Remove(TKey) */,
{ 10069, 8, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Byte>::.ctor() */,
{ 9306, 25, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Runtime.Serialization.SerializationInfo>::.ctor() */,
{ 10069, 1, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.String>::.ctor() */,
{ 9311, 25, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Runtime.Serialization.SerializationInfo>::Add(TKey,TValue) */,
{ 9313, 25, -1 } /* System.Boolean System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Runtime.Serialization.SerializationInfo>::TryGetValue(TKey,TValue&) */,
{ 9312, 25, -1 } /* System.Boolean System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Runtime.Serialization.SerializationInfo>::Remove(TKey) */,
{ 10147, 1, -1 } /* System.Void System.Collections.Generic.List`1<System.String>::.ctor(System.Int32) */,
{ 10171, 1, -1 } /* System.Void System.Collections.Generic.List`1<System.String>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 1049, 10, -1 } /* System.Void System.Predicate`1<System.Type>::.ctor(System.Object,System.IntPtr) */,
{ 6333, -1, 10 } /* System.Boolean System.Diagnostics.Contracts.Contract::ForAll<System.Type>(System.Collections.Generic.IEnumerable`1<T>,System.Predicate`1<T>) */,
{ 10146, 245, -1 } /* System.Void System.Collections.Generic.List`1<System.Diagnostics.StackFrame>::.ctor() */,
{ 10162, 245, -1 } /* System.Void System.Collections.Generic.List`1<System.Diagnostics.StackFrame>::Add(T) */,
{ 10196, 245, -1 } /* T[] System.Collections.Generic.List`1<System.Diagnostics.StackFrame>::ToArray() */,
{ 10042, 84, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.UInt64>::get_Default() */,
{ 799, -1, 856 } /* System.Void System.Array::Sort<System.UInt64,System.String>(TKey[],TValue[],System.Collections.Generic.IComparer`1<TKey>) */,
{ 9941, 219, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9967, 219, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator>::TryGetValue(TKey,TValue&) */,
{ 9948, 219, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator>::set_Item(TKey,TValue) */,
{ 9939, 237, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>::.ctor() */,
{ 9939, 242, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>::.ctor() */,
{ 9948, 237, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>::set_Item(TKey,TValue) */,
{ 9948, 242, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>::set_Item(TKey,TValue) */,
{ 9967, 237, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>::TryGetValue(TKey,TValue&) */,
{ 9967, 242, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>::TryGetValue(TKey,TValue&) */,
{ 3445, 24, -1 } /* System.Boolean System.Nullable`1<System.Int32>::get_HasValue() */,
{ 3446, 24, -1 } /* T System.Nullable`1<System.Int32>::get_Value() */,
{ 9949, 20, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::Add(TKey,TValue) */,
{ 9967, 20, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.String>::TryGetValue(TKey,TValue&) */,
{ 10167, 1, -1 } /* System.Boolean System.Collections.Generic.List`1<System.String>::Contains(T) */,
{ 3445, 47, -1 } /* System.Boolean System.Nullable`1<System.Boolean>::get_HasValue() */,
{ 3444, 47, -1 } /* System.Void System.Nullable`1<System.Boolean>::.ctor(T) */,
{ 3446, 47, -1 } /* T System.Nullable`1<System.Boolean>::get_Value() */,
{ 10148, 1, -1 } /* System.Void System.Collections.Generic.List`1<System.String>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 5225, 1, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<System.String>::.ctor(System.String,System.String,System.String,System.IO.SearchOption,System.IO.SearchResultHandler`1<TSource>,System.Boolean) */,
{ 6984, -1, 24 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromCancellation<System.Int32>(System.Threading.CancellationToken) */,
{ 6825, 24, -1 } /* TResult System.Threading.Tasks.Task`1<System.Int32>::get_Result() */,
{ 6980, -1, 24 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromResult<System.Int32>(TResult) */,
{ 6985, -1, 24 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromCancellation<System.Int32>(System.OperationCanceledException) */,
{ 6982, -1, 24 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromException<System.Int32>(System.Exception) */,
{ 6985, -1, 192 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromCancellation<System.Threading.Tasks.VoidTaskResult>(System.OperationCanceledException) */,
{ 866, -1, 9 } /* T[] System.Array::Empty<System.Char>() */,
{ 1021, 196, -1 } /* System.Void System.Func`1<System.Threading.SemaphoreSlim>::.ctor(System.Object,System.IntPtr) */,
{ 6408, -1, 196 } /* T System.Threading.LazyInitializer::EnsureInitialized<System.Threading.SemaphoreSlim>(T&,System.Func`1<T>) */,
{ 1025, 182, -1 } /* System.Void System.Func`2<System.Object,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 6833, 24, -1 } /* System.Runtime.CompilerServices.TaskAwaiter`1<TResult> System.Threading.Tasks.Task`1<System.Int32>::GetAwaiter() */,
{ 9263, 24, -1 } /* TResult System.Runtime.CompilerServices.TaskAwaiter`1<System.Int32>::GetResult() */,
{ 1037, 197, -1 } /* System.Void System.Func`5<System.IO.Stream,System.IO.Stream/ReadWriteParameters,System.AsyncCallback,System.Object,System.IAsyncResult>::.ctor(System.Object,System.IntPtr) */,
{ 1029, 199, -1 } /* System.Void System.Func`3<System.IO.Stream,System.IAsyncResult,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 6852, 24, 857 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskFactory`1<System.Int32>::FromAsyncTrim<System.IO.Stream,System.IO.Stream/ReadWriteParameters>(!!0,!!1,System.Func`5<!!0,!!1,System.AsyncCallback,System.Object,System.IAsyncResult>,System.Func`3<!!0,System.IAsyncResult,TResult>) */,
{ 1013, 204, -1 } /* System.Void System.Action`2<System.Threading.Tasks.Task,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 913, -1, 205 } /* System.Tuple`2<T1,T2> System.Tuple::Create<System.IO.Stream,System.IO.Stream/ReadWriteTask>(T1,T2) */,
{ 1029, 206, -1 } /* System.Void System.Func`3<System.IO.Stream,System.IAsyncResult,System.Threading.Tasks.VoidTaskResult>::.ctor(System.Object,System.IntPtr) */,
{ 6852, 192, 857 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskFactory`1<System.Threading.Tasks.VoidTaskResult>::FromAsyncTrim<System.IO.Stream,System.IO.Stream/ReadWriteParameters>(!!0,!!1,System.Func`5<!!0,!!1,System.AsyncCallback,System.Object,System.IAsyncResult>,System.Func`3<!!0,System.IAsyncResult,TResult>) */,
{ 917, 205, -1 } /* T1 System.Tuple`2<System.IO.Stream,System.IO.Stream/ReadWriteTask>::get_Item1() */,
{ 918, 205, -1 } /* T2 System.Tuple`2<System.IO.Stream,System.IO.Stream/ReadWriteTask>::get_Item2() */,
{ 6815, 24, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::.ctor(System.Boolean,TResult,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) */,
{ 6816, 24, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::.ctor(System.Func`2<System.Object,TResult>,System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions) */,
{ 1021, 211, -1 } /* System.Void System.Func`1<System.Threading.ManualResetEvent>::.ctor(System.Object,System.IntPtr) */,
{ 6408, -1, 211 } /* T System.Threading.LazyInitializer::EnsureInitialized<System.Threading.ManualResetEvent>(T&,System.Func`1<T>) */,
{ 5240, 1, -1 } /* System.Void System.IO.SearchResultHandler`1<System.String>::.ctor() */,
{ 1025, 212, -1 } /* System.Void System.Func`2<System.Object,System.String>::.ctor(System.Object,System.IntPtr) */,
{ 940, 213, -1 } /* T1 System.Tuple`4<System.IO.TextReader,System.Char[],System.Int32,System.Int32>::get_Item1() */,
{ 941, 213, -1 } /* T2 System.Tuple`4<System.IO.TextReader,System.Char[],System.Int32,System.Int32>::get_Item2() */,
{ 942, 213, -1 } /* T3 System.Tuple`4<System.IO.TextReader,System.Char[],System.Int32,System.Int32>::get_Item3() */,
{ 943, 213, -1 } /* T4 System.Tuple`4<System.IO.TextReader,System.Char[],System.Int32,System.Int32>::get_Item4() */,
{ 917, 215, -1 } /* T1 System.Tuple`2<System.IO.TextWriter,System.Char>::get_Item1() */,
{ 918, 215, -1 } /* T2 System.Tuple`2<System.IO.TextWriter,System.Char>::get_Item2() */,
{ 917, 217, -1 } /* T1 System.Tuple`2<System.IO.TextWriter,System.String>::get_Item1() */,
{ 918, 217, -1 } /* T2 System.Tuple`2<System.IO.TextWriter,System.String>::get_Item2() */,
{ 940, 218, -1 } /* T1 System.Tuple`4<System.IO.TextWriter,System.Char[],System.Int32,System.Int32>::get_Item1() */,
{ 941, 218, -1 } /* T2 System.Tuple`4<System.IO.TextWriter,System.Char[],System.Int32,System.Int32>::get_Item2() */,
{ 942, 218, -1 } /* T3 System.Tuple`4<System.IO.TextWriter,System.Char[],System.Int32,System.Int32>::get_Item3() */,
{ 943, 218, -1 } /* T4 System.Tuple`4<System.IO.TextWriter,System.Char[],System.Int32,System.Int32>::get_Item4() */,
{ 10162, 48, -1 } /* System.Void System.Collections.Generic.List`1<System.LocalDataStore>::Add(T) */,
{ 10185, 48, -1 } /* System.Boolean System.Collections.Generic.List`1<System.LocalDataStore>::Remove(T) */,
{ 9949, 49, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.LocalDataStoreSlot>::Add(TKey,TValue) */,
{ 9906, -1, 49 } /* TValue System.Collections.Generic.CollectionExtensions::GetValueOrDefault<System.String,System.LocalDataStoreSlot>(System.Collections.Generic.IReadOnlyDictionary`2<TKey,TValue>,TKey) */,
{ 9966, 49, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.LocalDataStoreSlot>::Remove(TKey) */,
{ 10157, 48, -1 } /* T System.Collections.Generic.List`1<System.LocalDataStore>::get_Item(System.Int32) */,
{ 10151, 48, -1 } /* System.Int32 System.Collections.Generic.List`1<System.LocalDataStore>::get_Count() */,
{ 10146, 48, -1 } /* System.Void System.Collections.Generic.List`1<System.LocalDataStore>::.ctor() */,
{ 9939, 49, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.LocalDataStoreSlot>::.ctor() */,
{ 9940, 147, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,System.MonoCustomAttrs/AttributeInfo>::.ctor(System.Int32) */,
{ 9967, 147, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Type,System.MonoCustomAttrs/AttributeInfo>::TryGetValue(TKey,TValue&) */,
{ 9949, 147, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,System.MonoCustomAttrs/AttributeInfo>::Add(TKey,TValue) */,
{ 721, -1, 109 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Array::AsReadOnly<System.Reflection.CustomAttributeData>(T[]) */,
{ 9939, 143, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,System.AttributeUsageAttribute>::.ctor() */,
{ 9967, 143, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Type,System.AttributeUsageAttribute>::TryGetValue(TKey,TValue&) */,
{ 9948, 143, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,System.AttributeUsageAttribute>::set_Item(TKey,TValue) */,
{ 773, -1, 142 } /* System.Int32 System.Array::LastIndexOf<System.Delegate>(T[],T) */,
{ 722, -1, 9 } /* System.Void System.Array::Resize<System.Char>(T[]&,System.Int32) */,
{ 4630, -1, 173 } /* T[] System.Reflection.CustomAttributeData::UnboxValues<System.Reflection.CustomAttributeTypedArgument>(System.Object[]) */,
{ 721, -1, 173 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Array::AsReadOnly<System.Reflection.CustomAttributeTypedArgument>(T[]) */,
{ 4630, -1, 174 } /* T[] System.Reflection.CustomAttributeData::UnboxValues<System.Reflection.CustomAttributeNamedArgument>(System.Object[]) */,
{ 721, -1, 174 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Array::AsReadOnly<System.Reflection.CustomAttributeNamedArgument>(T[]) */,
{ 9816, 173, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10147, 171, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.Module>::.ctor(System.Int32) */,
{ 10162, 171, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.Module>::Add(T) */,
{ 10196, 171, -1 } /* T[] System.Collections.Generic.List`1<System.Reflection.Module>::ToArray() */,
{ 4422, -1, 858 } /* T System.Reflection.CustomAttributeExtensions::GetCustomAttribute<System.Resources.NeutralResourcesLanguageAttribute>(System.Reflection.Assembly) */,
{ 9939, 159, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceSet>::.ctor() */,
{ 9967, 164, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceLocator>::TryGetValue(TKey,TValue&) */,
{ 9941, 164, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9948, 164, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceLocator>::set_Item(TKey,TValue) */,
{ 9949, 164, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceLocator>::Add(TKey,TValue) */,
{ 9218, -1, 24 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask<System.Int32>(TResult) */,
{ 9218, -1, 47 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask<System.Boolean>(TResult) */,
{ 9208, 192, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) */,
{ 9211, 192, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::get_Task() */,
{ 9213, 192, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::SetResult(System.Threading.Tasks.Task`1<TResult>) */,
{ 9214, 192, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::SetException(System.Exception) */,
{ 9817, 44, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::get_Count() */,
{ 9818, 44, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::get_Item(System.Int32) */,
{ 866, -1, 1 } /* T[] System.Array::Empty<System.String>() */,
{ 10196, 298, -1 } /* T[] System.Collections.Generic.List`1<System.Runtime.Remoting.Contexts.IContextProperty>::ToArray() */,
{ 10177, 298, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Runtime.Remoting.Contexts.IContextProperty>::GetEnumerator() */,
{ 10203, 298, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Runtime.Remoting.Contexts.IContextProperty>::get_Current() */,
{ 10201, 298, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Runtime.Remoting.Contexts.IContextProperty>::MoveNext() */,
{ 10200, 298, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Runtime.Remoting.Contexts.IContextProperty>::Dispose() */,
{ 10146, 298, -1 } /* System.Void System.Collections.Generic.List`1<System.Runtime.Remoting.Contexts.IContextProperty>::.ctor() */,
{ 10162, 298, -1 } /* System.Void System.Collections.Generic.List`1<System.Runtime.Remoting.Contexts.IContextProperty>::Add(T) */,
{ 10151, 298, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Runtime.Remoting.Contexts.IContextProperty>::get_Count() */,
{ 10157, 298, -1 } /* T System.Collections.Generic.List`1<System.Runtime.Remoting.Contexts.IContextProperty>::get_Item(System.Int32) */,
{ 9851, 272, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Runtime.Serialization.MemberHolder,System.Reflection.MemberInfo[]>::.ctor() */,
{ 10146, 277, -1 } /* System.Void System.Collections.Generic.List`1<System.Runtime.Serialization.SerializationFieldInfo>::.ctor() */,
{ 10162, 277, -1 } /* System.Void System.Collections.Generic.List`1<System.Runtime.Serialization.SerializationFieldInfo>::Add(T) */,
{ 10151, 277, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Runtime.Serialization.SerializationFieldInfo>::get_Count() */,
{ 1025, 272, -1 } /* System.Void System.Func`2<System.Runtime.Serialization.MemberHolder,System.Reflection.MemberInfo[]>::.ctor(System.Object,System.IntPtr) */,
{ 9868, 272, -1 } /* TValue System.Collections.Concurrent.ConcurrentDictionary`2<System.Runtime.Serialization.MemberHolder,System.Reflection.MemberInfo[]>::GetOrAdd(TKey,System.Func`2<TKey,TValue>) */,
{ 9967, 289, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Type,System.Runtime.Serialization.Formatters.Binary.TypeInformation>::TryGetValue(TKey,TValue&) */,
{ 9949, 289, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,System.Runtime.Serialization.Formatters.Binary.TypeInformation>::Add(TKey,TValue) */,
{ 9939, 289, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Type,System.Runtime.Serialization.Formatters.Binary.TypeInformation>::.ctor() */,
{ 9855, 138, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.String,System.Object>::TryGetValue(TKey,TValue&) */,
{ 9864, 138, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.String,System.Object>::set_Item(TKey,TValue) */,
{ 9851, 138, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.String,System.Object>::.ctor() */,
{ 1025, 133, -1 } /* System.Void System.Func`2<System.Reflection.AssemblyName,System.Reflection.Assembly>::.ctor(System.Object,System.IntPtr) */,
{ 1033, 134, -1 } /* System.Void System.Func`4<System.Reflection.Assembly,System.String,System.Boolean,System.Type>::.ctor(System.Object,System.IntPtr) */,
{ 10147, 10, -1 } /* System.Void System.Collections.Generic.List`1<System.Type>::.ctor(System.Int32) */,
{ 10157, 10, -1 } /* T System.Collections.Generic.List`1<System.Type>::get_Item(System.Int32) */,
{ 1875, 280, -1 } /* System.Void System.EventHandler`1<System.Runtime.Serialization.SafeSerializationEventArgs>::Invoke(System.Object,TEventArgs) */,
{ 10146, 98, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::.ctor() */,
{ 10162, 98, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::Add(T) */,
{ 10190, 98, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::Reverse() */,
{ 10151, 98, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Reflection.MethodInfo>::get_Count() */,
{ 10177, 98, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Reflection.MethodInfo>::GetEnumerator() */,
{ 10203, 98, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Reflection.MethodInfo>::get_Current() */,
{ 10201, 98, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Reflection.MethodInfo>::MoveNext() */,
{ 10200, 98, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Reflection.MethodInfo>::Dispose() */,
{ 9939, 281, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Int32>::.ctor() */,
{ 9954, 281, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Int32>::ContainsKey(TKey) */,
{ 9949, 281, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Int32>::Add(TKey,TValue) */,
{ 9967, 281, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Int32>::TryGetValue(TKey,TValue&) */,
{ 2502, 98, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::.ctor(System.Int32) */,
{ 2507, 98, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::Add(T) */,
{ 2502, 101, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::.ctor(System.Int32) */,
{ 2507, 101, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::Add(T) */,
{ 2502, 81, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::.ctor(System.Int32) */,
{ 2507, 81, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::Add(T) */,
{ 2502, 105, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo>::.ctor(System.Int32) */,
{ 2507, 105, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo>::Add(T) */,
{ 2502, 56, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo>::.ctor(System.Int32) */,
{ 2507, 56, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo>::Add(T) */,
{ 2502, 10, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Type>::.ctor(System.Int32) */,
{ 2507, 10, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Type>::Add(T) */,
{ 2504, 98, -1 } /* T[] System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::ToArray() */,
{ 2504, 101, -1 } /* T[] System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::ToArray() */,
{ 2504, 56, -1 } /* T[] System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo>::ToArray() */,
{ 2506, 98, -1 } /* System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::get_Count() */,
{ 2503, 98, -1 } /* T System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::get_Item(System.Int32) */,
{ 2506, 101, -1 } /* System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::get_Count() */,
{ 2503, 101, -1 } /* T System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::get_Item(System.Int32) */,
{ 2506, 81, -1 } /* System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::get_Count() */,
{ 2503, 81, -1 } /* T System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::get_Item(System.Int32) */,
{ 2504, 81, -1 } /* T[] System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::ToArray() */,
{ 2504, 105, -1 } /* T[] System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo>::ToArray() */,
{ 2506, 105, -1 } /* System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo>::get_Count() */,
{ 2506, 56, -1 } /* System.Int32 System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo>::get_Count() */,
{ 2504, 10, -1 } /* T[] System.RuntimeType/ListBuilder`1<System.Type>::ToArray() */,
{ 2506, 10, -1 } /* System.Int32 System.RuntimeType/ListBuilder`1<System.Type>::get_Count() */,
{ 2505, 98, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.MethodInfo>::CopyTo(System.Object[],System.Int32) */,
{ 2505, 101, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.ConstructorInfo>::CopyTo(System.Object[],System.Int32) */,
{ 2505, 81, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.PropertyInfo>::CopyTo(System.Object[],System.Int32) */,
{ 2505, 105, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.EventInfo>::CopyTo(System.Object[],System.Int32) */,
{ 2505, 56, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Reflection.FieldInfo>::CopyTo(System.Object[],System.Int32) */,
{ 2505, 10, -1 } /* System.Void System.RuntimeType/ListBuilder`1<System.Type>::CopyTo(System.Object[],System.Int32) */,
{ 760, -1, 84 } /* System.Int32 System.Array::BinarySearch<System.UInt64>(T[],T) */,
{ 767, -1, 1 } /* System.Int32 System.Array::IndexOf<System.String>(T[],T) */,
{ 10147, 98, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::.ctor(System.Int32) */,
{ 10169, 98, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.MethodInfo>::CopyTo(T[]) */,
{ 10147, 64, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.MethodBase>::.ctor(System.Int32) */,
{ 10162, 64, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.MethodBase>::Add(T) */,
{ 10151, 64, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Reflection.MethodBase>::get_Count() */,
{ 10169, 64, -1 } /* System.Void System.Collections.Generic.List`1<System.Reflection.MethodBase>::CopyTo(T[]) */,
{ 9206, 24, -1 } /* System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Create() */,
{ 9207, 24, 859 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Start<System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&) */,
{ 9211, 24, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::get_Task() */,
{ 9198, -1, 860 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37>(TStateMachine&) */,
{ 9209, 24, 861 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitOnCompleted<System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable,System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&,!!1&) */,
{ 9210, 24, 862 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&,!!1&) */,
{ 6834, 24, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<System.Int32>::ConfigureAwait(System.Boolean) */,
{ 9272, 24, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Int32>::GetAwaiter() */,
{ 9274, 24, -1 } /* System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>::get_IsCompleted() */,
{ 9210, 24, 863 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>,System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&,!!1&) */,
{ 9277, 24, -1 } /* TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>::GetResult() */,
{ 9214, 24, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetException(System.Exception) */,
{ 9212, 24, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetResult(TResult) */,
{ 9208, 24, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) */,
{ 9200, -1, 864 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitOnCompleted<System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable,System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37>(TAwaiter&,TStateMachine&) */,
{ 9201, -1, 865 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37>(TAwaiter&,TStateMachine&) */,
{ 6400, 247, -1 } /* System.Threading.SparselyPopulatedArrayFragment`1<T> System.Threading.SparselyPopulatedArrayAddInfo`1<System.Threading.CancellationCallbackInfo>::get_Source() */,
{ 6401, 247, -1 } /* System.Int32 System.Threading.SparselyPopulatedArrayAddInfo`1<System.Threading.CancellationCallbackInfo>::get_Index() */,
{ 6407, 247, -1 } /* T System.Threading.SparselyPopulatedArrayFragment`1<System.Threading.CancellationCallbackInfo>::SafeAtomicRemove(System.Int32,T) */,
{ 6396, 247, -1 } /* System.Void System.Threading.SparselyPopulatedArray`1<System.Threading.CancellationCallbackInfo>::.ctor(System.Int32) */,
{ 6398, 247, -1 } /* System.Threading.SparselyPopulatedArrayAddInfo`1<T> System.Threading.SparselyPopulatedArray`1<System.Threading.CancellationCallbackInfo>::Add(T) */,
{ 6397, 247, -1 } /* System.Threading.SparselyPopulatedArrayFragment`1<T> System.Threading.SparselyPopulatedArray`1<System.Threading.CancellationCallbackInfo>::get_Tail() */,
{ 6405, 247, -1 } /* System.Int32 System.Threading.SparselyPopulatedArrayFragment`1<System.Threading.CancellationCallbackInfo>::get_Length() */,
{ 6404, 247, -1 } /* T System.Threading.SparselyPopulatedArrayFragment`1<System.Threading.CancellationCallbackInfo>::get_Item(System.Int32) */,
{ 6406, 247, -1 } /* System.Threading.SparselyPopulatedArrayFragment`1<T> System.Threading.SparselyPopulatedArrayFragment`1<System.Threading.CancellationCallbackInfo>::get_Prev() */,
{ 10177, 257, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Threading.IAsyncLocal>::GetEnumerator() */,
{ 10203, 257, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Threading.IAsyncLocal>::get_Current() */,
{ 9967, 255, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Threading.IAsyncLocal,System.Object>::TryGetValue(TKey,TValue&) */,
{ 10201, 257, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Threading.IAsyncLocal>::MoveNext() */,
{ 10200, 257, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Threading.IAsyncLocal>::Dispose() */,
{ 6833, 47, -1 } /* System.Runtime.CompilerServices.TaskAwaiter`1<TResult> System.Threading.Tasks.Task`1<System.Boolean>::GetAwaiter() */,
{ 9263, 47, -1 } /* TResult System.Runtime.CompilerServices.TaskAwaiter`1<System.Boolean>::GetResult() */,
{ 6984, -1, 47 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromCancellation<System.Boolean>(System.Threading.CancellationToken) */,
{ 9206, 47, -1 } /* System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Create() */,
{ 9207, 47, 866 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<System.Threading.SemaphoreSlim/<WaitUntilCountOrTimeoutAsync>d__31>(!!0&) */,
{ 9211, 47, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::get_Task() */,
{ 6815, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::.ctor(System.Boolean,TResult,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) */,
{ 6834, 186, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>::ConfigureAwait(System.Boolean) */,
{ 9272, 186, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Threading.Tasks.Task>::GetAwaiter() */,
{ 9274, 186, -1 } /* System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.Task>::get_IsCompleted() */,
{ 9210, 47, 867 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.Task>,System.Threading.SemaphoreSlim/<WaitUntilCountOrTimeoutAsync>d__31>(!!0&,!!1&) */,
{ 9277, 186, -1 } /* TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.Task>::GetResult() */,
{ 6834, 47, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<System.Boolean>::ConfigureAwait(System.Boolean) */,
{ 9272, 47, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Boolean>::GetAwaiter() */,
{ 9274, 47, -1 } /* System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>::get_IsCompleted() */,
{ 9210, 47, 868 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>,System.Threading.SemaphoreSlim/<WaitUntilCountOrTimeoutAsync>d__31>(!!0&,!!1&) */,
{ 9277, 47, -1 } /* TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>::GetResult() */,
{ 9214, 47, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::SetException(System.Exception) */,
{ 9212, 47, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::SetResult(TResult) */,
{ 9208, 47, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) */,
{ 6812, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::.ctor() */,
{ 6823, 47, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Boolean>::TrySetResult(TResult) */,
{ 3444, 24, -1 } /* System.Void System.Nullable`1<System.Int32>::.ctor(T) */,
{ 1006, 186, -1 } /* System.Void System.Action`1<System.Threading.Tasks.Task>::Invoke(T) */,
{ 1014, 204, -1 } /* System.Void System.Action`2<System.Threading.Tasks.Task,System.Object>::Invoke(T1,T2) */,
{ 9948, 265, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task>::set_Item(TKey,TValue) */,
{ 9966, 265, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task>::Remove(TKey) */,
{ 931, 269, -1 } /* System.Void System.Tuple`3<System.Threading.Tasks.Task,System.Threading.Tasks.Task,System.Threading.Tasks.TaskContinuation>::.ctor(T1,T2,T3) */,
{ 6861, 246, -1 } /* System.Void System.Threading.Tasks.Shared`1<System.Threading.CancellationTokenRegistration>::.ctor(T) */,
{ 928, 269, -1 } /* T1 System.Tuple`3<System.Threading.Tasks.Task,System.Threading.Tasks.Task,System.Threading.Tasks.TaskContinuation>::get_Item1() */,
{ 929, 269, -1 } /* T2 System.Tuple`3<System.Threading.Tasks.Task,System.Threading.Tasks.Task,System.Threading.Tasks.TaskContinuation>::get_Item2() */,
{ 930, 269, -1 } /* T3 System.Tuple`3<System.Threading.Tasks.Task,System.Threading.Tasks.Task,System.Threading.Tasks.TaskContinuation>::get_Item3() */,
{ 6408, -1, 268 } /* T System.Threading.LazyInitializer::EnsureInitialized<System.Threading.Tasks.Task/ContingentProperties>(T&,System.Func`1<T>) */,
{ 9816, 44, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10187, 186, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Threading.Tasks.Task>::RemoveAll(System.Predicate`1<T>) */,
{ 10146, 186, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.Tasks.Task>::.ctor() */,
{ 10162, 186, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.Tasks.Task>::Add(T) */,
{ 10177, 186, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Threading.Tasks.Task>::GetEnumerator() */,
{ 10203, 186, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Threading.Tasks.Task>::get_Current() */,
{ 10201, 186, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Threading.Tasks.Task>::MoveNext() */,
{ 10200, 186, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Threading.Tasks.Task>::Dispose() */,
{ 6982, -1, 192 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromException<System.Threading.Tasks.VoidTaskResult>(System.Exception) */,
{ 9939, 265, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task>::.ctor() */,
{ 1021, 268, -1 } /* System.Void System.Func`1<System.Threading.Tasks.Task/ContingentProperties>::.ctor(System.Object,System.IntPtr) */,
{ 1049, 186, -1 } /* System.Void System.Predicate`1<System.Threading.Tasks.Task>::.ctor(System.Object,System.IntPtr) */,
{ 6812, 192, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::.ctor() */,
{ 6829, 192, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::TrySetCanceled(System.Threading.CancellationToken) */,
{ 6823, 192, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::TrySetResult(TResult) */,
{ 10177, 44, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::GetEnumerator() */,
{ 10203, 44, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::get_Current() */,
{ 9821, 42, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception>::GetEnumerator() */,
{ 10201, 44, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::MoveNext() */,
{ 10200, 44, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::Dispose() */,
{ 10147, 44, -1 } /* System.Void System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::.ctor(System.Int32) */,
{ 10162, 44, -1 } /* System.Void System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::Add(T) */,
{ 10164, 44, -1 } /* System.Void System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10157, 44, -1 } /* T System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::get_Item(System.Int32) */,
{ 10151, 44, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::get_Count() */,
{ 6812, 186, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>::.ctor() */,
{ 6823, 186, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>::TrySetResult(TResult) */,
{ 9306, 270, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Threading.Tasks.TaskScheduler,System.Object>::.ctor() */,
{ 9311, 270, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Threading.Tasks.TaskScheduler,System.Object>::Add(TKey,TValue) */,
{ 1875, 271, -1 } /* System.Void System.EventHandler`1<System.Threading.Tasks.UnobservedTaskExceptionEventArgs>::Invoke(System.Object,TEventArgs) */,
{ 6665, 260, -1 } /* T[] System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Threading.ThreadPoolWorkQueue/WorkStealingQueue>::get_Current() */,
{ 6664, 260, -1 } /* System.Void System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Threading.ThreadPoolWorkQueue/WorkStealingQueue>::.ctor(System.Int32) */,
{ 6666, 260, -1 } /* System.Int32 System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Threading.ThreadPoolWorkQueue/WorkStealingQueue>::Add(T) */,
{ 6667, 260, -1 } /* System.Void System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Threading.ThreadPoolWorkQueue/WorkStealingQueue>::Remove(T) */,
{ 10147, 262, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.Timer>::.ctor(System.Int32) */,
{ 10162, 262, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.Timer>::Add(T) */,
{ 10151, 262, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Threading.Timer>::get_Count() */,
{ 10157, 262, -1 } /* T System.Collections.Generic.List`1<System.Threading.Timer>::get_Item(System.Int32) */,
{ 10166, 262, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.Timer>::Clear() */,
{ 10149, 262, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Threading.Timer>::get_Capacity() */,
{ 10150, 262, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.Timer>::set_Capacity(System.Int32) */,
{ 10146, 118, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeZoneInfo/AdjustmentRule>::.ctor() */,
{ 10162, 118, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeZoneInfo/AdjustmentRule>::Add(T) */,
{ 10151, 118, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeZoneInfo/AdjustmentRule>::get_Count() */,
{ 10164, 118, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeZoneInfo/AdjustmentRule>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 1041, 118, -1 } /* System.Void System.Comparison`1<System.TimeZoneInfo/AdjustmentRule>::.ctor(System.Object,System.IntPtr) */,
{ 10195, 118, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeZoneInfo/AdjustmentRule>::Sort(System.Comparison`1<T>) */,
{ 10196, 118, -1 } /* T[] System.Collections.Generic.List`1<System.TimeZoneInfo/AdjustmentRule>::ToArray() */,
{ 9821, 113, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeZoneInfo>::GetEnumerator() */,
{ 10146, 113, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeZoneInfo>::.ctor() */,
{ 10162, 113, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeZoneInfo>::Add(T) */,
{ 10151, 113, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeZoneInfo>::get_Count() */,
{ 10164, 113, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeZoneInfo>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 9816, 113, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeZoneInfo>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10185, 118, -1 } /* System.Boolean System.Collections.Generic.List`1<System.TimeZoneInfo/AdjustmentRule>::Remove(T) */,
{ 9944, 128, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int32,System.TimeType>::get_Count() */,
{ 9947, 128, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Int32,System.TimeType>::get_Item(TKey) */,
{ 10157, 114, -1 } /* T System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>>::get_Item(System.Int32) */,
{ 9910, 115, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>::get_Key() */,
{ 9911, 115, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>::get_Value() */,
{ 10151, 114, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>>::get_Count() */,
{ 9939, 122, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.String>::.ctor() */,
{ 9949, 122, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.String>::Add(TKey,TValue) */,
{ 9940, 128, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.TimeType>::.ctor(System.Int32) */,
{ 9947, 122, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Int32,System.String>::get_Item(TKey) */,
{ 9949, 128, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.TimeType>::Add(TKey,TValue) */,
{ 10147, 114, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>>::.ctor(System.Int32) */,
{ 9909, 115, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>::.ctor(TKey,TValue) */,
{ 10162, 114, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>>::Add(T) */,
{ 10177, 155, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.TypeIdentifier>::GetEnumerator() */,
{ 10203, 155, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.TypeIdentifier>::get_Current() */,
{ 10201, 155, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.TypeIdentifier>::MoveNext() */,
{ 10200, 155, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.TypeIdentifier>::Dispose() */,
{ 10157, 157, -1 } /* T System.Collections.Generic.List`1<System.TypeSpec>::get_Item(System.Int32) */,
{ 10151, 157, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TypeSpec>::get_Count() */,
{ 10177, 154, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.ModifierSpec>::GetEnumerator() */,
{ 10203, 154, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.ModifierSpec>::get_Current() */,
{ 10201, 154, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.ModifierSpec>::MoveNext() */,
{ 10200, 154, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.ModifierSpec>::Dispose() */,
{ 1026, 133, -1 } /* TResult System.Func`2<System.Reflection.AssemblyName,System.Reflection.Assembly>::Invoke(T) */,
{ 1034, 134, -1 } /* TResult System.Func`4<System.Reflection.Assembly,System.String,System.Boolean,System.Type>::Invoke(T1,T2,T3) */,
{ 10146, 155, -1 } /* System.Void System.Collections.Generic.List`1<System.TypeIdentifier>::.ctor() */,
{ 10162, 155, -1 } /* System.Void System.Collections.Generic.List`1<System.TypeIdentifier>::Add(T) */,
{ 10146, 154, -1 } /* System.Void System.Collections.Generic.List`1<System.ModifierSpec>::.ctor() */,
{ 10162, 154, -1 } /* System.Void System.Collections.Generic.List`1<System.ModifierSpec>::Add(T) */,
{ 10146, 157, -1 } /* System.Void System.Collections.Generic.List`1<System.TypeSpec>::.ctor() */,
{ 10162, 157, -1 } /* System.Void System.Collections.Generic.List`1<System.TypeSpec>::Add(T) */,
{ 10146, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::.ctor() */,
{ 10162, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Add(T) */,
{ 10196, 24, -1 } /* T[] System.Collections.Generic.List`1<System.Int32>::ToArray() */,
{ 9946, 337, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.Xml.DtdParser/UndeclaredNotation>::get_Values() */,
{ 10008, 337, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.Xml.DtdParser/UndeclaredNotation>::GetEnumerator() */,
{ 10024, 337, -1 } /* !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,System.Xml.DtdParser/UndeclaredNotation>::get_Current() */,
{ 10023, 337, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,System.Xml.DtdParser/UndeclaredNotation>::MoveNext() */,
{ 10022, 337, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,System.Xml.DtdParser/UndeclaredNotation>::Dispose() */,
{ 9967, 323, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::TryGetValue(!0,!1&) */,
{ 9949, 323, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::Add(!0,!1) */,
{ 9954, 328, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Xml.Schema.SchemaNotation>::ContainsKey(!0) */,
{ 9966, 323, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::Remove(!0) */,
{ 15582, 341, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame>::.ctor() */,
{ 15591, 341, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame>::Push(!0) */,
{ 15590, 341, -1 } /* !0 System.Collections.Generic.Stack`1<System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame>::Pop() */,
{ 15583, 341, -1 } /* System.Int32 System.Collections.Generic.Stack`1<System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame>::get_Count() */,
{ 15589, 341, -1 } /* !0 System.Collections.Generic.Stack`1<System.Xml.DtdParser/ParseElementOnlyContent_LocalFrame>::Peek() */,
{ 9954, 332, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>::ContainsKey(!0) */,
{ 9949, 332, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>::Add(!0,!1) */,
{ 9966, 337, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Xml.DtdParser/UndeclaredNotation>::Remove(!0) */,
{ 9949, 328, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Xml.Schema.SchemaNotation>::Add(!0,!1) */,
{ 9939, 337, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Xml.DtdParser/UndeclaredNotation>::.ctor() */,
{ 9967, 337, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Xml.DtdParser/UndeclaredNotation>::TryGetValue(!0,!1&) */,
{ 9949, 337, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Xml.DtdParser/UndeclaredNotation>::Add(!0,!1) */,
{ 9967, 332, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>::TryGetValue(!0,!1&) */,
{ 15582, 356, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Xml.Schema.InteriorNode>::.ctor() */,
{ 15591, 356, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Xml.Schema.InteriorNode>::Push(!0) */,
{ 15583, 356, -1 } /* System.Int32 System.Collections.Generic.Stack`1<System.Xml.Schema.InteriorNode>::get_Count() */,
{ 15590, 356, -1 } /* !0 System.Collections.Generic.Stack`1<System.Xml.Schema.InteriorNode>::Pop() */,
{ 9939, 317, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef>::.ctor() */,
{ 9939, 375, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName>::.ctor() */,
{ 9967, 317, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef>::TryGetValue(!0,!1&) */,
{ 9949, 317, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef>::Add(!0,!1) */,
{ 10146, 302, -1 } /* System.Void System.Collections.Generic.List`1<System.Xml.IDtdDefaultAttributeInfo>::.ctor() */,
{ 10162, 302, -1 } /* System.Void System.Collections.Generic.List`1<System.Xml.IDtdDefaultAttributeInfo>::Add(!0) */,
{ 9939, 323, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::.ctor() */,
{ 9939, 378, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Boolean>::.ctor() */,
{ 9939, 332, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>::.ctor() */,
{ 9939, 328, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Xml.Schema.SchemaNotation>::.ctor() */,
{ 9946, 323, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::get_Values() */,
{ 10008, 323, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::GetEnumerator() */,
{ 10024, 323, -1 } /* !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::get_Current() */,
{ 10023, 323, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::MoveNext() */,
{ 10022, 323, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::Dispose() */,
{ 15582, 358, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::.ctor() */,
{ 15591, 358, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::Push(!0) */,
{ 15583, 358, -1 } /* System.Int32 System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::get_Count() */,
{ 15590, 358, -1 } /* !0 System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::Pop() */,
{ 12777, -1, 47 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Boolean>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 12777, -1, 8 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Byte>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 12777, -1, 368 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Byte[]>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 12777, -1, 61 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.DateTime>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 12777, -1, 62 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.DateTimeOffset>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 12777, -1, 63 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Decimal>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 12777, -1, 83 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Double>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 12777, -1, 97 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Int16>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 12777, -1, 24 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Int32>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 12777, -1, 30 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Int64>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 12777, -1, 110 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.SByte>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 12777, -1, 111 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Single>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 12777, -1, 1 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.String>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 12777, -1, 112 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.TimeSpan>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 12777, -1, 136 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.UInt16>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 12777, -1, 35 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.UInt32>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 12777, -1, 84 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.UInt64>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 12777, -1, 374 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Uri>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 12777, -1, 366 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Xml.Schema.XmlAtomicValue>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 12777, -1, 319 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Xml.XmlQualifiedName>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 12777, -1, 367 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Xml.XPath.XPathItem>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 12777, -1, 383 } /* T[] System.Xml.Schema.XmlListConverter::ToArray<System.Xml.XPath.XPathNavigator>(System.Object,System.Xml.IXmlNamespaceResolver) */,
{ 9954, 351, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::ContainsKey(!0) */,
{ 9947, 351, -1 } /* !1 System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::get_Item(!0) */,
{ 9957, 317, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef>::GetEnumerator() */,
{ 1021, 342, -1 } /* System.Void System.Func`1<System.IO.Stream>::.ctor(System.Object,System.IntPtr) */,
{ 6987, -1, 342 } /* System.Threading.Tasks.Task`1<!!0> System.Threading.Tasks.Task::Run<System.IO.Stream>(System.Func`1<!!0>) */,
{ 9206, 342, -1 } /* System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<!0> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.IO.Stream>::Create() */,
{ 9207, 342, 869 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.IO.Stream>::Start<System.Xml.XmlDownloadManager/<GetNonFileStreamAsync>d__5>(!!0&) */,
{ 9211, 342, -1 } /* System.Threading.Tasks.Task`1<!0> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.IO.Stream>::get_Task() */,
{ 6831, 346, -1 } /* System.Threading.Tasks.TaskFactory`1<!0> System.Threading.Tasks.Task`1<System.Net.WebResponse>::get_Factory() */,
{ 1029, 184, -1 } /* System.Void System.Func`3<System.AsyncCallback,System.Object,System.IAsyncResult>::.ctor(System.Object,System.IntPtr) */,
{ 1025, 347, -1 } /* System.Void System.Func`2<System.IAsyncResult,System.Net.WebResponse>::.ctor(System.Object,System.IntPtr) */,
{ 6850, 346, -1 } /* System.Threading.Tasks.Task`1<!0> System.Threading.Tasks.TaskFactory`1<System.Net.WebResponse>::FromAsync(System.Func`3<System.AsyncCallback,System.Object,System.IAsyncResult>,System.Func`2<System.IAsyncResult,!0>,System.Object) */,
{ 6834, 346, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<!0> System.Threading.Tasks.Task`1<System.Net.WebResponse>::ConfigureAwait(System.Boolean) */,
{ 9272, 346, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<!0> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Net.WebResponse>::GetAwaiter() */,
{ 9274, 346, -1 } /* System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Net.WebResponse>::get_IsCompleted() */,
{ 9210, 342, 870 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.IO.Stream>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Net.WebResponse>,System.Xml.XmlDownloadManager/<GetNonFileStreamAsync>d__5>(!!0&,!!1&) */,
{ 9277, 346, -1 } /* !0 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Net.WebResponse>::GetResult() */,
{ 9214, 342, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.IO.Stream>::SetException(System.Exception) */,
{ 9212, 342, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.IO.Stream>::SetResult(!0) */,
{ 9208, 342, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.IO.Stream>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) */,
{ 9946, 328, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.Xml.Schema.SchemaNotation>::get_Values() */,
{ 10008, 328, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.Xml.Schema.SchemaNotation>::GetEnumerator() */,
{ 10024, 328, -1 } /* !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,System.Xml.Schema.SchemaNotation>::get_Current() */,
{ 10023, 328, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,System.Xml.Schema.SchemaNotation>::MoveNext() */,
{ 10022, 328, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,System.Xml.Schema.SchemaNotation>::Dispose() */,
{ 9946, 332, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>::get_Values() */,
{ 10008, 332, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>::GetEnumerator() */,
{ 10024, 332, -1 } /* !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>::get_Current() */,
{ 10023, 332, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>::MoveNext() */,
{ 10022, 332, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>::Dispose() */,
{ 9957, 323, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl>::GetEnumerator() */,
{ 9948, 281, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Int32>::set_Item(!0,!1) */,
{ 9940, 281, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Int32>::.ctor(System.Int32) */,
{ 9940, 20, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::.ctor(System.Int32) */,
{ 9945, 20, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.String>::get_Keys() */,
{ 9988, 20, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.String>::GetEnumerator() */,
{ 944, 311, -1 } /* System.Void System.Tuple`4<System.Int32,System.Int32,System.Int32,System.Boolean>::.ctor(!0,!1,!2,!3) */,
{ 6980, -1, 310 } /* System.Threading.Tasks.Task`1<!!0> System.Threading.Tasks.Task::FromResult<System.Tuple`4<System.Int32,System.Int32,System.Int32,System.Boolean>>(!!0) */,
{ 793, -1, 305 } /* System.Void System.Array::Sort<System.Xml.XmlTextReaderImpl/NodeData>(!!0[],System.Int32,System.Int32) */,
{ 9954, 306, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Xml.IDtdEntityInfo,System.Xml.IDtdEntityInfo>::ContainsKey(!0) */,
{ 9939, 306, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Xml.IDtdEntityInfo,System.Xml.IDtdEntityInfo>::.ctor() */,
{ 9949, 306, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Xml.IDtdEntityInfo,System.Xml.IDtdEntityInfo>::Add(!0,!1) */,
{ 9966, 306, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Xml.IDtdEntityInfo,System.Xml.IDtdEntityInfo>::Remove(!0) */,
{ 9207, 0, 871 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Start<System.Xml.XmlUrlResolver/<GetEntityAsync>d__15>(!!0&) */,
{ 6834, 342, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<!0> System.Threading.Tasks.Task`1<System.IO.Stream>::ConfigureAwait(System.Boolean) */,
{ 9272, 342, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<!0> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.IO.Stream>::GetAwaiter() */,
{ 9274, 342, -1 } /* System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.IO.Stream>::get_IsCompleted() */,
{ 9210, 0, 872 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.IO.Stream>,System.Xml.XmlUrlResolver/<GetEntityAsync>d__15>(!!0&,!!1&) */,
{ 9277, 342, -1 } /* !0 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.IO.Stream>::GetResult() */,
{ 9315, 419, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<System.Net.HttpWebRequest,Mono.Http.NtlmSession>::.ctor(System.Object,System.IntPtr) */,
{ 9314, 419, -1 } /* !1 System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Net.HttpWebRequest,Mono.Http.NtlmSession>::GetValue(!0,System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<!0,!1>) */,
{ 9306, 419, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Net.HttpWebRequest,Mono.Http.NtlmSession>::.ctor() */,
{ 15561, 394, -1 } /* System.Int32 System.Collections.Generic.Queue`1<Mono.Net.CFNetwork/GetProxyData>::get_Count() */,
{ 15568, 394, -1 } /* T System.Collections.Generic.Queue`1<Mono.Net.CFNetwork/GetProxyData>::Dequeue() */,
{ 15560, 394, -1 } /* System.Void System.Collections.Generic.Queue`1<Mono.Net.CFNetwork/GetProxyData>::.ctor() */,
{ 15565, 394, -1 } /* System.Void System.Collections.Generic.Queue`1<Mono.Net.CFNetwork/GetProxyData>::Enqueue(T) */,
{ 9206, 396, -1 } /* System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<!0> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Mono.Net.Security.AsyncProtocolResult>::Create() */,
{ 9207, 396, 873 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Mono.Net.Security.AsyncProtocolResult>::Start<Mono.Net.Security.AsyncProtocolRequest/<StartOperation>d__23>(!!0&) */,
{ 9211, 396, -1 } /* System.Threading.Tasks.Task`1<!0> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Mono.Net.Security.AsyncProtocolResult>::get_Task() */,
{ 9198, -1, 874 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Mono.Net.Security.AsyncProtocolRequest/<ProcessOperation>d__24>(!!0&) */,
{ 9206, 400, -1 } /* System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<!0> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::Create() */,
{ 9207, 400, 875 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::Start<Mono.Net.Security.AsyncProtocolRequest/<InnerRead>d__25>(!!0&) */,
{ 9211, 400, -1 } /* System.Threading.Tasks.Task`1<!0> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::get_Task() */,
{ 9210, 400, 876 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>,Mono.Net.Security.AsyncProtocolRequest/<InnerRead>d__25>(!!0&,!!1&) */,
{ 3450, 24, -1 } /* !0 System.Nullable`1<System.Int32>::GetValueOrDefault() */,
{ 9214, 400, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::SetException(System.Exception) */,
{ 9212, 400, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::SetResult(!0) */,
{ 9208, 400, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) */,
{ 6834, 400, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<!0> System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::ConfigureAwait(System.Boolean) */,
{ 9272, 400, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<!0> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Nullable`1<System.Int32>>::GetAwaiter() */,
{ 9274, 400, -1 } /* System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Nullable`1<System.Int32>>::get_IsCompleted() */,
{ 9201, -1, 877 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Nullable`1<System.Int32>>,Mono.Net.Security.AsyncProtocolRequest/<ProcessOperation>d__24>(!!0&,!!1&) */,
{ 9277, 400, -1 } /* !0 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Nullable`1<System.Int32>>::GetResult() */,
{ 9201, -1, 878 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,Mono.Net.Security.AsyncProtocolRequest/<ProcessOperation>d__24>(!!0&,!!1&) */,
{ 9210, 396, 879 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Mono.Net.Security.AsyncProtocolResult>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,Mono.Net.Security.AsyncProtocolRequest/<StartOperation>d__23>(!!0&,!!1&) */,
{ 9214, 396, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Mono.Net.Security.AsyncProtocolResult>::SetException(System.Exception) */,
{ 9212, 396, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Mono.Net.Security.AsyncProtocolResult>::SetResult(!0) */,
{ 9208, 396, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Mono.Net.Security.AsyncProtocolResult>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) */,
{ 3450, 47, -1 } /* !0 System.Nullable`1<System.Boolean>::GetValueOrDefault() */,
{ 3444, 404, -1 } /* System.Void System.Nullable`1<Mono.Security.Interface.MonoSslPolicyErrors>::.ctor(!0) */,
{ 9198, -1, 880 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Mono.Net.Security.MobileAuthenticatedStream/<ProcessAuthentication>d__47>(!!0&) */,
{ 7110, -1, 24 } /* !!0 System.Threading.Tasks.TaskToApm::End<System.Int32>(System.IAsyncResult) */,
{ 9207, 24, 881 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Start<Mono.Net.Security.MobileAuthenticatedStream/<StartOperation>d__58>(!!0&) */,
{ 709, 388, -1 } /* System.Void System.ValueTuple`2<System.Int32,System.Boolean>::.ctor(!0,!1) */,
{ 9207, 24, 882 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Start<Mono.Net.Security.MobileAuthenticatedStream/<InnerRead>d__66>(!!0&) */,
{ 9198, -1, 883 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Mono.Net.Security.MobileAuthenticatedStream/<InnerWrite>d__67>(!!0&) */,
{ 1021, 24, -1 } /* System.Void System.Func`1<System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 6987, -1, 24 } /* System.Threading.Tasks.Task`1<!!0> System.Threading.Tasks.Task::Run<System.Int32>(System.Func`1<!!0>) */,
{ 9210, 24, 884 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>,Mono.Net.Security.MobileAuthenticatedStream/<InnerRead>d__66>(!!0&,!!1&) */,
{ 9201, -1, 885 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,Mono.Net.Security.MobileAuthenticatedStream/<InnerWrite>d__67>(!!0&,!!1&) */,
{ 6834, 396, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<!0> System.Threading.Tasks.Task`1<Mono.Net.Security.AsyncProtocolResult>::ConfigureAwait(System.Boolean) */,
{ 9272, 396, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<!0> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<Mono.Net.Security.AsyncProtocolResult>::GetAwaiter() */,
{ 9274, 396, -1 } /* System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<Mono.Net.Security.AsyncProtocolResult>::get_IsCompleted() */,
{ 9201, -1, 886 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<Mono.Net.Security.AsyncProtocolResult>,Mono.Net.Security.MobileAuthenticatedStream/<ProcessAuthentication>d__47>(!!0&,!!1&) */,
{ 9277, 396, -1 } /* !0 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<Mono.Net.Security.AsyncProtocolResult>::GetResult() */,
{ 9210, 24, 887 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<Mono.Net.Security.AsyncProtocolResult>,Mono.Net.Security.MobileAuthenticatedStream/<StartOperation>d__58>(!!0&,!!1&) */,
{ 9954, 413, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,Mono.Security.Interface.MonoTlsProvider>::ContainsKey(!0) */,
{ 9949, 413, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,Mono.Security.Interface.MonoTlsProvider>::Add(!0,!1) */,
{ 9967, 405, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Tuple`2<System.Guid,System.String>>::TryGetValue(!0,!1&) */,
{ 917, 406, -1 } /* !0 System.Tuple`2<System.Guid,System.String>::get_Item1() */,
{ 9967, 413, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,Mono.Security.Interface.MonoTlsProvider>::TryGetValue(!0,!1&) */,
{ 918, 406, -1 } /* !1 System.Tuple`2<System.Guid,System.String>::get_Item2() */,
{ 9939, 405, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Tuple`2<System.Guid,System.String>>::.ctor() */,
{ 9939, 413, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,Mono.Security.Interface.MonoTlsProvider>::.ctor() */,
{ 919, 406, -1 } /* System.Void System.Tuple`2<System.Guid,System.String>::.ctor(!0,!1) */,
{ 9949, 405, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Tuple`2<System.Guid,System.String>>::Add(!0,!1) */,
{ 9417, -1, 888 } /* !!0 System.Runtime.InteropServices.Marshal::PtrToStructure<Mono.Unity.UnityTls/unitytls_interface_struct>(System.IntPtr) */,
{ 9967, 122, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.String>::TryGetValue(!0,!1&) */,
{ 9910, 424, -1 } /* !0 System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::get_Key() */,
{ 9911, 424, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::get_Value() */,
{ 9909, 424, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::.ctor(!0,!1) */,
{ 760, -1, 1 } /* System.Int32 System.Array::BinarySearch<System.String>(!!0[],!!0) */,
{ 1025, 442, -1 } /* System.Void System.Func`2<System.Net.SimpleAsyncResult,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1006, 342, -1 } /* System.Void System.Action`1<System.IO.Stream>::Invoke(!0) */,
{ 10147, 443, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.MonoChunkStream/Chunk>::.ctor(System.Int32) */,
{ 10162, 443, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.MonoChunkStream/Chunk>::Add(!0) */,
{ 10177, 443, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Net.MonoChunkStream/Chunk>::GetEnumerator() */,
{ 10203, 443, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.Net.MonoChunkStream/Chunk>::get_Current() */,
{ 10201, 443, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Net.MonoChunkStream/Chunk>::MoveNext() */,
{ 10200, 443, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Net.MonoChunkStream/Chunk>::Dispose() */,
{ 10146, 434, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.IPAddress>::.ctor() */,
{ 10162, 434, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.IPAddress>::Add(!0) */,
{ 10151, 434, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Net.IPAddress>::get_Count() */,
{ 10177, 434, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Net.IPAddress>::GetEnumerator() */,
{ 10203, 434, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.Net.IPAddress>::get_Current() */,
{ 10201, 434, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Net.IPAddress>::MoveNext() */,
{ 10200, 434, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Net.IPAddress>::Dispose() */,
{ 767, -1, 8 } /* System.Int32 System.Array::IndexOf<System.Byte>(!!0[],!!0) */,
{ 9417, -1, 889 } /* !!0 System.Runtime.InteropServices.Marshal::PtrToStructure<System.Net.NetworkInformation.Win32_FIXED_INFO>(System.IntPtr) */,
{ 9967, 444, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::TryGetValue(!0,!1&) */,
{ 9939, 444, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::.ctor() */,
{ 9949, 444, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::Add(!0,!1) */,
{ 9944, 444, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::get_Count() */,
{ 9966, 444, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::Remove(!0) */,
{ 9946, 444, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::get_Values() */,
{ 10148, 446, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.WebConnectionGroup>::.ctor(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 10177, 446, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Net.WebConnectionGroup>::GetEnumerator() */,
{ 10203, 446, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.Net.WebConnectionGroup>::get_Current() */,
{ 10146, 446, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.WebConnectionGroup>::.ctor() */,
{ 10162, 446, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.WebConnectionGroup>::Add(!0) */,
{ 10201, 446, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Net.WebConnectionGroup>::MoveNext() */,
{ 10200, 446, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Net.WebConnectionGroup>::Dispose() */,
{ 9954, 444, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::ContainsKey(!0) */,
{ 1026, 442, -1 } /* !1 System.Func`2<System.Net.SimpleAsyncResult,System.Boolean>::Invoke(!0) */,
{ 9939, 457, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Threading.Thread,System.Diagnostics.StackTrace>::.ctor() */,
{ 10177, 454, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Threading.Thread>::GetEnumerator() */,
{ 10203, 454, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.Threading.Thread>::get_Current() */,
{ 9947, 457, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.Threading.Thread,System.Diagnostics.StackTrace>::get_Item(!0) */,
{ 10201, 454, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Threading.Thread>::MoveNext() */,
{ 10200, 454, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Threading.Thread>::Dispose() */,
{ 10151, 454, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Threading.Thread>::get_Count() */,
{ 10157, 454, -1 } /* !0 System.Collections.Generic.List`1<System.Threading.Thread>::get_Item(System.Int32) */,
{ 10146, 454, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.Thread>::.ctor() */,
{ 10162, 454, -1 } /* System.Void System.Collections.Generic.List`1<System.Threading.Thread>::Add(!0) */,
{ 9949, 457, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Threading.Thread,System.Diagnostics.StackTrace>::Add(!0,!1) */,
{ 10185, 454, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Threading.Thread>::Remove(!0) */,
{ 10180, 454, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Threading.Thread>::IndexOf(!0) */,
{ 9966, 457, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Threading.Thread,System.Diagnostics.StackTrace>::Remove(!0) */,
{ 1090, 8, -1 } /* System.Int32 System.ArraySegment`1<System.Byte>::get_Offset() */,
{ 1091, 8, -1 } /* System.Int32 System.ArraySegment`1<System.Byte>::get_Count() */,
{ 1089, 8, -1 } /* !0[] System.ArraySegment`1<System.Byte>::get_Array() */,
{ 9429, -1, 8 } /* System.IntPtr System.Runtime.InteropServices.Marshal::UnsafeAddrOfPinnedArrayElement<System.Byte>(!!0[],System.Int32) */,
{ 1005, 186, -1 } /* System.Void System.Action`1<System.Threading.Tasks.Task>::.ctor(System.Object,System.IntPtr) */,
{ 1875, 460, -1 } /* System.Void System.EventHandler`1<System.Net.Sockets.SocketAsyncEventArgs>::Invoke(System.Object,!0) */,
{ 15517, 438, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.WeakReference>::.ctor() */,
{ 15526, 438, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.WeakReference>::AddLast(T) */,
{ 15517, 448, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::.ctor() */,
{ 15531, 448, -1 } /* System.Collections.Generic.LinkedList`1/Enumerator<T> System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::GetEnumerator() */,
{ 15549, 448, -1 } /* T System.Collections.Generic.LinkedList`1/Enumerator<System.Net.WebConnectionGroup/ConnectionState>::get_Current() */,
{ 15533, 448, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::Remove(T) */,
{ 15524, 448, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::AddFirst(T) */,
{ 15551, 448, -1 } /* System.Boolean System.Collections.Generic.LinkedList`1/Enumerator<System.Net.WebConnectionGroup/ConnectionState>::MoveNext() */,
{ 15553, 448, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<System.Net.WebConnectionGroup/ConnectionState>::Dispose() */,
{ 15519, 448, -1 } /* System.Int32 System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::get_Count() */,
{ 15521, 448, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::get_Last() */,
{ 15558, 448, -1 } /* T System.Collections.Generic.LinkedListNode`1<System.Net.WebConnectionGroup/ConnectionState>::get_Value() */,
{ 15520, 448, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::get_First() */,
{ 15557, 448, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1<System.Net.WebConnectionGroup/ConnectionState>::get_Next() */,
{ 10146, 450, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.WebConnection>::.ctor() */,
{ 10162, 450, -1 } /* System.Void System.Collections.Generic.List`1<System.Net.WebConnection>::Add(!0) */,
{ 15534, 448, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::Remove(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 10177, 450, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Net.WebConnection>::GetEnumerator() */,
{ 10203, 450, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.Net.WebConnection>::get_Current() */,
{ 10201, 450, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Net.WebConnection>::MoveNext() */,
{ 10200, 450, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Net.WebConnection>::Dispose() */,
{ 10146, 431, -1 } /* System.Void System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::.ctor() */,
{ 10177, 431, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::GetEnumerator() */,
{ 10203, 431, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::get_Current() */,
{ 10162, 431, -1 } /* System.Void System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::Add(!0) */,
{ 10201, 431, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::MoveNext() */,
{ 10200, 431, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::Dispose() */,
{ 10151, 431, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::get_Count() */,
{ 10157, 431, -1 } /* !0 System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::get_Item(System.Int32) */,
{ 10166, 431, -1 } /* System.Void System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::Clear() */,
{ 15520, 425, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::get_First() */,
{ 15558, 425, -1 } /* T System.Collections.Generic.LinkedListNode`1<System.Text.RegularExpressions.CachedCodeEntry>::get_Value() */,
{ 15534, 425, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::Remove(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 15525, 425, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::AddFirst(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 15557, 425, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1<System.Text.RegularExpressions.CachedCodeEntry>::get_Next() */,
{ 15524, 425, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::AddFirst(T) */,
{ 15519, 425, -1 } /* System.Int32 System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::get_Count() */,
{ 15535, 425, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::RemoveLast() */,
{ 15517, 425, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::.ctor() */,
{ 10147, 426, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::.ctor(System.Int32) */,
{ 10162, 426, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::Add(!0) */,
{ 10151, 426, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::get_Count() */,
{ 10157, 426, -1 } /* !0 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::get_Item(System.Int32) */,
{ 9947, 20, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.String,System.String>::get_Item(!0) */,
{ 10194, 426, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<!0>) */,
{ 10158, 426, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::set_Item(System.Int32,!0) */,
{ 10189, 426, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::RemoveRange(System.Int32,System.Int32) */,
{ 10151, 429, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::get_Count() */,
{ 10157, 429, -1 } /* !0 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::get_Item(System.Int32) */,
{ 10191, 429, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::Reverse(System.Int32,System.Int32) */,
{ 10158, 429, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::set_Item(System.Int32,!0) */,
{ 10184, 429, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<!0>) */,
{ 10189, 429, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::RemoveRange(System.Int32,System.Int32) */,
{ 10147, 429, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::.ctor(System.Int32) */,
{ 10162, 429, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::Add(!0) */,
{ 10146, 430, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>::.ctor() */,
{ 10151, 430, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>::get_Count() */,
{ 10189, 430, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>::RemoveRange(System.Int32,System.Int32) */,
{ 10042, 24, -1 } /* System.Collections.Generic.Comparer`1<!0> System.Collections.Generic.Comparer`1<System.Int32>::get_Default() */,
{ 794, -1, 24 } /* System.Void System.Array::Sort<System.Int32>(!!0[],System.Collections.Generic.IComparer`1<!!0>) */,
{ 10162, 430, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>::Add(!0) */,
{ 10157, 430, -1 } /* !0 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>::get_Item(System.Int32) */,
{ 10188, 430, -1 } /* System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>::RemoveAt(System.Int32) */,
{ 9947, 281, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.String,System.Int32>::get_Item(!0) */,
{ 9940, 420, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.UriParser>::.ctor(System.Int32) */,
{ 9948, 420, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,System.UriParser>::set_Item(!0,!1) */,
{ 9967, 420, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.UriParser>::TryGetValue(!0,!1&) */,
{ 9944, 420, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.String,System.UriParser>::get_Count() */,
{ 1022, 47, -1 } /* !0 System.Func`1<System.Boolean>::Invoke() */,
{ 17333, -1, 24 } /* System.Void UnityEngine.Assertions.Assert::AreEqual<System.Int32>(T,T,System.String) */,
{ 1006, 466, -1 } /* System.Void System.Action`1<UnityEngine.AsyncOperation>::Invoke(!0) */,
{ 10146, 10, -1 } /* System.Void System.Collections.Generic.List`1<System.Type>::.ctor() */,
{ 10162, 10, -1 } /* System.Void System.Collections.Generic.List`1<System.Type>::Add(!0) */,
{ 10196, 10, -1 } /* !0[] System.Collections.Generic.List`1<System.Type>::ToArray() */,
{ 16283, -1, 890 } /* T UnityEngine.AttributeHelperEngine::GetCustomAttributeOfType<UnityEngine.DefaultExecutionOrder>(System.Type) */,
{ 10157, 470, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Item(System.Int32) */,
{ 10151, 470, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Count() */,
{ 10146, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor() */,
{ 10146, 494, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>::.ctor() */,
{ 10162, 494, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>::Add(!0) */,
{ 10157, 494, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>::get_Item(System.Int32) */,
{ 10151, 494, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>::get_Count() */,
{ 10167, 494, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>::Contains(!0) */,
{ 1049, 494, -1 } /* System.Void System.Predicate`1<UnityEngine.Events.BaseInvokableCall>::.ctor(System.Object,System.IntPtr) */,
{ 10187, 494, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>::RemoveAll(System.Predicate`1<!0>) */,
{ 10166, 494, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>::Clear() */,
{ 10164, 494, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 17181, 111, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Single>::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) */,
{ 17181, 24, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Int32>::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) */,
{ 17181, 1, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.String>::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) */,
{ 17181, 47, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Boolean>::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T) */,
{ 10146, 493, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Events.PersistentCall>::.ctor() */,
{ 10177, 493, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.Events.PersistentCall>::GetEnumerator() */,
{ 10203, 493, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.Events.PersistentCall>::get_Current() */,
{ 10201, 493, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Events.PersistentCall>::MoveNext() */,
{ 10200, 493, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Events.PersistentCall>::Dispose() */,
{ 16792, -1, 481 } /* T[] UnityEngine.Mesh::GetAllocArrayFromChannel<UnityEngine.Vector3>(UnityEngine.Rendering.VertexAttribute) */,
{ 16795, -1, 481 } /* System.Void UnityEngine.Mesh::SetArrayForChannel<UnityEngine.Vector3>(UnityEngine.Rendering.VertexAttribute,T[]) */,
{ 16792, -1, 483 } /* T[] UnityEngine.Mesh::GetAllocArrayFromChannel<UnityEngine.Vector4>(UnityEngine.Rendering.VertexAttribute) */,
{ 16795, -1, 483 } /* System.Void UnityEngine.Mesh::SetArrayForChannel<UnityEngine.Vector4>(UnityEngine.Rendering.VertexAttribute,T[]) */,
{ 16792, -1, 484 } /* T[] UnityEngine.Mesh::GetAllocArrayFromChannel<UnityEngine.Vector2>(UnityEngine.Rendering.VertexAttribute) */,
{ 16795, -1, 484 } /* System.Void UnityEngine.Mesh::SetArrayForChannel<UnityEngine.Vector2>(UnityEngine.Rendering.VertexAttribute,T[]) */,
{ 16791, -1, 485 } /* T[] UnityEngine.Mesh::GetAllocArrayFromChannel<UnityEngine.Color32>(UnityEngine.Rendering.VertexAttribute,UnityEngine.Mesh/InternalVertexChannelType,System.Int32) */,
{ 16794, -1, 485 } /* System.Void UnityEngine.Mesh::SetArrayForChannel<UnityEngine.Color32>(UnityEngine.Rendering.VertexAttribute,UnityEngine.Mesh/InternalVertexChannelType,System.Int32,T[]) */,
{ 16797, -1, 481 } /* System.Void UnityEngine.Mesh::SetListForChannel<UnityEngine.Vector3>(UnityEngine.Rendering.VertexAttribute,System.Collections.Generic.List`1<T>) */,
{ 16797, -1, 483 } /* System.Void UnityEngine.Mesh::SetListForChannel<UnityEngine.Vector4>(UnityEngine.Rendering.VertexAttribute,System.Collections.Generic.List`1<T>) */,
{ 16796, -1, 485 } /* System.Void UnityEngine.Mesh::SetListForChannel<UnityEngine.Color32>(UnityEngine.Rendering.VertexAttribute,UnityEngine.Mesh/InternalVertexChannelType,System.Int32,System.Collections.Generic.List`1<T>) */,
{ 16816, -1, 484 } /* System.Void UnityEngine.Mesh::SetUvsImpl<UnityEngine.Vector2>(System.Int32,System.Int32,System.Collections.Generic.List`1<T>) */,
{ 16872, -1, 24 } /* System.Int32 UnityEngine.NoAllocHelpers::SafeLength<System.Int32>(System.Collections.Generic.List`1<T>) */,
{ 16986, -1, 891 } /* T UnityEngine.ScriptableObject::CreateInstance<UnityEngine.Networking.PlayerConnection.PlayerConnection>() */,
{ 1025, 506, -1 } /* System.Void System.Func`2<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 16097, -1, 505 } /* System.Boolean System.Linq.Enumerable::Any<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers>(System.Collections.Generic.IEnumerable`1<!!0>,System.Func`2<!!0,System.Boolean>) */,
{ 17229, 504, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Networking.PlayerConnection.MessageEventArgs>::AddListener(UnityEngine.Events.UnityAction`1<T0>) */,
{ 10177, 24, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Int32>::GetEnumerator() */,
{ 10203, 24, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<System.Int32>::get_Current() */,
{ 17225, 24, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Int32>::Invoke(T0) */,
{ 10201, 24, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Int32>::MoveNext() */,
{ 10200, 24, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int32>::Dispose() */,
{ 17229, 24, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Int32>::AddListener(UnityEngine.Events.UnityAction`1<T0>) */,
{ 17224, 504, -1 } /* System.Void UnityEngine.Events.UnityAction`1<UnityEngine.Networking.PlayerConnection.MessageEventArgs>::.ctor(System.Object,System.IntPtr) */,
{ 17234, 24, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Int32>::Invoke(T0) */,
{ 10185, 24, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::Remove(!0) */,
{ 10146, 505, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers>::.ctor() */,
{ 16088, -1, 505 } /* System.Collections.Generic.IEnumerable`1<!!0> System.Linq.Enumerable::Where<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers>(System.Collections.Generic.IEnumerable`1<!!0>,System.Func`2<!!0,System.Boolean>) */,
{ 16096, -1, 505 } /* System.Boolean System.Linq.Enumerable::Any<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers>(System.Collections.Generic.IEnumerable`1<!!0>) */,
{ 17234, 504, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Networking.PlayerConnection.MessageEventArgs>::Invoke(T0) */,
{ 16095, -1, 505 } /* !!0 System.Linq.Enumerable::SingleOrDefault<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers>(System.Collections.Generic.IEnumerable`1<!!0>,System.Func`2<!!0,System.Boolean>) */,
{ 10162, 505, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers>::Add(!0) */,
{ 17230, 504, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Networking.PlayerConnection.MessageEventArgs>::RemoveListener(UnityEngine.Events.UnityAction`1<T0>) */,
{ 10185, 505, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers>::Remove(!0) */,
{ 17228, 24, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Int32>::.ctor() */,
{ 17228, 504, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Networking.PlayerConnection.MessageEventArgs>::.ctor() */,
{ 1006, 512, -1 } /* System.Void System.Action`1<UnityEngine.Profiling.Memory.Experimental.MetaData>::Invoke(!0) */,
{ 1014, 378, -1 } /* System.Void System.Action`2<System.String,System.Boolean>::Invoke(!0,!1) */,
{ 1014, 490, -1 } /* System.Void System.Action`2<UnityEngine.ReflectionProbe,UnityEngine.ReflectionProbe/ReflectionProbeEvent>::Invoke(!0,!1) */,
{ 1006, 492, -1 } /* System.Void System.Action`1<UnityEngine.Cubemap>::Invoke(!0) */,
{ 17236, 508, -1 } /* System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode>::Invoke(T0,T1) */,
{ 17225, 510, -1 } /* System.Void UnityEngine.Events.UnityAction`1<UnityEngine.SceneManagement.Scene>::Invoke(T0) */,
{ 17236, 511, -1 } /* System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene>::Invoke(T0,T1) */,
{ 16397, -1, 892 } /* T UnityEngine.Component::GetComponent<UnityEngine.GUILayer>() */,
{ 1005, 514, -1 } /* System.Void System.Action`1<UnityEngine.U2D.SpriteAtlas>::.ctor(System.Object,System.IntPtr) */,
{ 1014, 513, -1 } /* System.Void System.Action`2<System.String,System.Action`1<UnityEngine.U2D.SpriteAtlas>>::Invoke(!0,!1) */,
{ 1006, 514, -1 } /* System.Void System.Action`1<UnityEngine.U2D.SpriteAtlas>::Invoke(!0) */,
{ 10147, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Int32) */,
{ 10162, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Add(!0) */,
{ 10164, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 10166, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Clear() */,
{ 10177, 495, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::GetEnumerator() */,
{ 10203, 495, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Current() */,
{ 10201, 495, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>::MoveNext() */,
{ 10200, 495, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>::Dispose() */,
{ 10177, 515, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.AudioSpatializerExtensionDefinition>::GetEnumerator() */,
{ 10203, 515, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.AudioSpatializerExtensionDefinition>::get_Current() */,
{ 10201, 515, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.AudioSpatializerExtensionDefinition>::MoveNext() */,
{ 10200, 515, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.AudioSpatializerExtensionDefinition>::Dispose() */,
{ 10177, 516, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.AudioAmbisonicExtensionDefinition>::GetEnumerator() */,
{ 10203, 516, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.AudioAmbisonicExtensionDefinition>::get_Current() */,
{ 10201, 516, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.AudioAmbisonicExtensionDefinition>::MoveNext() */,
{ 10200, 516, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.AudioAmbisonicExtensionDefinition>::Dispose() */,
{ 10162, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AudioSourceExtension>::Add(!0) */,
{ 10151, 517, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.AudioSourceExtension>::get_Count() */,
{ 10157, 517, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.AudioSourceExtension>::get_Item(System.Int32) */,
{ 10158, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AudioSourceExtension>::set_Item(System.Int32,!0) */,
{ 10188, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AudioSourceExtension>::RemoveAt(System.Int32) */,
{ 10146, 515, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AudioSpatializerExtensionDefinition>::.ctor() */,
{ 10146, 516, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AudioAmbisonicExtensionDefinition>::.ctor() */,
{ 10146, 517, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AudioSourceExtension>::.ctor() */,
{ 1006, 524, -1 } /* System.Void System.Action`1<UnityEngine.Font>::Invoke(!0) */,
{ 10147, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::.ctor(System.Int32) */,
{ 10147, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::.ctor(System.Int32) */,
{ 10147, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::.ctor(System.Int32) */,
{ 17380, -1, 526 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationLayerMixerPlayable>() */,
{ 17380, -1, 527 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationMixerPlayable>() */,
{ 17380, -1, 528 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationMotionXToDeltaPlayable>() */,
{ 17380, -1, 529 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationOffsetPlayable>() */,
{ 17380, -1, 530 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationPosePlayable>() */,
{ 17380, -1, 531 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimationRemoveScalePlayable>() */,
{ 17380, -1, 533 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Animations.AnimatorControllerPlayable>() */,
{ 17380, -1, 532 } /* System.Boolean UnityEngine.Playables.PlayableHandle::IsPlayableOfType<UnityEngine.Experimental.Animations.AnimationScriptPlayable>() */,
{ 1006, 541, -1 } /* System.Void System.Action`1<UnityEngine.SocialPlatforms.IAchievementDescription[]>::Invoke(!0) */,
{ 1014, 536, -1 } /* System.Void System.Action`2<System.Boolean,System.String>::Invoke(!0,!1) */,
{ 1006, 47, -1 } /* System.Void System.Action`1<System.Boolean>::Invoke(!0) */,
{ 1006, 542, -1 } /* System.Void System.Action`1<UnityEngine.SocialPlatforms.IAchievement[]>::Invoke(!0) */,
{ 1006, 546, -1 } /* System.Void System.Action`1<UnityEngine.SocialPlatforms.IScore[]>::Invoke(!0) */,
{ 1013, 536, -1 } /* System.Void System.Action`2<System.Boolean,System.String>::.ctor(System.Object,System.IntPtr) */,
{ 10162, 540, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard>::Add(!0) */,
{ 10177, 540, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard>::GetEnumerator() */,
{ 10203, 540, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard>::get_Current() */,
{ 10201, 540, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard>::MoveNext() */,
{ 10200, 540, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard>::Dispose() */,
{ 1006, 550, -1 } /* System.Void System.Action`1<UnityEngine.SocialPlatforms.IUserProfile[]>::Invoke(!0) */,
{ 10146, 540, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard>::.ctor() */,
{ 10146, 556, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.GUILayoutEntry>::.ctor() */,
{ 10151, 556, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.GUILayoutEntry>::get_Count() */,
{ 10177, 556, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.GUILayoutEntry>::GetEnumerator() */,
{ 10203, 556, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.GUILayoutEntry>::get_Current() */,
{ 10201, 556, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.GUILayoutEntry>::MoveNext() */,
{ 10200, 556, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.GUILayoutEntry>::Dispose() */,
{ 10157, 556, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.GUILayoutEntry>::get_Item(System.Int32) */,
{ 9967, 552, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GUILayoutUtility/LayoutCache>::TryGetValue(!0,!1&) */,
{ 9948, 552, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GUILayoutUtility/LayoutCache>::set_Item(!0,!1) */,
{ 9939, 552, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GUILayoutUtility/LayoutCache>::.ctor() */,
{ 9941, 558, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.GUIStyle>::.ctor(System.Collections.Generic.IEqualityComparer`1<!0>) */,
{ 9948, 558, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.GUIStyle>::set_Item(!0,!1) */,
{ 9967, 558, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.String,UnityEngine.GUIStyle>::TryGetValue(!0,!1&) */,
{ 9946, 558, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,UnityEngine.GUIStyle>::get_Values() */,
{ 10008, 558, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.String,UnityEngine.GUIStyle>::GetEnumerator() */,
{ 1030, 561, -1 } /* !2 System.Func`3<System.Int32,System.IntPtr,System.Boolean>::Invoke(!0,!1) */,
{ 1026, 562, -1 } /* !1 System.Func`2<System.Exception,System.Boolean>::Invoke(!0) */,
{ 10146, 563, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Rigidbody2D>::.ctor() */,
{ 1018, 567, -1 } /* System.Void System.Action`3<System.Boolean,System.Boolean,System.Int32>::Invoke(!0,!1,!2) */,
{ 10146, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::.ctor() */,
{ 16410, -1, 600 } /* !!0[] UnityEngine.Component::GetComponents<UnityEngine.EventSystems.BaseInput>() */,
{ 16506, -1, 600 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.EventSystems.BaseInput>() */,
{ 16397, -1, 569 } /* !!0 UnityEngine.Component::GetComponent<UnityEngine.EventSystems.EventSystem>() */,
{ 10157, 573, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::get_Item(System.Int32) */,
{ 10151, 573, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::get_Count() */,
{ 10157, 599, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.GameObject>::get_Item(System.Int32) */,
{ 18546, -1, 584 } /* System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.IPointerExitHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>) */,
{ 10151, 599, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.GameObject>::get_Count() */,
{ 10166, 599, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.GameObject>::Clear() */,
{ 10185, 599, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.GameObject>::Remove(!0) */,
{ 18546, -1, 583 } /* System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.IPointerEnterHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>) */,
{ 10162, 599, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.GameObject>::Add(!0) */,
{ 10146, 572, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseInputModule>::.ctor() */,
{ 10151, 569, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem>::get_Count() */,
{ 10157, 569, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem>::get_Item(System.Int32) */,
{ 10180, 569, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem>::IndexOf(!0) */,
{ 10188, 569, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem>::RemoveAt(System.Int32) */,
{ 10182, 569, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem>::Insert(System.Int32,!0) */,
{ 16409, -1, 572 } /* System.Void UnityEngine.Component::GetComponents<UnityEngine.EventSystems.BaseInputModule>(System.Collections.Generic.List`1<!!0>) */,
{ 10151, 572, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseInputModule>::get_Count() */,
{ 10157, 572, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseInputModule>::get_Item(System.Int32) */,
{ 10188, 572, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseInputModule>::RemoveAt(System.Int32) */,
{ 18546, -1, 574 } /* System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.IDeselectHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>) */,
{ 18546, -1, 579 } /* System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.ISelectHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>) */,
{ 10166, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::Clear() */,
{ 10157, 580, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseRaycaster>::get_Item(System.Int32) */,
{ 10151, 580, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseRaycaster>::get_Count() */,
{ 10195, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::Sort(System.Comparison`1<!0>) */,
{ 10162, 569, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem>::Add(!0) */,
{ 10185, 569, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem>::Remove(!0) */,
{ 10146, 569, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem>::.ctor() */,
{ 1041, 573, -1 } /* System.Void System.Comparison`1<UnityEngine.EventSystems.RaycastResult>::.ctor(System.Object,System.IntPtr) */,
{ 10146, 581, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.EventTrigger/Entry>::.ctor() */,
{ 10151, 581, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.EventSystems.EventTrigger/Entry>::get_Count() */,
{ 10157, 581, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.EventSystems.EventTrigger/Entry>::get_Item(System.Int32) */,
{ 17234, 582, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.EventSystems.BaseEventData>::Invoke(!0) */,
{ 17228, 582, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.EventSystems.BaseEventData>::.ctor() */,
{ 18510, -1, 603 } /* T UnityEngine.EventSystems.ExecuteEvents::ValidateEventData<UnityEngine.EventSystems.PointerEventData>(UnityEngine.EventSystems.BaseEventData) */,
{ 18510, -1, 893 } /* T UnityEngine.EventSystems.ExecuteEvents::ValidateEventData<UnityEngine.EventSystems.AxisEventData>(UnityEngine.EventSystems.BaseEventData) */,
{ 18554, 583, -1 } /* System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IPointerEnterHandler>::.ctor(System.Object,System.IntPtr) */,
{ 18554, 584, -1 } /* System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IPointerExitHandler>::.ctor(System.Object,System.IntPtr) */,
{ 18554, 585, -1 } /* System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IPointerDownHandler>::.ctor(System.Object,System.IntPtr) */,
{ 18554, 586, -1 } /* System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IPointerUpHandler>::.ctor(System.Object,System.IntPtr) */,
{ 18554, 587, -1 } /* System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IPointerClickHandler>::.ctor(System.Object,System.IntPtr) */,
{ 18554, 588, -1 } /* System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IInitializePotentialDragHandler>::.ctor(System.Object,System.IntPtr) */,
{ 18554, 589, -1 } /* System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IBeginDragHandler>::.ctor(System.Object,System.IntPtr) */,
{ 18554, 590, -1 } /* System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IDragHandler>::.ctor(System.Object,System.IntPtr) */,
{ 18554, 591, -1 } /* System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IEndDragHandler>::.ctor(System.Object,System.IntPtr) */,
{ 18554, 592, -1 } /* System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IDropHandler>::.ctor(System.Object,System.IntPtr) */,
{ 18554, 593, -1 } /* System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IScrollHandler>::.ctor(System.Object,System.IntPtr) */,
{ 18554, 594, -1 } /* System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IUpdateSelectedHandler>::.ctor(System.Object,System.IntPtr) */,
{ 18554, 579, -1 } /* System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.ISelectHandler>::.ctor(System.Object,System.IntPtr) */,
{ 18554, 574, -1 } /* System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IDeselectHandler>::.ctor(System.Object,System.IntPtr) */,
{ 18554, 595, -1 } /* System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IMoveHandler>::.ctor(System.Object,System.IntPtr) */,
{ 18554, 596, -1 } /* System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.ISubmitHandler>::.ctor(System.Object,System.IntPtr) */,
{ 18554, 597, -1 } /* System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.ICancelHandler>::.ctor(System.Object,System.IntPtr) */,
{ 17224, 576, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Collections.Generic.List`1<UnityEngine.EventSystems.IEventSystemHandler>>::.ctor(System.Object,System.IntPtr) */,
{ 20016, 576, -1 } /* System.Void UnityEngine.UI.ObjectPool`1<System.Collections.Generic.List`1<UnityEngine.EventSystems.IEventSystemHandler>>::.ctor(UnityEngine.Events.UnityAction`1<T>,UnityEngine.Events.UnityAction`1<T>) */,
{ 10147, 598, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Transform>::.ctor(System.Int32) */,
{ 10166, 575, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.IEventSystemHandler>::Clear() */,
{ 16490, -1, 894 } /* !!0 UnityEngine.GameObject::GetComponent<UnityEngine.SpriteRenderer>() */,
{ 10162, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::Add(!0) */,
{ 16397, -1, 472 } /* !!0 UnityEngine.Component::GetComponent<UnityEngine.Camera>() */,
{ 1041, 566, -1 } /* System.Void System.Comparison`1<UnityEngine.RaycastHit>::.ctor(System.Object,System.IntPtr) */,
{ 796, -1, 566 } /* System.Void System.Array::Sort<UnityEngine.RaycastHit>(!!0[],System.Comparison`1<!!0>) */,
{ 10146, 599, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.GameObject>::.ctor() */,
{ 9939, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.EventSystems.PointerEventData>::.ctor() */,
{ 9967, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.EventSystems.PointerEventData>::TryGetValue(!0,!1&) */,
{ 9949, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.EventSystems.PointerEventData>::Add(!0,!1) */,
{ 9966, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.EventSystems.PointerEventData>::Remove(!0) */,
{ 18546, -1, 589 } /* System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.IBeginDragHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>) */,
{ 18546, -1, 586 } /* System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.IPointerUpHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>) */,
{ 18546, -1, 590 } /* System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.IDragHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>) */,
{ 9946, 601, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.EventSystems.PointerEventData>::get_Values() */,
{ 10008, 601, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,UnityEngine.EventSystems.PointerEventData>::GetEnumerator() */,
{ 10024, 601, -1 } /* !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,UnityEngine.EventSystems.PointerEventData>::get_Current() */,
{ 10023, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,UnityEngine.EventSystems.PointerEventData>::MoveNext() */,
{ 10022, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,UnityEngine.EventSystems.PointerEventData>::Dispose() */,
{ 9953, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.EventSystems.PointerEventData>::Clear() */,
{ 9957, 601, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.EventSystems.PointerEventData>::GetEnumerator() */,
{ 9980, 601, -1 } /* System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.EventSystems.PointerEventData>::get_Current() */,
{ 9911, 601, -1 } /* !1 System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.EventSystems.PointerEventData>::get_Value() */,
{ 9910, 601, -1 } /* !0 System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.EventSystems.PointerEventData>::get_Key() */,
{ 9979, 601, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.EventSystems.PointerEventData>::MoveNext() */,
{ 9981, 601, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.EventSystems.PointerEventData>::Dispose() */,
{ 18551, -1, 579 } /* UnityEngine.GameObject UnityEngine.EventSystems.ExecuteEvents::GetEventHandler<UnityEngine.EventSystems.ISelectHandler>(UnityEngine.GameObject) */,
{ 10146, 606, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.PointerInputModule/ButtonState>::.ctor() */,
{ 10157, 606, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.EventSystems.PointerInputModule/ButtonState>::get_Item(System.Int32) */,
{ 10151, 606, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.EventSystems.PointerInputModule/ButtonState>::get_Count() */,
{ 10162, 606, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.PointerInputModule/ButtonState>::Add(!0) */,
{ 10167, 580, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseRaycaster>::Contains(!0) */,
{ 10162, 580, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseRaycaster>::Add(!0) */,
{ 10185, 580, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseRaycaster>::Remove(!0) */,
{ 10146, 580, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseRaycaster>::.ctor() */,
{ 18546, -1, 591 } /* System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.IEndDragHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>) */,
{ 18547, -1, 585 } /* UnityEngine.GameObject UnityEngine.EventSystems.ExecuteEvents::ExecuteHierarchy<UnityEngine.EventSystems.IPointerDownHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>) */,
{ 18551, -1, 587 } /* UnityEngine.GameObject UnityEngine.EventSystems.ExecuteEvents::GetEventHandler<UnityEngine.EventSystems.IPointerClickHandler>(UnityEngine.GameObject) */,
{ 18551, -1, 590 } /* UnityEngine.GameObject UnityEngine.EventSystems.ExecuteEvents::GetEventHandler<UnityEngine.EventSystems.IDragHandler>(UnityEngine.GameObject) */,
{ 18546, -1, 588 } /* System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.IInitializePotentialDragHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>) */,
{ 18546, -1, 587 } /* System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.IPointerClickHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>) */,
{ 18547, -1, 592 } /* UnityEngine.GameObject UnityEngine.EventSystems.ExecuteEvents::ExecuteHierarchy<UnityEngine.EventSystems.IDropHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>) */,
{ 18547, -1, 584 } /* UnityEngine.GameObject UnityEngine.EventSystems.ExecuteEvents::ExecuteHierarchy<UnityEngine.EventSystems.IPointerExitHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>) */,
{ 18546, -1, 596 } /* System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.ISubmitHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>) */,
{ 18546, -1, 597 } /* System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.ICancelHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>) */,
{ 18546, -1, 595 } /* System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.IMoveHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>) */,
{ 18551, -1, 593 } /* UnityEngine.GameObject UnityEngine.EventSystems.ExecuteEvents::GetEventHandler<UnityEngine.EventSystems.IScrollHandler>(UnityEngine.GameObject) */,
{ 18547, -1, 593 } /* UnityEngine.GameObject UnityEngine.EventSystems.ExecuteEvents::ExecuteHierarchy<UnityEngine.EventSystems.IScrollHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>) */,
{ 18546, -1, 594 } /* System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.IUpdateSelectedHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>) */,
{ 9912, 601, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.EventSystems.PointerEventData>::ToString() */,
{ 19608, -1, 895 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct<UnityEngine.UI.AspectRatioFitter/AspectMode>(T&,T) */,
{ 19608, -1, 111 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct<System.Single>(T&,T) */,
{ 16397, -1, 660 } /* !!0 UnityEngine.Component::GetComponent<UnityEngine.RectTransform>() */,
{ 16397, -1, 627 } /* !!0 UnityEngine.Component::GetComponent<UnityEngine.UI.Graphic>() */,
{ 16397, -1, 617 } /* !!0 UnityEngine.Component::GetComponent<UnityEngine.Canvas>() */,
{ 19994, 608, -1 } /* System.Void UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.ICanvasElement>::.ctor() */,
{ 20003, 608, -1 } /* System.Int32 UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.ICanvasElement>::get_Count() */,
{ 20008, 608, -1 } /* T UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.ICanvasElement>::get_Item(System.Int32) */,
{ 20007, 608, -1 } /* System.Void UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.ICanvasElement>::RemoveAt(System.Int32) */,
{ 20011, 608, -1 } /* System.Void UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.ICanvasElement>::Sort(System.Comparison`1<T>) */,
{ 20000, 608, -1 } /* System.Void UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.ICanvasElement>::Clear() */,
{ 20001, 608, -1 } /* System.Boolean UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.ICanvasElement>::Contains(T) */,
{ 19996, 608, -1 } /* System.Boolean UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.ICanvasElement>::AddUnique(T) */,
{ 19997, 608, -1 } /* System.Boolean UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.ICanvasElement>::Remove(T) */,
{ 1041, 608, -1 } /* System.Void System.Comparison`1<UnityEngine.UI.ICanvasElement>::.ctor(System.Object,System.IntPtr) */,
{ 19994, 642, -1 } /* System.Void UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.IClipper>::.ctor() */,
{ 20008, 642, -1 } /* T UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.IClipper>::get_Item(System.Int32) */,
{ 20003, 642, -1 } /* System.Int32 UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.IClipper>::get_Count() */,
{ 19996, 642, -1 } /* System.Boolean UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.IClipper>::AddUnique(T) */,
{ 19997, 642, -1 } /* System.Boolean UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.IClipper>::Remove(T) */,
{ 10151, 650, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UI.RectMask2D>::get_Count() */,
{ 10157, 650, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.UI.RectMask2D>::get_Item(System.Int32) */,
{ 19608, -1, 896 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct<UnityEngine.UI.ContentSizeFitter/FitMode>(T&,T) */,
{ 17234, 476, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Color>::Invoke(!0) */,
{ 17229, 476, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Color>::AddListener(UnityEngine.Events.UnityAction`1<!0>) */,
{ 17228, 476, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Color>::.ctor() */,
{ 17234, 111, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Single>::Invoke(!0) */,
{ 17229, 111, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Single>::AddListener(UnityEngine.Events.UnityAction`1<!0>) */,
{ 17228, 111, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Single>::.ctor() */,
{ 16506, -1, 660 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.RectTransform>() */,
{ 16490, -1, 660 } /* !!0 UnityEngine.GameObject::GetComponent<UnityEngine.RectTransform>() */,
{ 16506, -1, 644 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.UI.Image>() */,
{ 16506, -1, 897 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.UI.Button>() */,
{ 16506, -1, 620 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.UI.Text>() */,
{ 16506, -1, 827 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.UI.RawImage>() */,
{ 16506, -1, 898 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.UI.Slider>() */,
{ 16506, -1, 899 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.UI.Scrollbar>() */,
{ 16506, -1, 658 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.UI.Toggle>() */,
{ 16506, -1, 900 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.UI.InputField>() */,
{ 16490, -1, 899 } /* !!0 UnityEngine.GameObject::GetComponent<UnityEngine.UI.Scrollbar>() */,
{ 16506, -1, 901 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.UI.ScrollRect>() */,
{ 16506, -1, 648 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.UI.Mask>() */,
{ 16506, -1, 902 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.UI.Dropdown>() */,
{ 10162, 613, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/OptionData>::Add(!0) */,
{ 10146, 614, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/DropdownItem>::.ctor() */,
{ 10151, 613, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/OptionData>::get_Count() */,
{ 18814, 615, -1 } /* System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.FloatTween>::.ctor() */,
{ 18816, 615, -1 } /* System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.FloatTween>::Init(UnityEngine.MonoBehaviour) */,
{ 10157, 613, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/OptionData>::get_Item(System.Int32) */,
{ 10164, 613, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/OptionData>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 10157, 616, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.Sprite>::get_Item(System.Int32) */,
{ 10151, 616, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Sprite>::get_Count() */,
{ 10166, 613, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/OptionData>::Clear() */,
{ 16399, -1, 658 } /* !!0 UnityEngine.Component::GetComponentInChildren<UnityEngine.UI.Toggle>() */,
{ 16506, -1, 614 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.UI.Dropdown/DropdownItem>() */,
{ 18933, -1, 617 } /* T UnityEngine.UI.Dropdown::GetOrAddComponent<UnityEngine.Canvas>(UnityEngine.GameObject) */,
{ 18933, -1, 903 } /* T UnityEngine.UI.Dropdown::GetOrAddComponent<UnityEngine.UI.GraphicRaycaster>(UnityEngine.GameObject) */,
{ 18933, -1, 656 } /* T UnityEngine.UI.Dropdown::GetOrAddComponent<UnityEngine.CanvasGroup>(UnityEngine.GameObject) */,
{ 20013, 617, -1 } /* System.Collections.Generic.List`1<T> UnityEngine.UI.ListPool`1<UnityEngine.Canvas>::Get() */,
{ 16503, -1, 617 } /* System.Void UnityEngine.GameObject::GetComponentsInParent<UnityEngine.Canvas>(System.Boolean,System.Collections.Generic.List`1<!!0>) */,
{ 10151, 617, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Canvas>::get_Count() */,
{ 10157, 617, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.Canvas>::get_Item(System.Int32) */,
{ 20014, 617, -1 } /* System.Void UnityEngine.UI.ListPool`1<UnityEngine.Canvas>::Release(System.Collections.Generic.List`1<T>) */,
{ 16494, -1, 614 } /* !!0 UnityEngine.GameObject::GetComponentInChildren<UnityEngine.UI.Dropdown/DropdownItem>() */,
{ 10166, 614, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/DropdownItem>::Clear() */,
{ 17224, 47, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 17229, 47, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Boolean>::AddListener(UnityEngine.Events.UnityAction`1<!0>) */,
{ 10151, 614, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/DropdownItem>::get_Count() */,
{ 10157, 614, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/DropdownItem>::get_Item(System.Int32) */,
{ 16506, -1, 617 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.Canvas>() */,
{ 16490, -1, 617 } /* !!0 UnityEngine.GameObject::GetComponent<UnityEngine.Canvas>() */,
{ 16506, -1, 903 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.UI.GraphicRaycaster>() */,
{ 17116, -1, 599 } /* !!0 UnityEngine.Object::Instantiate<UnityEngine.GameObject>(!!0) */,
{ 17116, -1, 614 } /* !!0 UnityEngine.Object::Instantiate<UnityEngine.UI.Dropdown/DropdownItem>(!!0) */,
{ 10162, 614, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/DropdownItem>::Add(!0) */,
{ 16490, -1, 656 } /* !!0 UnityEngine.GameObject::GetComponent<UnityEngine.CanvasGroup>() */,
{ 17224, 111, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Single>::.ctor(System.Object,System.IntPtr) */,
{ 18817, 615, -1 } /* System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.FloatTween>::StartTween(T) */,
{ 16405, -1, 902 } /* !!0 UnityEngine.Component::GetComponentInParent<UnityEngine.UI.Dropdown>() */,
{ 10146, 613, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/OptionData>::.ctor() */,
{ 9967, 619, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Font,System.Collections.Generic.HashSet`1<UnityEngine.UI.Text>>::TryGetValue(!0,!1&) */,
{ 9944, 619, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<UnityEngine.Font,System.Collections.Generic.HashSet`1<UnityEngine.UI.Text>>::get_Count() */,
{ 1005, 524, -1 } /* System.Void System.Action`1<UnityEngine.Font>::.ctor(System.Object,System.IntPtr) */,
{ 16148, 620, -1 } /* System.Void System.Collections.Generic.HashSet`1<UnityEngine.UI.Text>::.ctor() */,
{ 9949, 619, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Font,System.Collections.Generic.HashSet`1<UnityEngine.UI.Text>>::Add(!0,!1) */,
{ 16153, 620, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<UnityEngine.UI.Text>::Contains(!0) */,
{ 16163, 620, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<UnityEngine.UI.Text>::Add(!0) */,
{ 16158, 620, -1 } /* System.Collections.Generic.HashSet`1/Enumerator<!0> System.Collections.Generic.HashSet`1<UnityEngine.UI.Text>::GetEnumerator() */,
{ 16174, 620, -1 } /* !0 System.Collections.Generic.HashSet`1/Enumerator<UnityEngine.UI.Text>::get_Current() */,
{ 16173, 620, -1 } /* System.Boolean System.Collections.Generic.HashSet`1/Enumerator<UnityEngine.UI.Text>::MoveNext() */,
{ 16172, 620, -1 } /* System.Void System.Collections.Generic.HashSet`1/Enumerator<UnityEngine.UI.Text>::Dispose() */,
{ 16155, 620, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<UnityEngine.UI.Text>::Remove(!0) */,
{ 16156, 620, -1 } /* System.Int32 System.Collections.Generic.HashSet`1<UnityEngine.UI.Text>::get_Count() */,
{ 9966, 619, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Font,System.Collections.Generic.HashSet`1<UnityEngine.UI.Text>>::Remove(!0) */,
{ 9939, 619, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Font,System.Collections.Generic.HashSet`1<UnityEngine.UI.Text>>::.ctor() */,
{ 18814, 632, -1 } /* System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.ColorTween>::.ctor() */,
{ 18816, 632, -1 } /* System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.ColorTween>::Init(UnityEngine.MonoBehaviour) */,
{ 16397, -1, 904 } /* !!0 UnityEngine.Component::GetComponent<UnityEngine.CanvasRenderer>() */,
{ 20013, 474, -1 } /* System.Collections.Generic.List`1<T> UnityEngine.UI.ListPool`1<UnityEngine.Component>::Get() */,
{ 10157, 474, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.Component>::get_Item(System.Int32) */,
{ 10151, 474, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Component>::get_Count() */,
{ 20014, 474, -1 } /* System.Void UnityEngine.UI.ListPool`1<UnityEngine.Component>::Release(System.Collections.Generic.List`1<T>) */,
{ 16409, -1, 474 } /* System.Void UnityEngine.Component::GetComponents<UnityEngine.Component>(System.Collections.Generic.List`1<!!0>) */,
{ 18818, 632, -1 } /* System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.ColorTween>::StopTween() */,
{ 17224, 476, -1 } /* System.Void UnityEngine.Events.UnityAction`1<UnityEngine.Color>::.ctor(System.Object,System.IntPtr) */,
{ 18817, 632, -1 } /* System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.ColorTween>::StartTween(T) */,
{ 10146, 627, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.Graphic>::.ctor() */,
{ 10166, 627, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.Graphic>::Clear() */,
{ 10151, 627, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UI.Graphic>::get_Count() */,
{ 10157, 627, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.UI.Graphic>::get_Item(System.Int32) */,
{ 10162, 627, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.Graphic>::Add(!0) */,
{ 1041, 627, -1 } /* System.Void System.Comparison`1<UnityEngine.UI.Graphic>::.ctor(System.Object,System.IntPtr) */,
{ 10195, 627, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.Graphic>::Sort(System.Comparison`1<!0>) */,
{ 9939, 633, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Canvas,UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.Graphic>>::.ctor() */,
{ 9939, 634, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UI.Graphic,System.Int32>::.ctor() */,
{ 9939, 609, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UI.ICanvasElement,System.Int32>::.ctor() */,
{ 9939, 640, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UI.IClipper,System.Int32>::.ctor() */,
{ 9967, 633, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Canvas,UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.Graphic>>::TryGetValue(!0,!1&) */,
{ 19996, 627, -1 } /* System.Boolean UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.Graphic>::AddUnique(T) */,
{ 19994, 627, -1 } /* System.Void UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.Graphic>::.ctor() */,
{ 19995, 627, -1 } /* System.Void UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.Graphic>::Add(T) */,
{ 9949, 633, -1 } /* System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Canvas,UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.Graphic>>::Add(!0,!1) */,
{ 19997, 627, -1 } /* System.Boolean UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.Graphic>::Remove(T) */,
{ 20003, 627, -1 } /* System.Int32 UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.Graphic>::get_Count() */,
{ 9966, 633, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Canvas,UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.Graphic>>::Remove(!0) */,
{ 19934, -1, 905 } /* System.Void UnityEngine.UI.LayoutGroup::SetProperty<UnityEngine.UI.GridLayoutGroup/Corner>(T&,T) */,
{ 19934, -1, 906 } /* System.Void UnityEngine.UI.LayoutGroup::SetProperty<UnityEngine.UI.GridLayoutGroup/Axis>(T&,T) */,
{ 19934, -1, 484 } /* System.Void UnityEngine.UI.LayoutGroup::SetProperty<UnityEngine.Vector2>(T&,T) */,
{ 19934, -1, 907 } /* System.Void UnityEngine.UI.LayoutGroup::SetProperty<UnityEngine.UI.GridLayoutGroup/Constraint>(T&,T) */,
{ 19934, -1, 24 } /* System.Void UnityEngine.UI.LayoutGroup::SetProperty<System.Int32>(T&,T) */,
{ 10151, 660, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.RectTransform>::get_Count() */,
{ 10157, 660, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.RectTransform>::get_Item(System.Int32) */,
{ 19934, -1, 111 } /* System.Void UnityEngine.UI.LayoutGroup::SetProperty<System.Single>(T&,T) */,
{ 19934, -1, 47 } /* System.Void UnityEngine.UI.LayoutGroup::SetProperty<System.Boolean>(T&,T) */,
{ 19609, -1, 616 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetClass<UnityEngine.Sprite>(T&,T) */,
{ 19608, -1, 908 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct<UnityEngine.UI.Image/Type>(T&,T) */,
{ 19608, -1, 47 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct<System.Boolean>(T&,T) */,
{ 19608, -1, 909 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct<UnityEngine.UI.Image/FillMethod>(T&,T) */,
{ 19608, -1, 24 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct<System.Int32>(T&,T) */,
{ 10151, 644, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UI.Image>::get_Count() */,
{ 10157, 644, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.UI.Image>::get_Item(System.Int32) */,
{ 10188, 644, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.Image>::RemoveAt(System.Int32) */,
{ 10162, 644, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.Image>::Add(!0) */,
{ 10185, 644, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UI.Image>::Remove(!0) */,
{ 10146, 644, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.Image>::.ctor() */,
{ 19609, -1, 620 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetClass<UnityEngine.UI.Text>(T&,T) */,
{ 19609, -1, 627 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetClass<UnityEngine.UI.Graphic>(T&,T) */,
{ 19609, -1, 910 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetClass<UnityEngine.UI.InputField/SubmitEvent>(T&,T) */,
{ 19609, -1, 911 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetClass<UnityEngine.UI.InputField/OnChangeEvent>(T&,T) */,
{ 19609, -1, 912 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetClass<UnityEngine.UI.InputField/OnValidateInput>(T&,T) */,
{ 19608, -1, 647 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct<UnityEngine.UI.InputField/ContentType>(T&,T) */,
{ 19608, -1, 913 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct<UnityEngine.UI.InputField/LineType>(T&,T) */,
{ 19608, -1, 914 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct<UnityEngine.UI.InputField/InputType>(T&,T) */,
{ 19608, -1, 915 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct<UnityEngine.TouchScreenKeyboardType>(T&,T) */,
{ 19608, -1, 916 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct<UnityEngine.UI.InputField/CharacterValidation>(T&,T) */,
{ 19608, -1, 9 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct<System.Char>(T&,T) */,
{ 17234, 1, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.String>::Invoke(!0) */,
{ 16490, -1, 904 } /* !!0 UnityEngine.GameObject::GetComponent<UnityEngine.CanvasRenderer>() */,
{ 16506, -1, 917 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.UI.LayoutElement>() */,
{ 17228, 1, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.String>::.ctor() */,
{ 10146, 660, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RectTransform>::.ctor() */,
{ 19934, -1, 918 } /* System.Void UnityEngine.UI.LayoutGroup::SetProperty<UnityEngine.RectOffset>(T&,T) */,
{ 19934, -1, 919 } /* System.Void UnityEngine.UI.LayoutGroup::SetProperty<UnityEngine.TextAnchor>(T&,T) */,
{ 10166, 660, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RectTransform>::Clear() */,
{ 10162, 660, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.RectTransform>::Add(!0) */,
{ 17224, 661, -1 } /* System.Void UnityEngine.Events.UnityAction`1<UnityEngine.UI.LayoutRebuilder>::.ctor(System.Object,System.IntPtr) */,
{ 20016, 661, -1 } /* System.Void UnityEngine.UI.ObjectPool`1<UnityEngine.UI.LayoutRebuilder>::.ctor(UnityEngine.Events.UnityAction`1<T>,UnityEngine.Events.UnityAction`1<T>) */,
{ 1049, 474, -1 } /* System.Void System.Predicate`1<UnityEngine.Component>::.ctor(System.Object,System.IntPtr) */,
{ 10187, 474, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Component>::RemoveAll(System.Predicate`1<!0>) */,
{ 20021, 661, -1 } /* T UnityEngine.UI.ObjectPool`1<UnityEngine.UI.LayoutRebuilder>::Get() */,
{ 20022, 661, -1 } /* System.Void UnityEngine.UI.ObjectPool`1<UnityEngine.UI.LayoutRebuilder>::Release(T) */,
{ 17224, 474, -1 } /* System.Void UnityEngine.Events.UnityAction`1<UnityEngine.Component>::.ctor(System.Object,System.IntPtr) */,
{ 17225, 474, -1 } /* System.Void UnityEngine.Events.UnityAction`1<UnityEngine.Component>::Invoke(!0) */,
{ 1025, 662, -1 } /* System.Void System.Func`2<UnityEngine.UI.ILayoutElement,System.Single>::.ctor(System.Object,System.IntPtr) */,
{ 1026, 662, -1 } /* !1 System.Func`2<UnityEngine.UI.ILayoutElement,System.Single>::Invoke(!0) */,
{ 16403, -1, 474 } /* System.Void UnityEngine.Component::GetComponentsInChildren<UnityEngine.Component>(System.Collections.Generic.List`1<!!0>) */,
{ 16406, -1, 617 } /* System.Void UnityEngine.Component::GetComponentsInParent<UnityEngine.Canvas>(System.Boolean,System.Collections.Generic.List`1<!!0>) */,
{ 20013, 648, -1 } /* System.Collections.Generic.List`1<T> UnityEngine.UI.ListPool`1<UnityEngine.UI.Mask>::Get() */,
{ 16409, -1, 648 } /* System.Void UnityEngine.Component::GetComponents<UnityEngine.UI.Mask>(System.Collections.Generic.List`1<!!0>) */,
{ 10157, 648, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.UI.Mask>::get_Item(System.Int32) */,
{ 10151, 648, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UI.Mask>::get_Count() */,
{ 20014, 648, -1 } /* System.Void UnityEngine.UI.ListPool`1<UnityEngine.UI.Mask>::Release(System.Collections.Generic.List`1<T>) */,
{ 20013, 650, -1 } /* System.Collections.Generic.List`1<T> UnityEngine.UI.ListPool`1<UnityEngine.UI.RectMask2D>::Get() */,
{ 16406, -1, 650 } /* System.Void UnityEngine.Component::GetComponentsInParent<UnityEngine.UI.RectMask2D>(System.Boolean,System.Collections.Generic.List`1<!!0>) */,
{ 20014, 650, -1 } /* System.Void UnityEngine.UI.ListPool`1<UnityEngine.UI.RectMask2D>::Release(System.Collections.Generic.List`1<T>) */,
{ 10166, 650, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.RectMask2D>::Clear() */,
{ 10162, 650, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.RectMask2D>::Add(!0) */,
{ 16397, -1, 648 } /* !!0 UnityEngine.Component::GetComponent<UnityEngine.UI.Mask>() */,
{ 17234, 47, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Boolean>::Invoke(!0) */,
{ 17228, 47, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Boolean>::.ctor() */,
{ 20013, 521, -1 } /* System.Collections.Generic.List`1<T> UnityEngine.UI.ListPool`1<UnityEngine.UIVertex>::Get() */,
{ 10151, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIVertex>::get_Count() */,
{ 10149, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIVertex>::get_Capacity() */,
{ 10150, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::set_Capacity(System.Int32) */,
{ 20014, 521, -1 } /* System.Void UnityEngine.UI.ListPool`1<UnityEngine.UIVertex>::Release(System.Collections.Generic.List`1<T>) */,
{ 16148, 624, -1 } /* System.Void System.Collections.Generic.HashSet`1<UnityEngine.UI.IClippable>::.ctor() */,
{ 10146, 650, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.RectMask2D>::.ctor() */,
{ 16152, 624, -1 } /* System.Void System.Collections.Generic.HashSet`1<UnityEngine.UI.IClippable>::Clear() */,
{ 16158, 624, -1 } /* System.Collections.Generic.HashSet`1/Enumerator<!0> System.Collections.Generic.HashSet`1<UnityEngine.UI.IClippable>::GetEnumerator() */,
{ 16174, 624, -1 } /* !0 System.Collections.Generic.HashSet`1/Enumerator<UnityEngine.UI.IClippable>::get_Current() */,
{ 16173, 624, -1 } /* System.Boolean System.Collections.Generic.HashSet`1/Enumerator<UnityEngine.UI.IClippable>::MoveNext() */,
{ 16172, 624, -1 } /* System.Void System.Collections.Generic.HashSet`1/Enumerator<UnityEngine.UI.IClippable>::Dispose() */,
{ 16153, 624, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<UnityEngine.UI.IClippable>::Contains(!0) */,
{ 16163, 624, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<UnityEngine.UI.IClippable>::Add(!0) */,
{ 16155, 624, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<UnityEngine.UI.IClippable>::Remove(!0) */,
{ 16397, -1, 598 } /* !!0 UnityEngine.Component::GetComponent<UnityEngine.Transform>() */,
{ 17230, 111, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Single>::RemoveListener(UnityEngine.Events.UnityAction`1<!0>) */,
{ 17234, 484, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Vector2>::Invoke(!0) */,
{ 17228, 484, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Vector2>::.ctor() */,
{ 19609, -1, 660 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetClass<UnityEngine.RectTransform>(T&,T) */,
{ 19608, -1, 920 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct<UnityEngine.UI.Scrollbar/Direction>(T&,T) */,
{ 10146, 656, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.CanvasGroup>::.ctor() */,
{ 19608, -1, 652 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct<UnityEngine.UI.Navigation>(T&,T) */,
{ 19608, -1, 921 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct<UnityEngine.UI.Selectable/Transition>(T&,T) */,
{ 19608, -1, 612 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct<UnityEngine.UI.ColorBlock>(T&,T) */,
{ 19608, -1, 655 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct<UnityEngine.UI.SpriteState>(T&,T) */,
{ 19609, -1, 922 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetClass<UnityEngine.UI.AnimationTriggers>(T&,T) */,
{ 16397, -1, 923 } /* !!0 UnityEngine.Component::GetComponent<UnityEngine.Animator>() */,
{ 16409, -1, 656 } /* System.Void UnityEngine.Component::GetComponents<UnityEngine.CanvasGroup>(System.Collections.Generic.List`1<!!0>) */,
{ 10157, 656, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.CanvasGroup>::get_Item(System.Int32) */,
{ 10151, 656, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.CanvasGroup>::get_Count() */,
{ 10162, 654, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.Selectable>::Add(!0) */,
{ 10185, 654, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UI.Selectable>::Remove(!0) */,
{ 10157, 654, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.UI.Selectable>::get_Item(System.Int32) */,
{ 10151, 654, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UI.Selectable>::get_Count() */,
{ 10146, 654, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.Selectable>::.ctor() */,
{ 10157, 521, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.UIVertex>::get_Item(System.Int32) */,
{ 10162, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::Add(!0) */,
{ 10158, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::set_Item(System.Int32,!0) */,
{ 19608, -1, 924 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct<UnityEngine.UI.Slider/Direction>(T&,T) */,
{ 16397, -1, 644 } /* !!0 UnityEngine.Component::GetComponent<UnityEngine.UI.Image>() */,
{ 10157, 657, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.UI.StencilMaterial/MatEntry>::get_Item(System.Int32) */,
{ 10151, 657, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UI.StencilMaterial/MatEntry>::get_Count() */,
{ 10162, 657, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.StencilMaterial/MatEntry>::Add(!0) */,
{ 10188, 657, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.StencilMaterial/MatEntry>::RemoveAt(System.Int32) */,
{ 10166, 657, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.StencilMaterial/MatEntry>::Clear() */,
{ 10146, 657, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.StencilMaterial/MatEntry>::.ctor() */,
{ 16981, -1, 524 } /* !!0 UnityEngine.Resources::GetBuiltinResource<UnityEngine.Font>(System.String) */,
{ 10146, 658, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.Toggle>::.ctor() */,
{ 10167, 658, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UI.Toggle>::Contains(!0) */,
{ 10157, 658, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.UI.Toggle>::get_Item(System.Int32) */,
{ 10151, 658, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UI.Toggle>::get_Count() */,
{ 10185, 658, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UI.Toggle>::Remove(!0) */,
{ 10162, 658, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.Toggle>::Add(!0) */,
{ 1049, 658, -1 } /* System.Void System.Predicate`1<UnityEngine.UI.Toggle>::.ctor(System.Object,System.IntPtr) */,
{ 10174, 658, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.UI.Toggle>::Find(System.Predicate`1<!0>) */,
{ 1025, 659, -1 } /* System.Void System.Func`2<UnityEngine.UI.Toggle,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 16088, -1, 658 } /* System.Collections.Generic.IEnumerable`1<!!0> System.Linq.Enumerable::Where<UnityEngine.UI.Toggle>(System.Collections.Generic.IEnumerable`1<!!0>,System.Func`2<!!0,System.Boolean>) */,
{ 10164, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 10164, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 10164, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 10164, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 10164, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 20013, 481, -1 } /* System.Collections.Generic.List`1<T> UnityEngine.UI.ListPool`1<UnityEngine.Vector3>::Get() */,
{ 20013, 485, -1 } /* System.Collections.Generic.List`1<T> UnityEngine.UI.ListPool`1<UnityEngine.Color32>::Get() */,
{ 20013, 484, -1 } /* System.Collections.Generic.List`1<T> UnityEngine.UI.ListPool`1<UnityEngine.Vector2>::Get() */,
{ 20013, 483, -1 } /* System.Collections.Generic.List`1<T> UnityEngine.UI.ListPool`1<UnityEngine.Vector4>::Get() */,
{ 20013, 24, -1 } /* System.Collections.Generic.List`1<T> UnityEngine.UI.ListPool`1<System.Int32>::Get() */,
{ 20014, 481, -1 } /* System.Void UnityEngine.UI.ListPool`1<UnityEngine.Vector3>::Release(System.Collections.Generic.List`1<T>) */,
{ 20014, 485, -1 } /* System.Void UnityEngine.UI.ListPool`1<UnityEngine.Color32>::Release(System.Collections.Generic.List`1<T>) */,
{ 20014, 484, -1 } /* System.Void UnityEngine.UI.ListPool`1<UnityEngine.Vector2>::Release(System.Collections.Generic.List`1<T>) */,
{ 20014, 483, -1 } /* System.Void UnityEngine.UI.ListPool`1<UnityEngine.Vector4>::Release(System.Collections.Generic.List`1<T>) */,
{ 20014, 24, -1 } /* System.Void UnityEngine.UI.ListPool`1<System.Int32>::Release(System.Collections.Generic.List`1<T>) */,
{ 10166, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Clear() */,
{ 10166, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Clear() */,
{ 10166, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Clear() */,
{ 10166, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Clear() */,
{ 10166, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Clear() */,
{ 10151, 481, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::get_Count() */,
{ 10151, 24, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::get_Count() */,
{ 10157, 481, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.Vector3>::get_Item(System.Int32) */,
{ 10157, 485, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.Color32>::get_Item(System.Int32) */,
{ 10157, 484, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.Vector2>::get_Item(System.Int32) */,
{ 10157, 483, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.Vector4>::get_Item(System.Int32) */,
{ 10158, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::set_Item(System.Int32,!0) */,
{ 10158, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::set_Item(System.Int32,!0) */,
{ 10158, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::set_Item(System.Int32,!0) */,
{ 10158, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::set_Item(System.Int32,!0) */,
{ 10162, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Add(!0) */,
{ 10162, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Add(!0) */,
{ 10162, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Add(!0) */,
{ 10162, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Add(!0) */,
{ 9954, 672, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Action,System.Collections.Generic.LinkedListNode`1<System.Action>>::ContainsKey(!0) */,
{ 15526, 670, -1 } /* System.Collections.Generic.LinkedListNode`1<!0> System.Collections.Generic.LinkedList`1<System.Action>::AddLast(!0) */,
{ 9948, 672, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Action,System.Collections.Generic.LinkedListNode`1<System.Action>>::set_Item(!0,!1) */,
{ 9967, 672, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Action,System.Collections.Generic.LinkedListNode`1<System.Action>>::TryGetValue(!0,!1&) */,
{ 9966, 672, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Action,System.Collections.Generic.LinkedListNode`1<System.Action>>::Remove(!0) */,
{ 15534, 670, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Action>::Remove(System.Collections.Generic.LinkedListNode`1<!0>) */,
{ 15520, 670, -1 } /* System.Collections.Generic.LinkedListNode`1<!0> System.Collections.Generic.LinkedList`1<System.Action>::get_First() */,
{ 15558, 670, -1 } /* !0 System.Collections.Generic.LinkedListNode`1<System.Action>::get_Value() */,
{ 15557, 670, -1 } /* System.Collections.Generic.LinkedListNode`1<!0> System.Collections.Generic.LinkedListNode`1<System.Action>::get_Next() */,
{ 15517, 670, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Action>::.ctor() */,
{ 9939, 672, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Action,System.Collections.Generic.LinkedListNode`1<System.Action>>::.ctor() */,
{ 10146, 724, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.KerningPair>::.ctor() */,
{ 10151, 724, -1 } /* System.Int32 System.Collections.Generic.List`1<TMPro.KerningPair>::get_Count() */,
{ 10162, 724, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.KerningPair>::Add(!0) */,
{ 16094, -1, 724 } /* !!0 System.Linq.Enumerable::Last<TMPro.KerningPair>(System.Collections.Generic.IEnumerable`1<!!0>) */,
{ 1049, 724, -1 } /* System.Void System.Predicate`1<TMPro.KerningPair>::.ctor(System.Object,System.IntPtr) */,
{ 10175, 724, -1 } /* System.Int32 System.Collections.Generic.List`1<TMPro.KerningPair>::FindIndex(System.Predicate`1<!0>) */,
{ 10188, 724, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.KerningPair>::RemoveAt(System.Int32) */,
{ 1025, 823, -1 } /* System.Void System.Func`2<TMPro.KerningPair,System.UInt32>::.ctor(System.Object,System.IntPtr) */,
{ 16090, -1, 823 } /* System.Linq.IOrderedEnumerable`1<!!0> System.Linq.Enumerable::OrderBy<TMPro.KerningPair,System.UInt32>(System.Collections.Generic.IEnumerable`1<!!0>,System.Func`2<!!0,!!1>) */,
{ 16091, -1, 823 } /* System.Linq.IOrderedEnumerable`1<!!0> System.Linq.Enumerable::ThenBy<TMPro.KerningPair,System.UInt32>(System.Linq.IOrderedEnumerable`1<!!0>,System.Func`2<!!0,!!1>) */,
{ 16092, -1, 724 } /* System.Collections.Generic.List`1<!!0> System.Linq.Enumerable::ToList<TMPro.KerningPair>(System.Collections.Generic.IEnumerable`1<!!0>) */,
{ 9967, 424, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::TryGetValue(!0,!1&) */,
{ 9944, 424, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::get_Count() */,
{ 9948, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::set_Item(!0,!1) */,
{ 9954, 695, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_FontAsset>::ContainsKey(!0) */,
{ 9949, 695, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_FontAsset>::Add(!0,!1) */,
{ 9949, 691, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Material>::Add(!0,!1) */,
{ 9954, 700, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_SpriteAsset>::ContainsKey(!0) */,
{ 9949, 700, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_SpriteAsset>::Add(!0,!1) */,
{ 9954, 704, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_ColorGradient>::ContainsKey(!0) */,
{ 9949, 704, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_ColorGradient>::Add(!0,!1) */,
{ 9967, 695, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_FontAsset>::TryGetValue(!0,!1&) */,
{ 9967, 700, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_SpriteAsset>::TryGetValue(!0,!1&) */,
{ 9967, 704, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_ColorGradient>::TryGetValue(!0,!1&) */,
{ 9967, 691, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Material>::TryGetValue(!0,!1&) */,
{ 9939, 691, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Material>::.ctor() */,
{ 9939, 695, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_FontAsset>::.ctor() */,
{ 9939, 700, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_SpriteAsset>::.ctor() */,
{ 9939, 704, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_ColorGradient>::.ctor() */,
{ 16098, -1, 1 } /* System.Boolean System.Linq.Enumerable::Contains<System.String>(System.Collections.Generic.IEnumerable`1<!!0>,!!0) */,
{ 16506, -1, 925 } /* !!0 UnityEngine.GameObject::AddComponent<TMPro.TMP_InputField>() */,
{ 16506, -1, 650 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.UI.RectMask2D>() */,
{ 16506, -1, 926 } /* !!0 UnityEngine.GameObject::AddComponent<TMPro.TextMeshProUGUI>() */,
{ 16506, -1, 927 } /* !!0 UnityEngine.GameObject::AddComponent<TMPro.TMP_Dropdown>() */,
{ 10162, 732, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.TMP_Dropdown/OptionData>::Add(!0) */,
{ 10151, 732, -1 } /* System.Int32 System.Collections.Generic.List`1<TMPro.TMP_Dropdown/OptionData>::get_Count() */,
{ 10146, 733, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.TMP_Dropdown/DropdownItem>::.ctor() */,
{ 20360, 734, -1 } /* System.Void TMPro.TweenRunner`1<TMPro.FloatTween>::.ctor() */,
{ 20357, 734, -1 } /* System.Void TMPro.TweenRunner`1<TMPro.FloatTween>::Init(UnityEngine.MonoBehaviour) */,
{ 10157, 732, -1 } /* !0 System.Collections.Generic.List`1<TMPro.TMP_Dropdown/OptionData>::get_Item(System.Int32) */,
{ 10164, 732, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.TMP_Dropdown/OptionData>::AddRange(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 10166, 732, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.TMP_Dropdown/OptionData>::Clear() */,
{ 16506, -1, 733 } /* !!0 UnityEngine.GameObject::AddComponent<TMPro.TMP_Dropdown/DropdownItem>() */,
{ 20402, -1, 617 } /* T TMPro.TMP_Dropdown::GetOrAddComponent<UnityEngine.Canvas>(UnityEngine.GameObject) */,
{ 20402, -1, 903 } /* T TMPro.TMP_Dropdown::GetOrAddComponent<UnityEngine.UI.GraphicRaycaster>(UnityEngine.GameObject) */,
{ 20402, -1, 656 } /* T TMPro.TMP_Dropdown::GetOrAddComponent<UnityEngine.CanvasGroup>(UnityEngine.GameObject) */,
{ 20701, 617, -1 } /* System.Collections.Generic.List`1<T> TMPro.TMP_ListPool`1<UnityEngine.Canvas>::Get() */,
{ 20702, 617, -1 } /* System.Void TMPro.TMP_ListPool`1<UnityEngine.Canvas>::Release(System.Collections.Generic.List`1<T>) */,
{ 16494, -1, 733 } /* !!0 UnityEngine.GameObject::GetComponentInChildren<TMPro.TMP_Dropdown/DropdownItem>() */,
{ 10166, 733, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.TMP_Dropdown/DropdownItem>::Clear() */,
{ 10151, 733, -1 } /* System.Int32 System.Collections.Generic.List`1<TMPro.TMP_Dropdown/DropdownItem>::get_Count() */,
{ 10157, 733, -1 } /* !0 System.Collections.Generic.List`1<TMPro.TMP_Dropdown/DropdownItem>::get_Item(System.Int32) */,
{ 17116, -1, 733 } /* !!0 UnityEngine.Object::Instantiate<TMPro.TMP_Dropdown/DropdownItem>(!!0) */,
{ 10162, 733, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.TMP_Dropdown/DropdownItem>::Add(!0) */,
{ 20358, 734, -1 } /* System.Void TMPro.TweenRunner`1<TMPro.FloatTween>::StartTween(T) */,
{ 16405, -1, 927 } /* !!0 UnityEngine.Component::GetComponentInParent<TMPro.TMP_Dropdown>() */,
{ 10146, 732, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.TMP_Dropdown/OptionData>::.ctor() */,
{ 16978, -1, 697 } /* !!0 UnityEngine.Resources::Load<TMPro.TMP_FontAsset>(System.String) */,
{ 10146, 715, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.TMP_Glyph>::.ctor() */,
{ 10162, 715, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.TMP_Glyph>::Add(!0) */,
{ 1025, 736, -1 } /* System.Void System.Func`2<TMPro.TMP_Glyph,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 16090, -1, 736 } /* System.Linq.IOrderedEnumerable`1<!!0> System.Linq.Enumerable::OrderBy<TMPro.TMP_Glyph,System.Int32>(System.Collections.Generic.IEnumerable`1<!!0>,System.Func`2<!!0,!!1>) */,
{ 16092, -1, 715 } /* System.Collections.Generic.List`1<!!0> System.Linq.Enumerable::ToList<TMPro.TMP_Glyph>(System.Collections.Generic.IEnumerable`1<!!0>) */,
{ 9939, 713, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Glyph>::.ctor() */,
{ 10157, 715, -1 } /* !0 System.Collections.Generic.List`1<TMPro.TMP_Glyph>::get_Item(System.Int32) */,
{ 9954, 713, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Glyph>::ContainsKey(!0) */,
{ 9949, 713, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Glyph>::Add(!0,!1) */,
{ 10151, 715, -1 } /* System.Int32 System.Collections.Generic.List`1<TMPro.TMP_Glyph>::get_Count() */,
{ 9947, 713, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Glyph>::get_Item(!0) */,
{ 9939, 722, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,TMPro.KerningPair>::.ctor() */,
{ 10157, 724, -1 } /* !0 System.Collections.Generic.List`1<TMPro.KerningPair>::get_Item(System.Int32) */,
{ 9954, 722, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,TMPro.KerningPair>::ContainsKey(!0) */,
{ 9949, 722, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,TMPro.KerningPair>::Add(!0,!1) */,
{ 10151, 697, -1 } /* System.Int32 System.Collections.Generic.List`1<TMPro.TMP_FontAsset>::get_Count() */,
{ 10157, 697, -1 } /* !0 System.Collections.Generic.List`1<TMPro.TMP_FontAsset>::get_Item(System.Int32) */,
{ 10146, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::.ctor() */,
{ 10162, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Add(!0) */,
{ 10151, 9, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::get_Count() */,
{ 9967, 713, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Glyph>::TryGetValue(!0,!1&) */,
{ 10167, 24, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::Contains(!0) */,
{ 20697, -1, 47 } /* System.Boolean TMPro.SetPropertyUtility::SetStruct<System.Boolean>(T&,T) */,
{ 20697, -1, 111 } /* System.Boolean TMPro.SetPropertyUtility::SetStruct<System.Single>(T&,T) */,
{ 20697, -1, 24 } /* System.Boolean TMPro.SetPropertyUtility::SetStruct<System.Int32>(T&,T) */,
{ 20698, -1, 660 } /* System.Boolean TMPro.SetPropertyUtility::SetClass<UnityEngine.RectTransform>(T&,T) */,
{ 20698, -1, 765 } /* System.Boolean TMPro.SetPropertyUtility::SetClass<TMPro.TMP_Text>(T&,T) */,
{ 20698, -1, 627 } /* System.Boolean TMPro.SetPropertyUtility::SetClass<UnityEngine.UI.Graphic>(T&,T) */,
{ 20698, -1, 899 } /* System.Boolean TMPro.SetPropertyUtility::SetClass<UnityEngine.UI.Scrollbar>(T&,T) */,
{ 20698, -1, 928 } /* System.Boolean TMPro.SetPropertyUtility::SetClass<TMPro.TMP_InputField/SubmitEvent>(T&,T) */,
{ 20698, -1, 929 } /* System.Boolean TMPro.SetPropertyUtility::SetClass<TMPro.TMP_InputField/SelectionEvent>(T&,T) */,
{ 20698, -1, 930 } /* System.Boolean TMPro.SetPropertyUtility::SetClass<TMPro.TMP_InputField/TextSelectionEvent>(T&,T) */,
{ 20698, -1, 931 } /* System.Boolean TMPro.SetPropertyUtility::SetClass<TMPro.TMP_InputField/OnChangeEvent>(T&,T) */,
{ 20698, -1, 932 } /* System.Boolean TMPro.SetPropertyUtility::SetClass<TMPro.TMP_InputField/OnValidateInput>(T&,T) */,
{ 20698, -1, 697 } /* System.Boolean TMPro.SetPropertyUtility::SetClass<TMPro.TMP_FontAsset>(T&,T) */,
{ 20697, -1, 737 } /* System.Boolean TMPro.SetPropertyUtility::SetStruct<TMPro.TMP_InputField/ContentType>(T&,T) */,
{ 20697, -1, 933 } /* System.Boolean TMPro.SetPropertyUtility::SetStruct<TMPro.TMP_InputField/LineType>(T&,T) */,
{ 20697, -1, 934 } /* System.Boolean TMPro.SetPropertyUtility::SetStruct<TMPro.TMP_InputField/InputType>(T&,T) */,
{ 20697, -1, 915 } /* System.Boolean TMPro.SetPropertyUtility::SetStruct<UnityEngine.TouchScreenKeyboardType>(T&,T) */,
{ 20697, -1, 935 } /* System.Boolean TMPro.SetPropertyUtility::SetStruct<TMPro.TMP_InputField/CharacterValidation>(T&,T) */,
{ 20698, -1, 936 } /* System.Boolean TMPro.SetPropertyUtility::SetClass<TMPro.TMP_InputValidator>(T&,T) */,
{ 20697, -1, 9 } /* System.Boolean TMPro.SetPropertyUtility::SetStruct<System.Char>(T&,T) */,
{ 16506, -1, 937 } /* !!0 UnityEngine.GameObject::AddComponent<TMPro.TMP_SelectionCaret>() */,
{ 1005, 475, -1 } /* System.Void System.Action`1<UnityEngine.Object>::.ctor(System.Object,System.IntPtr) */,
{ 20099, 475, -1 } /* System.Void TMPro.FastAction`1<UnityEngine.Object>::Add(System.Action`1<A>) */,
{ 20100, 475, -1 } /* System.Void TMPro.FastAction`1<UnityEngine.Object>::Remove(System.Action`1<A>) */,
{ 17256, 743, -1 } /* System.Void UnityEngine.Events.UnityEvent`3<System.String,System.Int32,System.Int32>::Invoke(!0,!1,!2) */,
{ 17250, 743, -1 } /* System.Void UnityEngine.Events.UnityEvent`3<System.String,System.Int32,System.Int32>::.ctor() */,
{ 10146, 745, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.TMP_MaterialManager/MaskingMaterial>::.ctor() */,
{ 9939, 746, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,TMPro.TMP_MaterialManager/FallbackMaterial>::.ctor() */,
{ 9939, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::.ctor() */,
{ 10146, 751, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.TMP_MaterialManager/FallbackMaterial>::.ctor() */,
{ 10157, 745, -1 } /* !0 System.Collections.Generic.List`1<TMPro.TMP_MaterialManager/MaskingMaterial>::get_Item(System.Int32) */,
{ 10151, 745, -1 } /* System.Int32 System.Collections.Generic.List`1<TMPro.TMP_MaterialManager/MaskingMaterial>::get_Count() */,
{ 10162, 745, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.TMP_MaterialManager/MaskingMaterial>::Add(!0) */,
{ 10188, 745, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.TMP_MaterialManager/MaskingMaterial>::RemoveAt(System.Int32) */,
{ 1049, 745, -1 } /* System.Void System.Predicate`1<TMPro.TMP_MaterialManager/MaskingMaterial>::.ctor(System.Object,System.IntPtr) */,
{ 10175, 745, -1 } /* System.Int32 System.Collections.Generic.List`1<TMPro.TMP_MaterialManager/MaskingMaterial>::FindIndex(System.Predicate`1<!0>) */,
{ 20701, 648, -1 } /* System.Collections.Generic.List`1<T> TMPro.TMP_ListPool`1<UnityEngine.UI.Mask>::Get() */,
{ 20702, 648, -1 } /* System.Void TMPro.TMP_ListPool`1<UnityEngine.UI.Mask>::Release(System.Collections.Generic.List`1<T>) */,
{ 20701, 626, -1 } /* System.Collections.Generic.List`1<T> TMPro.TMP_ListPool`1<UnityEngine.UI.IMaterialModifier>::Get() */,
{ 16409, -1, 626 } /* System.Void UnityEngine.Component::GetComponents<UnityEngine.UI.IMaterialModifier>(System.Collections.Generic.List`1<!!0>) */,
{ 10157, 626, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.UI.IMaterialModifier>::get_Item(System.Int32) */,
{ 10151, 626, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UI.IMaterialModifier>::get_Count() */,
{ 20702, 626, -1 } /* System.Void TMPro.TMP_ListPool`1<UnityEngine.UI.IMaterialModifier>::Release(System.Collections.Generic.List`1<T>) */,
{ 9967, 746, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,TMPro.TMP_MaterialManager/FallbackMaterial>::TryGetValue(!0,!1&) */,
{ 9949, 746, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,TMPro.TMP_MaterialManager/FallbackMaterial>::Add(!0,!1) */,
{ 9949, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::Add(!0,!1) */,
{ 9967, 753, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::TryGetValue(!0,!1&) */,
{ 10162, 751, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.TMP_MaterialManager/FallbackMaterial>::Add(!0) */,
{ 10151, 751, -1 } /* System.Int32 System.Collections.Generic.List`1<TMPro.TMP_MaterialManager/FallbackMaterial>::get_Count() */,
{ 10157, 751, -1 } /* !0 System.Collections.Generic.List`1<TMPro.TMP_MaterialManager/FallbackMaterial>::get_Item(System.Int32) */,
{ 9966, 746, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,TMPro.TMP_MaterialManager/FallbackMaterial>::Remove(!0) */,
{ 9966, 753, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::Remove(!0) */,
{ 10166, 751, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.TMP_MaterialManager/FallbackMaterial>::Clear() */,
{ 722, -1, 481 } /* System.Void System.Array::Resize<UnityEngine.Vector3>(!!0[]&,System.Int32) */,
{ 722, -1, 483 } /* System.Void System.Array::Resize<UnityEngine.Vector4>(!!0[]&,System.Int32) */,
{ 722, -1, 484 } /* System.Void System.Array::Resize<UnityEngine.Vector2>(!!0[]&,System.Int32) */,
{ 722, -1, 485 } /* System.Void System.Array::Resize<UnityEngine.Color32>(!!0[]&,System.Int32) */,
{ 722, -1, 24 } /* System.Void System.Array::Resize<System.Int32>(!!0[]&,System.Int32) */,
{ 16978, -1, 938 } /* !!0 UnityEngine.Resources::Load<TMPro.TMP_Settings>(System.String) */,
{ 9939, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::.ctor() */,
{ 9954, 727, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::ContainsKey(!0) */,
{ 9949, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::Add(!0,!1) */,
{ 16397, -1, 765 } /* !!0 UnityEngine.Component::GetComponent<TMPro.TMP_Text>() */,
{ 9953, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::Clear() */,
{ 9967, 388, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::TryGetValue(!0,!1&) */,
{ 9949, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::Add(!0,!1) */,
{ 9940, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::.ctor(System.Int32) */,
{ 10151, 721, -1 } /* System.Int32 System.Collections.Generic.List`1<TMPro.TMP_Sprite>::get_Count() */,
{ 10157, 721, -1 } /* !0 System.Collections.Generic.List`1<TMPro.TMP_Sprite>::get_Item(System.Int32) */,
{ 16978, -1, 702 } /* !!0 UnityEngine.Resources::Load<TMPro.TMP_SpriteAsset>(System.String) */,
{ 9939, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::.ctor() */,
{ 9953, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::Clear() */,
{ 9954, 424, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::ContainsKey(!0) */,
{ 9949, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::Add(!0,!1) */,
{ 10151, 702, -1 } /* System.Int32 System.Collections.Generic.List`1<TMPro.TMP_SpriteAsset>::get_Count() */,
{ 10157, 702, -1 } /* !0 System.Collections.Generic.List`1<TMPro.TMP_SpriteAsset>::get_Item(System.Int32) */,
{ 16978, -1, 939 } /* !!0 UnityEngine.Resources::Load<TMPro.TMP_StyleSheet>(System.String) */,
{ 9967, 760, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Style>::TryGetValue(!0,!1&) */,
{ 9954, 760, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Style>::ContainsKey(!0) */,
{ 9947, 760, -1 } /* !1 System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Style>::get_Item(!0) */,
{ 9949, 760, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Style>::Add(!0,!1) */,
{ 9966, 760, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Style>::Remove(!0) */,
{ 9953, 760, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Style>::Clear() */,
{ 10157, 759, -1 } /* !0 System.Collections.Generic.List`1<TMPro.TMP_Style>::get_Item(System.Int32) */,
{ 10151, 759, -1 } /* System.Int32 System.Collections.Generic.List`1<TMPro.TMP_Style>::get_Count() */,
{ 10147, 759, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.TMP_Style>::.ctor(System.Int32) */,
{ 9939, 760, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Style>::.ctor() */,
{ 16397, -1, 940 } /* !!0 UnityEngine.Component::GetComponent<UnityEngine.Renderer>() */,
{ 16397, -1, 941 } /* !!0 UnityEngine.Component::GetComponent<UnityEngine.MeshFilter>() */,
{ 16490, -1, 711 } /* !!0 UnityEngine.GameObject::GetComponent<TMPro.TMP_SubMesh>() */,
{ 16490, -1, 941 } /* !!0 UnityEngine.GameObject::GetComponent<UnityEngine.MeshFilter>() */,
{ 16506, -1, 731 } /* !!0 UnityEngine.GameObject::AddComponent<TMPro.TMP_SubMeshUI>() */,
{ 16397, -1, 942 } /* !!0 UnityEngine.Component::GetComponent<TMPro.TMP_SpriteAnimator>() */,
{ 16506, -1, 942 } /* !!0 UnityEngine.GameObject::AddComponent<TMPro.TMP_SpriteAnimator>() */,
{ 16397, -1, 917 } /* !!0 UnityEngine.Component::GetComponent<UnityEngine.UI.LayoutElement>() */,
{ 21265, 24, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<System.Int32>::Clear() */,
{ 21140, -1, 24 } /* System.Void TMPro.TMP_Text::ResizeInternalArray<System.Int32>(T[]&) */,
{ 21266, 24, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<System.Int32>::SetDefault(T) */,
{ 21267, 24, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<System.Int32>::Add(T) */,
{ 21271, 24, -1 } /* T TMPro.TMP_XmlTagStack`1<System.Int32>::CurrentItem() */,
{ 21268, 24, -1 } /* T TMPro.TMP_XmlTagStack`1<System.Int32>::Remove() */,
{ 21266, 708, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<TMPro.MaterialReference>::SetDefault(T) */,
{ 21266, 111, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<System.Single>::SetDefault(T) */,
{ 21266, 719, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<TMPro.TextAlignmentOptions>::SetDefault(T) */,
{ 21265, 111, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<System.Single>::Clear() */,
{ 9967, 722, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,TMPro.KerningPair>::TryGetValue(!0,!1&) */,
{ 21267, 485, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<UnityEngine.Color32>::Add(T) */,
{ 21268, 485, -1 } /* T TMPro.TMP_XmlTagStack`1<UnityEngine.Color32>::Remove() */,
{ 21269, 111, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<System.Single>::Push(T) */,
{ 21270, 111, -1 } /* T TMPro.TMP_XmlTagStack`1<System.Single>::Pop() */,
{ 21267, 111, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<System.Single>::Add(T) */,
{ 21268, 111, -1 } /* T TMPro.TMP_XmlTagStack`1<System.Single>::Remove() */,
{ 21267, 708, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<TMPro.MaterialReference>::Add(T) */,
{ 16978, -1, 693 } /* !!0 UnityEngine.Resources::Load<UnityEngine.Material>(System.String) */,
{ 21268, 708, -1 } /* T TMPro.TMP_XmlTagStack`1<TMPro.MaterialReference>::Remove() */,
{ 21210, -1, 764 } /* System.Void TMPro.TMP_TextInfo::Resize<TMPro.TMP_LinkInfo>(T[]&,System.Int32) */,
{ 21267, 719, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<TMPro.TextAlignmentOptions>::Add(T) */,
{ 21268, 719, -1 } /* T TMPro.TMP_XmlTagStack`1<TMPro.TextAlignmentOptions>::Remove() */,
{ 16978, -1, 706 } /* !!0 UnityEngine.Resources::Load<TMPro.TMP_ColorGradient>(System.String) */,
{ 21267, 706, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<TMPro.TMP_ColorGradient>::Add(T) */,
{ 21268, 706, -1 } /* T TMPro.TMP_XmlTagStack`1<TMPro.TMP_ColorGradient>::Remove() */,
{ 21264, 708, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<TMPro.MaterialReference>::.ctor(T[]) */,
{ 21264, 111, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<System.Single>::.ctor(T[]) */,
{ 21264, 24, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<System.Int32>::.ctor(T[]) */,
{ 21264, 719, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<TMPro.TextAlignmentOptions>::.ctor(T[]) */,
{ 21264, 485, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<UnityEngine.Color32>::.ctor(T[]) */,
{ 21264, 706, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<TMPro.TMP_ColorGradient>::.ctor(T[]) */,
{ 10146, 765, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.TMP_Text>::.ctor() */,
{ 1005, 507, -1 } /* System.Void System.Action`1<UnityEngine.Camera[]>::.ctor(System.Object,System.IntPtr) */,
{ 10162, 765, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.TMP_Text>::Add(!0) */,
{ 10157, 765, -1 } /* !0 System.Collections.Generic.List`1<TMPro.TMP_Text>::get_Item(System.Int32) */,
{ 10151, 765, -1 } /* System.Int32 System.Collections.Generic.List`1<TMPro.TMP_Text>::get_Count() */,
{ 10166, 765, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.TMP_Text>::Clear() */,
{ 10185, 765, -1 } /* System.Boolean System.Collections.Generic.List`1<TMPro.TMP_Text>::Remove(!0) */,
{ 9966, 424, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::Remove(!0) */,
{ 10146, 608, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.ICanvasElement>::.ctor() */,
{ 10162, 608, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.ICanvasElement>::Add(!0) */,
{ 10157, 608, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.UI.ICanvasElement>::get_Item(System.Int32) */,
{ 10151, 608, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UI.ICanvasElement>::get_Count() */,
{ 10166, 608, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.ICanvasElement>::Clear() */,
{ 10185, 608, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UI.ICanvasElement>::Remove(!0) */,
{ 20105, 772, -1 } /* System.Void TMPro.FastAction`2<System.Boolean,UnityEngine.Material>::Call(A,B) */,
{ 20105, 783, -1 } /* System.Void TMPro.FastAction`2<System.Boolean,TMPro.TMP_FontAsset>::Call(A,B) */,
{ 20105, 789, -1 } /* System.Void TMPro.FastAction`2<System.Boolean,UnityEngine.Object>::Call(A,B) */,
{ 20105, 795, -1 } /* System.Void TMPro.FastAction`2<System.Boolean,TMPro.TextMeshPro>::Call(A,B) */,
{ 20109, 801, -1 } /* System.Void TMPro.FastAction`3<UnityEngine.GameObject,UnityEngine.Material,UnityEngine.Material>::Call(A,B,C) */,
{ 20101, 47, -1 } /* System.Void TMPro.FastAction`1<System.Boolean>::Call(A) */,
{ 20101, 706, -1 } /* System.Void TMPro.FastAction`1<TMPro.TMP_ColorGradient>::Call(A) */,
{ 20101, 475, -1 } /* System.Void TMPro.FastAction`1<UnityEngine.Object>::Call(A) */,
{ 20105, 817, -1 } /* System.Void TMPro.FastAction`2<System.Boolean,TMPro.TextMeshProUGUI>::Call(A,B) */,
{ 20105, 766, -1 } /* System.Void TMPro.FastAction`2<System.Object,TMPro.Compute_DT_EventArgs>::Call(A,B) */,
{ 20106, 766, -1 } /* System.Void TMPro.FastAction`2<System.Object,TMPro.Compute_DT_EventArgs>::.ctor() */,
{ 20106, 772, -1 } /* System.Void TMPro.FastAction`2<System.Boolean,UnityEngine.Material>::.ctor() */,
{ 20106, 783, -1 } /* System.Void TMPro.FastAction`2<System.Boolean,TMPro.TMP_FontAsset>::.ctor() */,
{ 20106, 789, -1 } /* System.Void TMPro.FastAction`2<System.Boolean,UnityEngine.Object>::.ctor() */,
{ 20106, 795, -1 } /* System.Void TMPro.FastAction`2<System.Boolean,TMPro.TextMeshPro>::.ctor() */,
{ 20110, 801, -1 } /* System.Void TMPro.FastAction`3<UnityEngine.GameObject,UnityEngine.Material,UnityEngine.Material>::.ctor() */,
{ 20102, 47, -1 } /* System.Void TMPro.FastAction`1<System.Boolean>::.ctor() */,
{ 20102, 706, -1 } /* System.Void TMPro.FastAction`1<TMPro.TMP_ColorGradient>::.ctor() */,
{ 20106, 817, -1 } /* System.Void TMPro.FastAction`2<System.Boolean,TMPro.TextMeshProUGUI>::.ctor() */,
{ 20102, 475, -1 } /* System.Void TMPro.FastAction`1<UnityEngine.Object>::.ctor() */,
{ 16397, -1, 943 } /* !!0 UnityEngine.Component::GetComponent<TMPro.TextMeshPro>() */,
{ 16506, -1, 940 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.Renderer>() */,
{ 16506, -1, 904 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.CanvasRenderer>() */,
{ 16506, -1, 941 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.MeshFilter>() */,
{ 16402, -1, 711 } /* !!0[] UnityEngine.Component::GetComponentsInChildren<TMPro.TMP_SubMesh>() */,
{ 21211, -1, 693 } /* System.Void TMPro.TMP_TextInfo::Resize<UnityEngine.Material>(T[]&,System.Int32,System.Boolean) */,
{ 21211, -1, 718 } /* System.Void TMPro.TMP_TextInfo::Resize<TMPro.TMP_CharacterInfo>(T[]&,System.Int32,System.Boolean) */,
{ 21211, -1, 712 } /* System.Void TMPro.TMP_TextInfo::Resize<TMPro.TMP_MeshInfo>(T[]&,System.Int32,System.Boolean) */,
{ 21210, -1, 711 } /* System.Void TMPro.TMP_TextInfo::Resize<TMPro.TMP_SubMesh>(T[]&,System.Int32) */,
{ 21266, 485, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<UnityEngine.Color32>::SetDefault(T) */,
{ 21266, 706, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<TMPro.TMP_ColorGradient>::SetDefault(T) */,
{ 21211, -1, 720 } /* System.Void TMPro.TMP_TextInfo::Resize<TMPro.TMP_PageInfo>(T[]&,System.Int32,System.Boolean) */,
{ 21210, -1, 730 } /* System.Void TMPro.TMP_TextInfo::Resize<TMPro.TMP_WordInfo>(T[]&,System.Int32) */,
{ 16402, -1, 731 } /* !!0[] UnityEngine.Component::GetComponentsInChildren<TMPro.TMP_SubMeshUI>() */,
{ 21210, -1, 731 } /* System.Void TMPro.TMP_TextInfo::Resize<TMPro.TMP_SubMeshUI>(T[]&,System.Int32) */,
{ 10177, 827, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.UI.RawImage>::GetEnumerator() */,
{ 10203, 827, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.UI.RawImage>::get_Current() */,
{ 10201, 827, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UI.RawImage>::MoveNext() */,
{ 10200, 827, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UI.RawImage>::Dispose() */,
{ 10162, 831, -1 } /* System.Void System.Collections.Generic.List`1<TouchSer>::Add(!0) */,
{ 10157, 829, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.AudioSource>::get_Item(System.Int32) */,
{ 10157, 827, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.UI.RawImage>::get_Item(System.Int32) */,
{ 16397, -1, 827 } /* !!0 UnityEngine.Component::GetComponent<UnityEngine.UI.RawImage>() */,
{ 16490, -1, 923 } /* !!0 UnityEngine.GameObject::GetComponent<UnityEngine.Animator>() */,
{ 10162, 826, -1 } /* System.Void System.Collections.Generic.List`1<Trial>::Add(!0) */,
{ 10166, 831, -1 } /* System.Void System.Collections.Generic.List`1<TouchSer>::Clear() */,
{ 10177, 826, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<Trial>::GetEnumerator() */,
{ 10203, 826, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<Trial>::get_Current() */,
{ 10177, 831, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<TouchSer>::GetEnumerator() */,
{ 10203, 831, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<TouchSer>::get_Current() */,
{ 10201, 831, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<TouchSer>::MoveNext() */,
{ 10200, 831, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<TouchSer>::Dispose() */,
{ 10201, 826, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<Trial>::MoveNext() */,
{ 10200, 826, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<Trial>::Dispose() */,
{ 10146, 826, -1 } /* System.Void System.Collections.Generic.List`1<Trial>::.ctor() */,
{ 10146, 827, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UI.RawImage>::.ctor() */,
{ 10146, 829, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.AudioSource>::.ctor() */,
{ 16506, -1, 944 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.Video.VideoPlayer>() */,
{ 16506, -1, 829 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.AudioSource>() */,
{ 10146, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::.ctor() */,
{ 1025, 832, -1 } /* System.Void System.Func`2<UnityEngine.Touch,System.Single>::.ctor(System.Object,System.IntPtr) */,
{ 16090, -1, 832 } /* System.Linq.IOrderedEnumerable`1<!!0> System.Linq.Enumerable::OrderBy<UnityEngine.Touch,System.Single>(System.Collections.Generic.IEnumerable`1<!!0>,System.Func`2<!!0,!!1>) */,
{ 16092, -1, 479 } /* System.Collections.Generic.List`1<!!0> System.Linq.Enumerable::ToList<UnityEngine.Touch>(System.Collections.Generic.IEnumerable`1<!!0>) */,
{ 10157, 479, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.Touch>::get_Item(System.Int32) */,
{ 10189, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::RemoveRange(System.Int32,System.Int32) */,
{ 16093, -1, 479 } /* !!0 System.Linq.Enumerable::First<UnityEngine.Touch>(System.Collections.Generic.IEnumerable`1<!!0>) */,
{ 10188, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::RemoveAt(System.Int32) */,
{ 17224, 1, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.String>::.ctor(System.Object,System.IntPtr) */,
{ 17229, 1, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.String>::AddListener(UnityEngine.Events.UnityAction`1<!0>) */,
{ 17230, 1, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.String>::RemoveListener(UnityEngine.Events.UnityAction`1<!0>) */,
{ 10151, 831, -1 } /* System.Int32 System.Collections.Generic.List`1<TouchSer>::get_Count() */,
{ 16506, -1, 945 } /* !!0 UnityEngine.GameObject::AddComponent<Gamestate>() */,
{ 1017, 833, -1 } /* System.Void System.Action`3<System.Int32[],System.Byte[],System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 21565, -1, 67 } /* System.Boolean PlayerPrefsX::SetValue<System.Int32[]>(System.String,T,PlayerPrefsX/ArrayType,System.Int32,System.Action`3<T,System.Byte[],System.Int32>) */,
{ 1017, 835, -1 } /* System.Void System.Action`3<System.Single[],System.Byte[],System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 21565, -1, 946 } /* System.Boolean PlayerPrefsX::SetValue<System.Single[]>(System.String,T,PlayerPrefsX/ArrayType,System.Int32,System.Action`3<T,System.Byte[],System.Int32>) */,
{ 1017, 836, -1 } /* System.Void System.Action`3<UnityEngine.Vector2[],System.Byte[],System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 21565, -1, 947 } /* System.Boolean PlayerPrefsX::SetValue<UnityEngine.Vector2[]>(System.String,T,PlayerPrefsX/ArrayType,System.Int32,System.Action`3<T,System.Byte[],System.Int32>) */,
{ 1017, 837, -1 } /* System.Void System.Action`3<UnityEngine.Vector3[],System.Byte[],System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 21565, -1, 850 } /* System.Boolean PlayerPrefsX::SetValue<UnityEngine.Vector3[]>(System.String,T,PlayerPrefsX/ArrayType,System.Int32,System.Action`3<T,System.Byte[],System.Int32>) */,
{ 1017, 838, -1 } /* System.Void System.Action`3<UnityEngine.Quaternion[],System.Byte[],System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 21565, -1, 948 } /* System.Boolean PlayerPrefsX::SetValue<UnityEngine.Quaternion[]>(System.String,T,PlayerPrefsX/ArrayType,System.Int32,System.Action`3<T,System.Byte[],System.Int32>) */,
{ 1017, 839, -1 } /* System.Void System.Action`3<UnityEngine.Color[],System.Byte[],System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 21565, -1, 949 } /* System.Boolean PlayerPrefsX::SetValue<UnityEngine.Color[]>(System.String,T,PlayerPrefsX/ArrayType,System.Int32,System.Action`3<T,System.Byte[],System.Int32>) */,
{ 1013, 840, -1 } /* System.Void System.Action`2<System.Collections.Generic.List`1<System.Int32>,System.Byte[]>::.ctor(System.Object,System.IntPtr) */,
{ 21584, -1, 668 } /* System.Void PlayerPrefsX::GetValue<System.Collections.Generic.List`1<System.Int32>>(System.String,T,PlayerPrefsX/ArrayType,System.Int32,System.Action`2<T,System.Byte[]>) */,
{ 10146, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::.ctor() */,
{ 1013, 842, -1 } /* System.Void System.Action`2<System.Collections.Generic.List`1<System.Single>,System.Byte[]>::.ctor(System.Object,System.IntPtr) */,
{ 21584, -1, 950 } /* System.Void PlayerPrefsX::GetValue<System.Collections.Generic.List`1<System.Single>>(System.String,T,PlayerPrefsX/ArrayType,System.Int32,System.Action`2<T,System.Byte[]>) */,
{ 10196, 111, -1 } /* !0[] System.Collections.Generic.List`1<System.Single>::ToArray() */,
{ 10146, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::.ctor() */,
{ 1013, 843, -1 } /* System.Void System.Action`2<System.Collections.Generic.List`1<UnityEngine.Vector2>,System.Byte[]>::.ctor(System.Object,System.IntPtr) */,
{ 21584, -1, 666 } /* System.Void PlayerPrefsX::GetValue<System.Collections.Generic.List`1<UnityEngine.Vector2>>(System.String,T,PlayerPrefsX/ArrayType,System.Int32,System.Action`2<T,System.Byte[]>) */,
{ 10196, 484, -1 } /* !0[] System.Collections.Generic.List`1<UnityEngine.Vector2>::ToArray() */,
{ 10146, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::.ctor() */,
{ 1013, 844, -1 } /* System.Void System.Action`2<System.Collections.Generic.List`1<UnityEngine.Vector3>,System.Byte[]>::.ctor(System.Object,System.IntPtr) */,
{ 21584, -1, 664 } /* System.Void PlayerPrefsX::GetValue<System.Collections.Generic.List`1<UnityEngine.Vector3>>(System.String,T,PlayerPrefsX/ArrayType,System.Int32,System.Action`2<T,System.Byte[]>) */,
{ 10196, 481, -1 } /* !0[] System.Collections.Generic.List`1<UnityEngine.Vector3>::ToArray() */,
{ 10146, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::.ctor() */,
{ 1013, 845, -1 } /* System.Void System.Action`2<System.Collections.Generic.List`1<UnityEngine.Quaternion>,System.Byte[]>::.ctor(System.Object,System.IntPtr) */,
{ 21584, -1, 951 } /* System.Void PlayerPrefsX::GetValue<System.Collections.Generic.List`1<UnityEngine.Quaternion>>(System.String,T,PlayerPrefsX/ArrayType,System.Int32,System.Action`2<T,System.Byte[]>) */,
{ 10196, 482, -1 } /* !0[] System.Collections.Generic.List`1<UnityEngine.Quaternion>::ToArray() */,
{ 10146, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::.ctor() */,
{ 1013, 846, -1 } /* System.Void System.Action`2<System.Collections.Generic.List`1<UnityEngine.Color>,System.Byte[]>::.ctor(System.Object,System.IntPtr) */,
{ 21584, -1, 952 } /* System.Void PlayerPrefsX::GetValue<System.Collections.Generic.List`1<UnityEngine.Color>>(System.String,T,PlayerPrefsX/ArrayType,System.Int32,System.Action`2<T,System.Byte[]>) */,
{ 10196, 476, -1 } /* !0[] System.Collections.Generic.List`1<UnityEngine.Color>::ToArray() */,
{ 10162, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Add(!0) */,
{ 10162, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::Add(!0) */,
{ 10162, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Add(!0) */,
{ 16506, -1, 943 } /* !!0 UnityEngine.GameObject::AddComponent<TMPro.TextMeshPro>() */,
{ 16506, -1, 953 } /* !!0 UnityEngine.GameObject::AddComponent<UnityEngine.TextMesh>() */,
{ 16506, -1, 954 } /* !!0 UnityEngine.GameObject::AddComponent<TMPro.Examples.TextMeshProFloatingText>() */,
{ 16978, -1, 524 } /* !!0 UnityEngine.Resources::Load<UnityEngine.Font>(System.String) */,
{ 16397, -1, 955 } /* !!0 UnityEngine.Component::GetComponent<UnityEngine.Light>() */,
{ 16490, -1, 765 } /* !!0 UnityEngine.GameObject::GetComponent<TMPro.TMP_Text>() */,
{ 16397, -1, 926 } /* !!0 UnityEngine.Component::GetComponent<TMPro.TextMeshProUGUI>() */,
{ 17235, 847, -1 } /* System.Void UnityEngine.Events.UnityAction`2<System.Char,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 17240, 847, -1 } /* System.Void UnityEngine.Events.UnityEvent`2<System.Char,System.Int32>::AddListener(UnityEngine.Events.UnityAction`2<!0,!1>) */,
{ 17246, 743, -1 } /* System.Void UnityEngine.Events.UnityAction`3<System.String,System.Int32,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 17251, 743, -1 } /* System.Void UnityEngine.Events.UnityEvent`3<System.String,System.Int32,System.Int32>::AddListener(UnityEngine.Events.UnityAction`3<!0,!1,!2>) */,
{ 17246, 848, -1 } /* System.Void UnityEngine.Events.UnityAction`3<System.String,System.String,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 17251, 848, -1 } /* System.Void UnityEngine.Events.UnityEvent`3<System.String,System.String,System.Int32>::AddListener(UnityEngine.Events.UnityAction`3<!0,!1,!2>) */,
{ 17241, 847, -1 } /* System.Void UnityEngine.Events.UnityEvent`2<System.Char,System.Int32>::RemoveListener(UnityEngine.Events.UnityAction`2<!0,!1>) */,
{ 17252, 743, -1 } /* System.Void UnityEngine.Events.UnityEvent`3<System.String,System.Int32,System.Int32>::RemoveListener(UnityEngine.Events.UnityAction`3<!0,!1,!2>) */,
{ 17252, 848, -1 } /* System.Void UnityEngine.Events.UnityEvent`3<System.String,System.String,System.Int32>::RemoveListener(UnityEngine.Events.UnityAction`3<!0,!1,!2>) */,
{ 16490, -1, 943 } /* !!0 UnityEngine.GameObject::GetComponent<TMPro.TextMeshPro>() */,
{ 16490, -1, 926 } /* !!0 UnityEngine.GameObject::GetComponent<TMPro.TextMeshProUGUI>() */,
{ 16497, -1, 617 } /* !!0 UnityEngine.GameObject::GetComponentInParent<UnityEngine.Canvas>() */,
{ 17116, -1, 660 } /* !!0 UnityEngine.Object::Instantiate<UnityEngine.RectTransform>(!!0) */,
{ 16399, -1, 926 } /* !!0 UnityEngine.Component::GetComponentInChildren<TMPro.TextMeshProUGUI>() */,
{ 16490, -1, 956 } /* !!0 UnityEngine.GameObject::GetComponent<TMPro.TextContainer>() */,
{ 10157, 111, -1 } /* !0 System.Collections.Generic.List`1<System.Single>::get_Item(System.Int32) */,
{ 10166, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Clear() */,
{ 10151, 111, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::get_Count() */,
{ 1041, 24, -1 } /* System.Void System.Comparison`1<System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 10195, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Sort(System.Comparison`1<!0>) */,
{ 17245, 847, -1 } /* System.Void UnityEngine.Events.UnityEvent`2<System.Char,System.Int32>::Invoke(!0,!1) */,
{ 17256, 848, -1 } /* System.Void UnityEngine.Events.UnityEvent`3<System.String,System.String,System.Int32>::Invoke(!0,!1,!2) */,
{ 17239, 847, -1 } /* System.Void UnityEngine.Events.UnityEvent`2<System.Char,System.Int32>::.ctor() */,
{ 17250, 848, -1 } /* System.Void UnityEngine.Events.UnityEvent`3<System.String,System.String,System.Int32>::.ctor() */,
{ 10146, 831, -1 } /* System.Void System.Collections.Generic.List`1<TouchSer>::.ctor() */,
{ 873, -1, 957 } /* R System.Array::UnsafeMov<System.Int32Enum,System.Int32>(S) */,
{ 822, -1, 828 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<AddGame/Aufgabe>(T) */,
{ 822, -1, 301 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<MS.Internal.Xml.Cache.XPathNode>(T) */,
{ 822, -1, 353 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<MS.Internal.Xml.Cache.XPathNodeRef>(T) */,
{ 822, -1, 31 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<Mono.Globalization.Unicode.CodePointIndexer/TableRange>(T) */,
{ 822, -1, 451 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.ArraySegment`1<System.Byte>>(T) */,
{ 822, -1, 47 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Boolean>(T) */,
{ 822, -1, 8 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Byte>(T) */,
{ 822, -1, 436 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.ByteEnum>(T) */,
{ 822, -1, 9 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Char>(T) */,
{ 822, -1, 27 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.DictionaryEntry>(T) */,
{ 822, -1, 354 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(T) */,
{ 822, -1, 415 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>(T) */,
{ 822, -1, 758 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Boolean>>(T) */,
{ 822, -1, 729 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Char>>(T) */,
{ 822, -1, 710 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>>(T) */,
{ 822, -1, 755 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int64>>(T) */,
{ 822, -1, 125 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>(T) */,
{ 822, -1, 749 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(T) */,
{ 822, -1, 380 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(T) */,
{ 822, -1, 283 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(T) */,
{ 822, -1, 23 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>(T) */,
{ 822, -1, 167 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>(T) */,
{ 822, -1, 463 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.HashSet`1/Slot<System.Object>>(T) */,
{ 822, -1, 352 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(T) */,
{ 822, -1, 116 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T) */,
{ 822, -1, 414 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>(T) */,
{ 822, -1, 757 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>>(T) */,
{ 822, -1, 728 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>>(T) */,
{ 822, -1, 709 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>(T) */,
{ 822, -1, 754 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>>(T) */,
{ 822, -1, 124 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>(T) */,
{ 822, -1, 748 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(T) */,
{ 822, -1, 379 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(T) */,
{ 822, -1, 282 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(T) */,
{ 822, -1, 22 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>(T) */,
{ 822, -1, 166 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>(T) */,
{ 822, -1, 299 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Collections.Hashtable/bucket>(T) */,
{ 822, -1, 61 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.DateTime>(T) */,
{ 822, -1, 62 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.DateTimeOffset>(T) */,
{ 822, -1, 63 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Decimal>(T) */,
{ 822, -1, 83 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Double>(T) */,
{ 822, -1, 235 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Globalization.InternalCodePageDataItem>(T) */,
{ 822, -1, 236 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Globalization.InternalEncodingDataItem>(T) */,
{ 822, -1, 96 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Guid>(T) */,
{ 822, -1, 97 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Int16>(T) */,
{ 822, -1, 24 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Int32>(T) */,
{ 822, -1, 92 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Int32Enum>(T) */,
{ 822, -1, 30 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Int64>(T) */,
{ 822, -1, 87 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.IntPtr>(T) */,
{ 822, -1, 439 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Net.CookieTokenizer/RecognizedAttribute>(T) */,
{ 822, -1, 440 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Net.HeaderVariantInfo>(T) */,
{ 822, -1, 453 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Net.Sockets.Socket/WSABUF>(T) */,
{ 822, -1, 151 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.ParameterizedStrings/FormatParam>(T) */,
{ 822, -1, 174 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Reflection.CustomAttributeNamedArgument>(T) */,
{ 822, -1, 173 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Reflection.CustomAttributeTypedArgument>(T) */,
{ 822, -1, 66 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Reflection.ParameterModifier>(T) */,
{ 822, -1, 168 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Resources.ResourceLocator>(T) */,
{ 822, -1, 26 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Runtime.CompilerServices.Ephemeron>(T) */,
{ 822, -1, 452 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Runtime.InteropServices.GCHandle>(T) */,
{ 822, -1, 110 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.SByte>(T) */,
{ 822, -1, 432 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Security.Cryptography.X509Certificates.X509ChainStatus>(T) */,
{ 822, -1, 111 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Single>(T) */,
{ 822, -1, 427 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>(T) */,
{ 822, -1, 246 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Threading.CancellationTokenRegistration>(T) */,
{ 822, -1, 112 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.TimeSpan>(T) */,
{ 822, -1, 136 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.UInt16>(T) */,
{ 822, -1, 393 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.UInt16Enum>(T) */,
{ 822, -1, 35 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.UInt32>(T) */,
{ 822, -1, 391 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.UInt32Enum>(T) */,
{ 822, -1, 84 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.UInt64>(T) */,
{ 822, -1, 358 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>(T) */,
{ 822, -1, 350 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Xml.XmlNamespaceManager/NamespaceDeclaration>(T) */,
{ 822, -1, 304 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<System.Xml.XmlTextReaderImpl/ParsingState>(T) */,
{ 822, -1, 849 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<TMPro.Examples.VertexJitter/VertexAnim>(T) */,
{ 822, -1, 708 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<TMPro.MaterialReference>(T) */,
{ 822, -1, 825 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>(T) */,
{ 822, -1, 718 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<TMPro.TMP_CharacterInfo>(T) */,
{ 822, -1, 735 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<TMPro.TMP_FontWeights>(T) */,
{ 822, -1, 726 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<TMPro.TMP_LineInfo>(T) */,
{ 822, -1, 764 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<TMPro.TMP_LinkInfo>(T) */,
{ 822, -1, 712 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<TMPro.TMP_MeshInfo>(T) */,
{ 822, -1, 720 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<TMPro.TMP_PageInfo>(T) */,
{ 822, -1, 730 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<TMPro.TMP_WordInfo>(T) */,
{ 822, -1, 763 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<TMPro.XML_TagAttribute>(T) */,
{ 822, -1, 470 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.BeforeRenderHelper/OrderBlock>(T) */,
{ 822, -1, 485 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Color32>(T) */,
{ 822, -1, 476 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Color>(T) */,
{ 822, -1, 564 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.ContactPoint>(T) */,
{ 822, -1, 573 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.EventSystems.RaycastResult>(T) */,
{ 822, -1, 487 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Experimental.LowLevel.PlayerLoopSystem>(T) */,
{ 822, -1, 465 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Keyframe>(T) */,
{ 822, -1, 499 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Playables.PlayableBinding>(T) */,
{ 822, -1, 482 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Quaternion>(T) */,
{ 822, -1, 607 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.RaycastHit2D>(T) */,
{ 822, -1, 566 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.RaycastHit>(T) */,
{ 822, -1, 486 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.SendMouseEvents/HitInfo>(T) */,
{ 822, -1, 544 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(T) */,
{ 822, -1, 548 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(T) */,
{ 822, -1, 479 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Touch>(T) */,
{ 822, -1, 612 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.UI.ColorBlock>(T) */,
{ 822, -1, 652 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.UI.Navigation>(T) */,
{ 822, -1, 655 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.UI.SpriteState>(T) */,
{ 822, -1, 522 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.UICharInfo>(T) */,
{ 822, -1, 523 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.UILineInfo>(T) */,
{ 822, -1, 521 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.UIVertex>(T) */,
{ 822, -1, 495 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.UnitySynchronizationContext/WorkRequest>(T) */,
{ 822, -1, 484 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Vector2>(T) */,
{ 822, -1, 481 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Vector3>(T) */,
{ 822, -1, 483 } /* System.Boolean System.Array::InternalArray__ICollection_Contains<UnityEngine.Vector4>(T) */,
{ 821, -1, 828 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<AddGame/Aufgabe>(T) */,
{ 821, -1, 301 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<MS.Internal.Xml.Cache.XPathNode>(T) */,
{ 821, -1, 353 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<MS.Internal.Xml.Cache.XPathNodeRef>(T) */,
{ 821, -1, 31 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<Mono.Globalization.Unicode.CodePointIndexer/TableRange>(T) */,
{ 821, -1, 451 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.ArraySegment`1<System.Byte>>(T) */,
{ 821, -1, 47 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Boolean>(T) */,
{ 821, -1, 8 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Byte>(T) */,
{ 821, -1, 436 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.ByteEnum>(T) */,
{ 821, -1, 9 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Char>(T) */,
{ 821, -1, 27 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.DictionaryEntry>(T) */,
{ 821, -1, 354 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(T) */,
{ 821, -1, 415 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>(T) */,
{ 821, -1, 758 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Boolean>>(T) */,
{ 821, -1, 729 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Char>>(T) */,
{ 821, -1, 710 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>>(T) */,
{ 821, -1, 755 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int64>>(T) */,
{ 821, -1, 125 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>(T) */,
{ 821, -1, 749 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(T) */,
{ 821, -1, 380 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(T) */,
{ 821, -1, 283 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(T) */,
{ 821, -1, 23 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>(T) */,
{ 821, -1, 167 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>(T) */,
{ 821, -1, 463 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.HashSet`1/Slot<System.Object>>(T) */,
{ 821, -1, 352 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(T) */,
{ 821, -1, 116 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T) */,
{ 821, -1, 414 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>(T) */,
{ 821, -1, 757 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>>(T) */,
{ 821, -1, 728 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>>(T) */,
{ 821, -1, 709 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>(T) */,
{ 821, -1, 754 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>>(T) */,
{ 821, -1, 124 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>(T) */,
{ 821, -1, 748 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(T) */,
{ 821, -1, 379 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(T) */,
{ 821, -1, 282 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(T) */,
{ 821, -1, 22 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>(T) */,
{ 821, -1, 166 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>(T) */,
{ 821, -1, 299 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Collections.Hashtable/bucket>(T) */,
{ 821, -1, 61 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.DateTime>(T) */,
{ 821, -1, 62 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.DateTimeOffset>(T) */,
{ 821, -1, 63 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Decimal>(T) */,
{ 821, -1, 83 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Double>(T) */,
{ 821, -1, 235 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Globalization.InternalCodePageDataItem>(T) */,
{ 821, -1, 236 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Globalization.InternalEncodingDataItem>(T) */,
{ 821, -1, 96 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Guid>(T) */,
{ 821, -1, 97 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Int16>(T) */,
{ 821, -1, 24 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Int32>(T) */,
{ 821, -1, 92 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Int32Enum>(T) */,
{ 821, -1, 30 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Int64>(T) */,
{ 821, -1, 87 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.IntPtr>(T) */,
{ 821, -1, 439 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Net.CookieTokenizer/RecognizedAttribute>(T) */,
{ 821, -1, 440 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Net.HeaderVariantInfo>(T) */,
{ 821, -1, 453 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Net.Sockets.Socket/WSABUF>(T) */,
{ 821, -1, 151 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.ParameterizedStrings/FormatParam>(T) */,
{ 821, -1, 174 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Reflection.CustomAttributeNamedArgument>(T) */,
{ 821, -1, 173 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Reflection.CustomAttributeTypedArgument>(T) */,
{ 821, -1, 66 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Reflection.ParameterModifier>(T) */,
{ 821, -1, 168 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Resources.ResourceLocator>(T) */,
{ 821, -1, 26 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Runtime.CompilerServices.Ephemeron>(T) */,
{ 821, -1, 452 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Runtime.InteropServices.GCHandle>(T) */,
{ 821, -1, 110 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.SByte>(T) */,
{ 821, -1, 432 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Security.Cryptography.X509Certificates.X509ChainStatus>(T) */,
{ 821, -1, 111 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Single>(T) */,
{ 821, -1, 427 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>(T) */,
{ 821, -1, 246 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Threading.CancellationTokenRegistration>(T) */,
{ 821, -1, 112 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.TimeSpan>(T) */,
{ 821, -1, 136 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.UInt16>(T) */,
{ 821, -1, 393 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.UInt16Enum>(T) */,
{ 821, -1, 35 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.UInt32>(T) */,
{ 821, -1, 391 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.UInt32Enum>(T) */,
{ 821, -1, 84 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.UInt64>(T) */,
{ 821, -1, 358 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>(T) */,
{ 821, -1, 350 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Xml.XmlNamespaceManager/NamespaceDeclaration>(T) */,
{ 821, -1, 304 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<System.Xml.XmlTextReaderImpl/ParsingState>(T) */,
{ 821, -1, 849 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<TMPro.Examples.VertexJitter/VertexAnim>(T) */,
{ 821, -1, 708 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<TMPro.MaterialReference>(T) */,
{ 821, -1, 825 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>(T) */,
{ 821, -1, 718 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<TMPro.TMP_CharacterInfo>(T) */,
{ 821, -1, 735 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<TMPro.TMP_FontWeights>(T) */,
{ 821, -1, 726 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<TMPro.TMP_LineInfo>(T) */,
{ 821, -1, 764 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<TMPro.TMP_LinkInfo>(T) */,
{ 821, -1, 712 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<TMPro.TMP_MeshInfo>(T) */,
{ 821, -1, 720 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<TMPro.TMP_PageInfo>(T) */,
{ 821, -1, 730 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<TMPro.TMP_WordInfo>(T) */,
{ 821, -1, 763 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<TMPro.XML_TagAttribute>(T) */,
{ 821, -1, 470 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.BeforeRenderHelper/OrderBlock>(T) */,
{ 821, -1, 485 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Color32>(T) */,
{ 821, -1, 476 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Color>(T) */,
{ 821, -1, 564 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.ContactPoint>(T) */,
{ 821, -1, 573 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.EventSystems.RaycastResult>(T) */,
{ 821, -1, 487 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Experimental.LowLevel.PlayerLoopSystem>(T) */,
{ 821, -1, 465 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Keyframe>(T) */,
{ 821, -1, 499 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Playables.PlayableBinding>(T) */,
{ 821, -1, 482 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Quaternion>(T) */,
{ 821, -1, 607 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.RaycastHit2D>(T) */,
{ 821, -1, 566 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.RaycastHit>(T) */,
{ 821, -1, 486 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.SendMouseEvents/HitInfo>(T) */,
{ 821, -1, 544 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(T) */,
{ 821, -1, 548 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(T) */,
{ 821, -1, 479 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Touch>(T) */,
{ 821, -1, 612 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.UI.ColorBlock>(T) */,
{ 821, -1, 652 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.UI.Navigation>(T) */,
{ 821, -1, 655 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.UI.SpriteState>(T) */,
{ 821, -1, 522 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.UICharInfo>(T) */,
{ 821, -1, 523 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.UILineInfo>(T) */,
{ 821, -1, 521 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.UIVertex>(T) */,
{ 821, -1, 495 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.UnitySynchronizationContext/WorkRequest>(T) */,
{ 821, -1, 484 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Vector2>(T) */,
{ 821, -1, 481 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Vector3>(T) */,
{ 821, -1, 483 } /* System.Boolean System.Array::InternalArray__ICollection_Remove<UnityEngine.Vector4>(T) */,
{ 9324, -1, 358 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>() */,
{ 20697, -1, 92 } /* System.Boolean TMPro.SetPropertyUtility::SetStruct<System.Int32Enum>(T&,T) */,
{ 20021, 576, -1 } /* T UnityEngine.UI.ObjectPool`1<System.Collections.Generic.List`1<UnityEngine.EventSystems.IEventSystemHandler>>::Get() */,
{ 10151, 575, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.EventSystems.IEventSystemHandler>::get_Count() */,
{ 20022, 576, -1 } /* System.Void UnityEngine.UI.ObjectPool`1<System.Collections.Generic.List`1<UnityEngine.EventSystems.IEventSystemHandler>>::Release(T) */,
{ 10157, 575, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.EventSystems.IEventSystemHandler>::get_Item(System.Int32) */,
{ 19608, -1, 92 } /* System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct<System.Int32Enum>(T&,T) */,
{ 818, -1, 828 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<AddGame/Aufgabe>() */,
{ 818, -1, 301 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<MS.Internal.Xml.Cache.XPathNode>() */,
{ 818, -1, 353 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<MS.Internal.Xml.Cache.XPathNodeRef>() */,
{ 818, -1, 31 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<Mono.Globalization.Unicode.CodePointIndexer/TableRange>() */,
{ 818, -1, 451 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.ArraySegment`1<System.Byte>>() */,
{ 818, -1, 47 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Boolean>() */,
{ 818, -1, 8 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Byte>() */,
{ 818, -1, 436 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.ByteEnum>() */,
{ 818, -1, 9 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Char>() */,
{ 818, -1, 27 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.DictionaryEntry>() */,
{ 818, -1, 354 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>() */,
{ 818, -1, 415 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>() */,
{ 818, -1, 758 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Boolean>>() */,
{ 818, -1, 729 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Char>>() */,
{ 818, -1, 710 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>>() */,
{ 818, -1, 755 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int64>>() */,
{ 818, -1, 125 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>() */,
{ 818, -1, 749 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>() */,
{ 818, -1, 380 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>() */,
{ 818, -1, 283 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>() */,
{ 818, -1, 23 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>() */,
{ 818, -1, 167 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>() */,
{ 818, -1, 463 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.HashSet`1/Slot<System.Object>>() */,
{ 818, -1, 352 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>() */,
{ 818, -1, 116 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>() */,
{ 818, -1, 414 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>() */,
{ 818, -1, 757 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>>() */,
{ 818, -1, 728 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>>() */,
{ 818, -1, 709 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>() */,
{ 818, -1, 754 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>>() */,
{ 818, -1, 124 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>() */,
{ 818, -1, 748 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>() */,
{ 818, -1, 379 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>() */,
{ 818, -1, 282 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>() */,
{ 818, -1, 22 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>() */,
{ 818, -1, 166 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>() */,
{ 818, -1, 299 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Collections.Hashtable/bucket>() */,
{ 818, -1, 61 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.DateTime>() */,
{ 818, -1, 62 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.DateTimeOffset>() */,
{ 818, -1, 63 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Decimal>() */,
{ 818, -1, 83 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Double>() */,
{ 818, -1, 235 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Globalization.InternalCodePageDataItem>() */,
{ 818, -1, 236 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Globalization.InternalEncodingDataItem>() */,
{ 818, -1, 96 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Guid>() */,
{ 818, -1, 97 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Int16>() */,
{ 818, -1, 24 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Int32>() */,
{ 818, -1, 92 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Int32Enum>() */,
{ 818, -1, 30 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Int64>() */,
{ 818, -1, 87 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.IntPtr>() */,
{ 818, -1, 439 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Net.CookieTokenizer/RecognizedAttribute>() */,
{ 818, -1, 440 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Net.HeaderVariantInfo>() */,
{ 818, -1, 453 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Net.Sockets.Socket/WSABUF>() */,
{ 818, -1, 151 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.ParameterizedStrings/FormatParam>() */,
{ 818, -1, 174 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Reflection.CustomAttributeNamedArgument>() */,
{ 818, -1, 173 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Reflection.CustomAttributeTypedArgument>() */,
{ 818, -1, 66 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Reflection.ParameterModifier>() */,
{ 818, -1, 168 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Resources.ResourceLocator>() */,
{ 818, -1, 26 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Runtime.CompilerServices.Ephemeron>() */,
{ 818, -1, 452 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Runtime.InteropServices.GCHandle>() */,
{ 818, -1, 110 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.SByte>() */,
{ 818, -1, 432 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Security.Cryptography.X509Certificates.X509ChainStatus>() */,
{ 818, -1, 111 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Single>() */,
{ 818, -1, 427 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>() */,
{ 818, -1, 246 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Threading.CancellationTokenRegistration>() */,
{ 818, -1, 112 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.TimeSpan>() */,
{ 818, -1, 136 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.UInt16>() */,
{ 818, -1, 393 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.UInt16Enum>() */,
{ 818, -1, 35 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.UInt32>() */,
{ 818, -1, 391 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.UInt32Enum>() */,
{ 818, -1, 84 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.UInt64>() */,
{ 818, -1, 358 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>() */,
{ 818, -1, 350 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Xml.XmlNamespaceManager/NamespaceDeclaration>() */,
{ 818, -1, 304 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<System.Xml.XmlTextReaderImpl/ParsingState>() */,
{ 818, -1, 849 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<TMPro.Examples.VertexJitter/VertexAnim>() */,
{ 818, -1, 708 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<TMPro.MaterialReference>() */,
{ 818, -1, 825 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>() */,
{ 818, -1, 718 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<TMPro.TMP_CharacterInfo>() */,
{ 818, -1, 735 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<TMPro.TMP_FontWeights>() */,
{ 818, -1, 726 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<TMPro.TMP_LineInfo>() */,
{ 818, -1, 764 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<TMPro.TMP_LinkInfo>() */,
{ 818, -1, 712 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<TMPro.TMP_MeshInfo>() */,
{ 818, -1, 720 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<TMPro.TMP_PageInfo>() */,
{ 818, -1, 730 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<TMPro.TMP_WordInfo>() */,
{ 818, -1, 763 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<TMPro.XML_TagAttribute>() */,
{ 818, -1, 470 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.BeforeRenderHelper/OrderBlock>() */,
{ 818, -1, 485 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Color32>() */,
{ 818, -1, 476 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Color>() */,
{ 818, -1, 564 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.ContactPoint>() */,
{ 818, -1, 573 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.EventSystems.RaycastResult>() */,
{ 818, -1, 487 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Experimental.LowLevel.PlayerLoopSystem>() */,
{ 818, -1, 465 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Keyframe>() */,
{ 818, -1, 499 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Playables.PlayableBinding>() */,
{ 818, -1, 482 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Quaternion>() */,
{ 818, -1, 607 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.RaycastHit2D>() */,
{ 818, -1, 566 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.RaycastHit>() */,
{ 818, -1, 486 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.SendMouseEvents/HitInfo>() */,
{ 818, -1, 544 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>() */,
{ 818, -1, 548 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>() */,
{ 818, -1, 479 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Touch>() */,
{ 818, -1, 612 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.UI.ColorBlock>() */,
{ 818, -1, 652 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.UI.Navigation>() */,
{ 818, -1, 655 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.UI.SpriteState>() */,
{ 818, -1, 522 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.UICharInfo>() */,
{ 818, -1, 523 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.UILineInfo>() */,
{ 818, -1, 521 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.UIVertex>() */,
{ 818, -1, 495 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>() */,
{ 818, -1, 484 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Vector2>() */,
{ 818, -1, 481 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Vector3>() */,
{ 818, -1, 483 } /* System.Collections.Generic.IEnumerator`1<T> System.Array::InternalArray__IEnumerable_GetEnumerator<UnityEngine.Vector4>() */,
{ 763, -1, 84 } /* System.Int32 System.Array::BinarySearch<System.UInt64>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 769, -1, 47 } /* System.Int32 System.Array::IndexOf<System.Boolean>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 8 } /* System.Int32 System.Array::IndexOf<System.Byte>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 9 } /* System.Int32 System.Array::IndexOf<System.Char>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 116 } /* System.Int32 System.Array::IndexOf<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 61 } /* System.Int32 System.Array::IndexOf<System.DateTime>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 62 } /* System.Int32 System.Array::IndexOf<System.DateTimeOffset>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 63 } /* System.Int32 System.Array::IndexOf<System.Decimal>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 83 } /* System.Int32 System.Array::IndexOf<System.Double>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 97 } /* System.Int32 System.Array::IndexOf<System.Int16>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 24 } /* System.Int32 System.Array::IndexOf<System.Int32>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 92 } /* System.Int32 System.Array::IndexOf<System.Int32Enum>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 30 } /* System.Int32 System.Array::IndexOf<System.Int64>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 110 } /* System.Int32 System.Array::IndexOf<System.SByte>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 111 } /* System.Int32 System.Array::IndexOf<System.Single>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 112 } /* System.Int32 System.Array::IndexOf<System.TimeSpan>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 136 } /* System.Int32 System.Array::IndexOf<System.UInt16>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 35 } /* System.Int32 System.Array::IndexOf<System.UInt32>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 84 } /* System.Int32 System.Array::IndexOf<System.UInt64>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 825 } /* System.Int32 System.Array::IndexOf<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 470 } /* System.Int32 System.Array::IndexOf<UnityEngine.BeforeRenderHelper/OrderBlock>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 485 } /* System.Int32 System.Array::IndexOf<UnityEngine.Color32>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 476 } /* System.Int32 System.Array::IndexOf<UnityEngine.Color>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 573 } /* System.Int32 System.Array::IndexOf<UnityEngine.EventSystems.RaycastResult>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 482 } /* System.Int32 System.Array::IndexOf<UnityEngine.Quaternion>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 479 } /* System.Int32 System.Array::IndexOf<UnityEngine.Touch>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 522 } /* System.Int32 System.Array::IndexOf<UnityEngine.UICharInfo>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 523 } /* System.Int32 System.Array::IndexOf<UnityEngine.UILineInfo>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 521 } /* System.Int32 System.Array::IndexOf<UnityEngine.UIVertex>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 495 } /* System.Int32 System.Array::IndexOf<UnityEngine.UnitySynchronizationContext/WorkRequest>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 484 } /* System.Int32 System.Array::IndexOf<UnityEngine.Vector2>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 481 } /* System.Int32 System.Array::IndexOf<UnityEngine.Vector3>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 483 } /* System.Int32 System.Array::IndexOf<UnityEngine.Vector4>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 47 } /* System.Int32 System.Array::IndexOfImpl<System.Boolean>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 8 } /* System.Int32 System.Array::IndexOfImpl<System.Byte>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 9 } /* System.Int32 System.Array::IndexOfImpl<System.Char>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 116 } /* System.Int32 System.Array::IndexOfImpl<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 61 } /* System.Int32 System.Array::IndexOfImpl<System.DateTime>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 62 } /* System.Int32 System.Array::IndexOfImpl<System.DateTimeOffset>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 63 } /* System.Int32 System.Array::IndexOfImpl<System.Decimal>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 83 } /* System.Int32 System.Array::IndexOfImpl<System.Double>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 97 } /* System.Int32 System.Array::IndexOfImpl<System.Int16>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 24 } /* System.Int32 System.Array::IndexOfImpl<System.Int32>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 92 } /* System.Int32 System.Array::IndexOfImpl<System.Int32Enum>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 30 } /* System.Int32 System.Array::IndexOfImpl<System.Int64>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 110 } /* System.Int32 System.Array::IndexOfImpl<System.SByte>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 111 } /* System.Int32 System.Array::IndexOfImpl<System.Single>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 112 } /* System.Int32 System.Array::IndexOfImpl<System.TimeSpan>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 136 } /* System.Int32 System.Array::IndexOfImpl<System.UInt16>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 35 } /* System.Int32 System.Array::IndexOfImpl<System.UInt32>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 84 } /* System.Int32 System.Array::IndexOfImpl<System.UInt64>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 825 } /* System.Int32 System.Array::IndexOfImpl<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 470 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.BeforeRenderHelper/OrderBlock>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 485 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.Color32>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 476 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.Color>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 573 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.EventSystems.RaycastResult>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 482 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.Quaternion>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 479 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.Touch>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 522 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.UICharInfo>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 523 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.UILineInfo>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 521 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.UIVertex>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 495 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.UnitySynchronizationContext/WorkRequest>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 484 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.Vector2>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 481 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.Vector3>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 483 } /* System.Int32 System.Array::IndexOfImpl<UnityEngine.Vector4>(T[],T,System.Int32,System.Int32) */,
{ 828, -1, 828 } /* System.Int32 System.Array::InternalArray__IndexOf<AddGame/Aufgabe>(T) */,
{ 828, -1, 301 } /* System.Int32 System.Array::InternalArray__IndexOf<MS.Internal.Xml.Cache.XPathNode>(T) */,
{ 828, -1, 353 } /* System.Int32 System.Array::InternalArray__IndexOf<MS.Internal.Xml.Cache.XPathNodeRef>(T) */,
{ 828, -1, 31 } /* System.Int32 System.Array::InternalArray__IndexOf<Mono.Globalization.Unicode.CodePointIndexer/TableRange>(T) */,
{ 828, -1, 451 } /* System.Int32 System.Array::InternalArray__IndexOf<System.ArraySegment`1<System.Byte>>(T) */,
{ 828, -1, 47 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Boolean>(T) */,
{ 828, -1, 8 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Byte>(T) */,
{ 828, -1, 436 } /* System.Int32 System.Array::InternalArray__IndexOf<System.ByteEnum>(T) */,
{ 828, -1, 9 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Char>(T) */,
{ 828, -1, 27 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.DictionaryEntry>(T) */,
{ 828, -1, 354 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(T) */,
{ 828, -1, 415 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>(T) */,
{ 828, -1, 758 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Boolean>>(T) */,
{ 828, -1, 729 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Char>>(T) */,
{ 828, -1, 710 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>>(T) */,
{ 828, -1, 755 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int64>>(T) */,
{ 828, -1, 125 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>(T) */,
{ 828, -1, 749 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(T) */,
{ 828, -1, 380 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(T) */,
{ 828, -1, 283 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(T) */,
{ 828, -1, 23 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>(T) */,
{ 828, -1, 167 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>(T) */,
{ 828, -1, 463 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.HashSet`1/Slot<System.Object>>(T) */,
{ 828, -1, 352 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(T) */,
{ 828, -1, 116 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T) */,
{ 828, -1, 414 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>(T) */,
{ 828, -1, 757 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>>(T) */,
{ 828, -1, 728 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>>(T) */,
{ 828, -1, 709 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>(T) */,
{ 828, -1, 754 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>>(T) */,
{ 828, -1, 124 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>(T) */,
{ 828, -1, 748 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(T) */,
{ 828, -1, 379 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(T) */,
{ 828, -1, 282 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(T) */,
{ 828, -1, 22 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>(T) */,
{ 828, -1, 166 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>(T) */,
{ 828, -1, 299 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Collections.Hashtable/bucket>(T) */,
{ 828, -1, 61 } /* System.Int32 System.Array::InternalArray__IndexOf<System.DateTime>(T) */,
{ 828, -1, 62 } /* System.Int32 System.Array::InternalArray__IndexOf<System.DateTimeOffset>(T) */,
{ 828, -1, 63 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Decimal>(T) */,
{ 828, -1, 83 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Double>(T) */,
{ 828, -1, 235 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Globalization.InternalCodePageDataItem>(T) */,
{ 828, -1, 236 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Globalization.InternalEncodingDataItem>(T) */,
{ 828, -1, 96 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Guid>(T) */,
{ 828, -1, 97 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Int16>(T) */,
{ 828, -1, 24 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Int32>(T) */,
{ 828, -1, 92 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Int32Enum>(T) */,
{ 828, -1, 30 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Int64>(T) */,
{ 828, -1, 87 } /* System.Int32 System.Array::InternalArray__IndexOf<System.IntPtr>(T) */,
{ 828, -1, 439 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Net.CookieTokenizer/RecognizedAttribute>(T) */,
{ 828, -1, 440 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Net.HeaderVariantInfo>(T) */,
{ 828, -1, 453 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Net.Sockets.Socket/WSABUF>(T) */,
{ 828, -1, 151 } /* System.Int32 System.Array::InternalArray__IndexOf<System.ParameterizedStrings/FormatParam>(T) */,
{ 828, -1, 174 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Reflection.CustomAttributeNamedArgument>(T) */,
{ 828, -1, 173 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Reflection.CustomAttributeTypedArgument>(T) */,
{ 828, -1, 66 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Reflection.ParameterModifier>(T) */,
{ 828, -1, 168 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Resources.ResourceLocator>(T) */,
{ 828, -1, 26 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Runtime.CompilerServices.Ephemeron>(T) */,
{ 828, -1, 452 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Runtime.InteropServices.GCHandle>(T) */,
{ 828, -1, 110 } /* System.Int32 System.Array::InternalArray__IndexOf<System.SByte>(T) */,
{ 828, -1, 432 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Security.Cryptography.X509Certificates.X509ChainStatus>(T) */,
{ 828, -1, 111 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Single>(T) */,
{ 828, -1, 427 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>(T) */,
{ 828, -1, 246 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Threading.CancellationTokenRegistration>(T) */,
{ 828, -1, 112 } /* System.Int32 System.Array::InternalArray__IndexOf<System.TimeSpan>(T) */,
{ 828, -1, 136 } /* System.Int32 System.Array::InternalArray__IndexOf<System.UInt16>(T) */,
{ 828, -1, 393 } /* System.Int32 System.Array::InternalArray__IndexOf<System.UInt16Enum>(T) */,
{ 828, -1, 35 } /* System.Int32 System.Array::InternalArray__IndexOf<System.UInt32>(T) */,
{ 828, -1, 391 } /* System.Int32 System.Array::InternalArray__IndexOf<System.UInt32Enum>(T) */,
{ 828, -1, 84 } /* System.Int32 System.Array::InternalArray__IndexOf<System.UInt64>(T) */,
{ 828, -1, 358 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>(T) */,
{ 828, -1, 350 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Xml.XmlNamespaceManager/NamespaceDeclaration>(T) */,
{ 828, -1, 304 } /* System.Int32 System.Array::InternalArray__IndexOf<System.Xml.XmlTextReaderImpl/ParsingState>(T) */,
{ 828, -1, 849 } /* System.Int32 System.Array::InternalArray__IndexOf<TMPro.Examples.VertexJitter/VertexAnim>(T) */,
{ 828, -1, 708 } /* System.Int32 System.Array::InternalArray__IndexOf<TMPro.MaterialReference>(T) */,
{ 828, -1, 825 } /* System.Int32 System.Array::InternalArray__IndexOf<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>(T) */,
{ 828, -1, 718 } /* System.Int32 System.Array::InternalArray__IndexOf<TMPro.TMP_CharacterInfo>(T) */,
{ 828, -1, 735 } /* System.Int32 System.Array::InternalArray__IndexOf<TMPro.TMP_FontWeights>(T) */,
{ 828, -1, 726 } /* System.Int32 System.Array::InternalArray__IndexOf<TMPro.TMP_LineInfo>(T) */,
{ 828, -1, 764 } /* System.Int32 System.Array::InternalArray__IndexOf<TMPro.TMP_LinkInfo>(T) */,
{ 828, -1, 712 } /* System.Int32 System.Array::InternalArray__IndexOf<TMPro.TMP_MeshInfo>(T) */,
{ 828, -1, 720 } /* System.Int32 System.Array::InternalArray__IndexOf<TMPro.TMP_PageInfo>(T) */,
{ 828, -1, 730 } /* System.Int32 System.Array::InternalArray__IndexOf<TMPro.TMP_WordInfo>(T) */,
{ 828, -1, 763 } /* System.Int32 System.Array::InternalArray__IndexOf<TMPro.XML_TagAttribute>(T) */,
{ 828, -1, 470 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.BeforeRenderHelper/OrderBlock>(T) */,
{ 828, -1, 485 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Color32>(T) */,
{ 828, -1, 476 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Color>(T) */,
{ 828, -1, 564 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.ContactPoint>(T) */,
{ 828, -1, 573 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.EventSystems.RaycastResult>(T) */,
{ 828, -1, 487 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Experimental.LowLevel.PlayerLoopSystem>(T) */,
{ 828, -1, 465 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Keyframe>(T) */,
{ 828, -1, 499 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Playables.PlayableBinding>(T) */,
{ 828, -1, 482 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Quaternion>(T) */,
{ 828, -1, 607 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.RaycastHit2D>(T) */,
{ 828, -1, 566 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.RaycastHit>(T) */,
{ 828, -1, 486 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.SendMouseEvents/HitInfo>(T) */,
{ 828, -1, 544 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(T) */,
{ 828, -1, 548 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(T) */,
{ 828, -1, 479 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Touch>(T) */,
{ 828, -1, 612 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.UI.ColorBlock>(T) */,
{ 828, -1, 652 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.UI.Navigation>(T) */,
{ 828, -1, 655 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.UI.SpriteState>(T) */,
{ 828, -1, 522 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.UICharInfo>(T) */,
{ 828, -1, 523 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.UILineInfo>(T) */,
{ 828, -1, 521 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.UIVertex>(T) */,
{ 828, -1, 495 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.UnitySynchronizationContext/WorkRequest>(T) */,
{ 828, -1, 484 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Vector2>(T) */,
{ 828, -1, 481 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Vector3>(T) */,
{ 828, -1, 483 } /* System.Int32 System.Array::InternalArray__IndexOf<UnityEngine.Vector4>(T) */,
{ 9304, -1, 92 } /* System.Int32 System.Runtime.CompilerServices.JitHelpers::UnsafeEnumCast<System.Int32Enum>(T) */,
{ 16872, -1, 485 } /* System.Int32 UnityEngine.NoAllocHelpers::SafeLength<UnityEngine.Color32>(System.Collections.Generic.List`1<T>) */,
{ 16872, -1, 484 } /* System.Int32 UnityEngine.NoAllocHelpers::SafeLength<UnityEngine.Vector2>(System.Collections.Generic.List`1<T>) */,
{ 16872, -1, 481 } /* System.Int32 UnityEngine.NoAllocHelpers::SafeLength<UnityEngine.Vector3>(System.Collections.Generic.List`1<T>) */,
{ 16872, -1, 483 } /* System.Int32 UnityEngine.NoAllocHelpers::SafeLength<UnityEngine.Vector4>(System.Collections.Generic.List`1<T>) */,
{ 16129, 0, 35 } /* System.Linq.IOrderedEnumerable`1<TElement> System.Linq.OrderedEnumerable`1<System.Object>::System.Linq.IOrderedEnumerable<TElement>.CreateOrderedEnumerable<System.UInt32>(System.Func`2<TElement,TKey>,System.Collections.Generic.IComparer`1<TKey>,System.Boolean) */,
{ 16090, -1, 182 } /* System.Linq.IOrderedEnumerable`1<TSource> System.Linq.Enumerable::OrderBy<System.Object,System.Int32>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TKey>) */,
{ 16090, -1, 824 } /* System.Linq.IOrderedEnumerable`1<TSource> System.Linq.Enumerable::OrderBy<System.Object,System.UInt32>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TKey>) */,
{ 16091, -1, 824 } /* System.Linq.IOrderedEnumerable`1<TSource> System.Linq.Enumerable::ThenBy<System.Object,System.UInt32>(System.Linq.IOrderedEnumerable`1<TSource>,System.Func`2<TSource,TKey>) */,
{ 9218, -1, 400 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask<System.Nullable`1<System.Int32>>(TResult) */,
{ 9218, -1, 192 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask<System.Threading.Tasks.VoidTaskResult>(TResult) */,
{ 6852, 24, 958 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskFactory`1<System.Int32>::FromAsyncTrim<System.Object,System.IO.Stream/ReadWriteParameters>(TInstance,TArgs,System.Func`5<TInstance,TArgs,System.AsyncCallback,System.Object,System.IAsyncResult>,System.Func`3<TInstance,System.IAsyncResult,TResult>) */,
{ 6852, 192, 958 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskFactory`1<System.Threading.Tasks.VoidTaskResult>::FromAsyncTrim<System.Object,System.IO.Stream/ReadWriteParameters>(TInstance,TArgs,System.Func`5<TInstance,TArgs,System.AsyncCallback,System.Object,System.IAsyncResult>,System.Func`3<TInstance,System.IAsyncResult,TResult>) */,
{ 820, -1, 828 } /* System.Void System.Array::InternalArray__ICollection_Add<AddGame/Aufgabe>(T) */,
{ 820, -1, 301 } /* System.Void System.Array::InternalArray__ICollection_Add<MS.Internal.Xml.Cache.XPathNode>(T) */,
{ 820, -1, 353 } /* System.Void System.Array::InternalArray__ICollection_Add<MS.Internal.Xml.Cache.XPathNodeRef>(T) */,
{ 820, -1, 31 } /* System.Void System.Array::InternalArray__ICollection_Add<Mono.Globalization.Unicode.CodePointIndexer/TableRange>(T) */,
{ 820, -1, 451 } /* System.Void System.Array::InternalArray__ICollection_Add<System.ArraySegment`1<System.Byte>>(T) */,
{ 820, -1, 47 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Boolean>(T) */,
{ 820, -1, 8 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Byte>(T) */,
{ 820, -1, 436 } /* System.Void System.Array::InternalArray__ICollection_Add<System.ByteEnum>(T) */,
{ 820, -1, 9 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Char>(T) */,
{ 820, -1, 27 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.DictionaryEntry>(T) */,
{ 820, -1, 354 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(T) */,
{ 820, -1, 415 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>(T) */,
{ 820, -1, 758 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Boolean>>(T) */,
{ 820, -1, 729 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Char>>(T) */,
{ 820, -1, 710 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>>(T) */,
{ 820, -1, 755 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int64>>(T) */,
{ 820, -1, 125 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>(T) */,
{ 820, -1, 749 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(T) */,
{ 820, -1, 380 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(T) */,
{ 820, -1, 283 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(T) */,
{ 820, -1, 23 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>(T) */,
{ 820, -1, 167 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>(T) */,
{ 820, -1, 463 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.HashSet`1/Slot<System.Object>>(T) */,
{ 820, -1, 352 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(T) */,
{ 820, -1, 116 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T) */,
{ 820, -1, 414 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>(T) */,
{ 820, -1, 757 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>>(T) */,
{ 820, -1, 728 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>>(T) */,
{ 820, -1, 709 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>(T) */,
{ 820, -1, 754 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>>(T) */,
{ 820, -1, 124 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>(T) */,
{ 820, -1, 748 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(T) */,
{ 820, -1, 379 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(T) */,
{ 820, -1, 282 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(T) */,
{ 820, -1, 22 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>(T) */,
{ 820, -1, 166 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>(T) */,
{ 820, -1, 299 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Collections.Hashtable/bucket>(T) */,
{ 820, -1, 61 } /* System.Void System.Array::InternalArray__ICollection_Add<System.DateTime>(T) */,
{ 820, -1, 62 } /* System.Void System.Array::InternalArray__ICollection_Add<System.DateTimeOffset>(T) */,
{ 820, -1, 63 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Decimal>(T) */,
{ 820, -1, 83 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Double>(T) */,
{ 820, -1, 235 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Globalization.InternalCodePageDataItem>(T) */,
{ 820, -1, 236 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Globalization.InternalEncodingDataItem>(T) */,
{ 820, -1, 96 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Guid>(T) */,
{ 820, -1, 97 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Int16>(T) */,
{ 820, -1, 24 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Int32>(T) */,
{ 820, -1, 92 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Int32Enum>(T) */,
{ 820, -1, 30 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Int64>(T) */,
{ 820, -1, 87 } /* System.Void System.Array::InternalArray__ICollection_Add<System.IntPtr>(T) */,
{ 820, -1, 439 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Net.CookieTokenizer/RecognizedAttribute>(T) */,
{ 820, -1, 440 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Net.HeaderVariantInfo>(T) */,
{ 820, -1, 453 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Net.Sockets.Socket/WSABUF>(T) */,
{ 820, -1, 151 } /* System.Void System.Array::InternalArray__ICollection_Add<System.ParameterizedStrings/FormatParam>(T) */,
{ 820, -1, 174 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Reflection.CustomAttributeNamedArgument>(T) */,
{ 820, -1, 173 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Reflection.CustomAttributeTypedArgument>(T) */,
{ 820, -1, 66 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Reflection.ParameterModifier>(T) */,
{ 820, -1, 168 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Resources.ResourceLocator>(T) */,
{ 820, -1, 26 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Runtime.CompilerServices.Ephemeron>(T) */,
{ 820, -1, 452 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Runtime.InteropServices.GCHandle>(T) */,
{ 820, -1, 110 } /* System.Void System.Array::InternalArray__ICollection_Add<System.SByte>(T) */,
{ 820, -1, 432 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Security.Cryptography.X509Certificates.X509ChainStatus>(T) */,
{ 820, -1, 111 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Single>(T) */,
{ 820, -1, 427 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>(T) */,
{ 820, -1, 246 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Threading.CancellationTokenRegistration>(T) */,
{ 820, -1, 112 } /* System.Void System.Array::InternalArray__ICollection_Add<System.TimeSpan>(T) */,
{ 820, -1, 136 } /* System.Void System.Array::InternalArray__ICollection_Add<System.UInt16>(T) */,
{ 820, -1, 393 } /* System.Void System.Array::InternalArray__ICollection_Add<System.UInt16Enum>(T) */,
{ 820, -1, 35 } /* System.Void System.Array::InternalArray__ICollection_Add<System.UInt32>(T) */,
{ 820, -1, 391 } /* System.Void System.Array::InternalArray__ICollection_Add<System.UInt32Enum>(T) */,
{ 820, -1, 84 } /* System.Void System.Array::InternalArray__ICollection_Add<System.UInt64>(T) */,
{ 820, -1, 358 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>(T) */,
{ 820, -1, 350 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Xml.XmlNamespaceManager/NamespaceDeclaration>(T) */,
{ 820, -1, 304 } /* System.Void System.Array::InternalArray__ICollection_Add<System.Xml.XmlTextReaderImpl/ParsingState>(T) */,
{ 820, -1, 849 } /* System.Void System.Array::InternalArray__ICollection_Add<TMPro.Examples.VertexJitter/VertexAnim>(T) */,
{ 820, -1, 708 } /* System.Void System.Array::InternalArray__ICollection_Add<TMPro.MaterialReference>(T) */,
{ 820, -1, 825 } /* System.Void System.Array::InternalArray__ICollection_Add<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>(T) */,
{ 820, -1, 718 } /* System.Void System.Array::InternalArray__ICollection_Add<TMPro.TMP_CharacterInfo>(T) */,
{ 820, -1, 735 } /* System.Void System.Array::InternalArray__ICollection_Add<TMPro.TMP_FontWeights>(T) */,
{ 820, -1, 726 } /* System.Void System.Array::InternalArray__ICollection_Add<TMPro.TMP_LineInfo>(T) */,
{ 820, -1, 764 } /* System.Void System.Array::InternalArray__ICollection_Add<TMPro.TMP_LinkInfo>(T) */,
{ 820, -1, 712 } /* System.Void System.Array::InternalArray__ICollection_Add<TMPro.TMP_MeshInfo>(T) */,
{ 820, -1, 720 } /* System.Void System.Array::InternalArray__ICollection_Add<TMPro.TMP_PageInfo>(T) */,
{ 820, -1, 730 } /* System.Void System.Array::InternalArray__ICollection_Add<TMPro.TMP_WordInfo>(T) */,
{ 820, -1, 763 } /* System.Void System.Array::InternalArray__ICollection_Add<TMPro.XML_TagAttribute>(T) */,
{ 820, -1, 470 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.BeforeRenderHelper/OrderBlock>(T) */,
{ 820, -1, 485 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Color32>(T) */,
{ 820, -1, 476 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Color>(T) */,
{ 820, -1, 564 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.ContactPoint>(T) */,
{ 820, -1, 573 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.EventSystems.RaycastResult>(T) */,
{ 820, -1, 487 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Experimental.LowLevel.PlayerLoopSystem>(T) */,
{ 820, -1, 465 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Keyframe>(T) */,
{ 820, -1, 499 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Playables.PlayableBinding>(T) */,
{ 820, -1, 482 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Quaternion>(T) */,
{ 820, -1, 607 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.RaycastHit2D>(T) */,
{ 820, -1, 566 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.RaycastHit>(T) */,
{ 820, -1, 486 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.SendMouseEvents/HitInfo>(T) */,
{ 820, -1, 544 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(T) */,
{ 820, -1, 548 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(T) */,
{ 820, -1, 479 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Touch>(T) */,
{ 820, -1, 612 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.UI.ColorBlock>(T) */,
{ 820, -1, 652 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.UI.Navigation>(T) */,
{ 820, -1, 655 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.UI.SpriteState>(T) */,
{ 820, -1, 522 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.UICharInfo>(T) */,
{ 820, -1, 523 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.UILineInfo>(T) */,
{ 820, -1, 521 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.UIVertex>(T) */,
{ 820, -1, 495 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.UnitySynchronizationContext/WorkRequest>(T) */,
{ 820, -1, 484 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Vector2>(T) */,
{ 820, -1, 481 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Vector3>(T) */,
{ 820, -1, 483 } /* System.Void System.Array::InternalArray__ICollection_Add<UnityEngine.Vector4>(T) */,
{ 823, -1, 828 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<AddGame/Aufgabe>(T[],System.Int32) */,
{ 823, -1, 301 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<MS.Internal.Xml.Cache.XPathNode>(T[],System.Int32) */,
{ 823, -1, 353 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<MS.Internal.Xml.Cache.XPathNodeRef>(T[],System.Int32) */,
{ 823, -1, 31 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<Mono.Globalization.Unicode.CodePointIndexer/TableRange>(T[],System.Int32) */,
{ 823, -1, 451 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.ArraySegment`1<System.Byte>>(T[],System.Int32) */,
{ 823, -1, 47 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Boolean>(T[],System.Int32) */,
{ 823, -1, 8 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Byte>(T[],System.Int32) */,
{ 823, -1, 436 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.ByteEnum>(T[],System.Int32) */,
{ 823, -1, 9 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Char>(T[],System.Int32) */,
{ 823, -1, 27 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.DictionaryEntry>(T[],System.Int32) */,
{ 823, -1, 354 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(T[],System.Int32) */,
{ 823, -1, 415 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>(T[],System.Int32) */,
{ 823, -1, 758 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Boolean>>(T[],System.Int32) */,
{ 823, -1, 729 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Char>>(T[],System.Int32) */,
{ 823, -1, 710 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>>(T[],System.Int32) */,
{ 823, -1, 755 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int64>>(T[],System.Int32) */,
{ 823, -1, 125 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>(T[],System.Int32) */,
{ 823, -1, 749 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(T[],System.Int32) */,
{ 823, -1, 380 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(T[],System.Int32) */,
{ 823, -1, 283 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(T[],System.Int32) */,
{ 823, -1, 23 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>(T[],System.Int32) */,
{ 823, -1, 167 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>(T[],System.Int32) */,
{ 823, -1, 463 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.HashSet`1/Slot<System.Object>>(T[],System.Int32) */,
{ 823, -1, 352 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(T[],System.Int32) */,
{ 823, -1, 116 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T[],System.Int32) */,
{ 823, -1, 414 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>(T[],System.Int32) */,
{ 823, -1, 757 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>>(T[],System.Int32) */,
{ 823, -1, 728 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>>(T[],System.Int32) */,
{ 823, -1, 709 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>(T[],System.Int32) */,
{ 823, -1, 754 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>>(T[],System.Int32) */,
{ 823, -1, 124 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>(T[],System.Int32) */,
{ 823, -1, 748 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(T[],System.Int32) */,
{ 823, -1, 379 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(T[],System.Int32) */,
{ 823, -1, 282 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(T[],System.Int32) */,
{ 823, -1, 22 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>(T[],System.Int32) */,
{ 823, -1, 166 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>(T[],System.Int32) */,
{ 823, -1, 299 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Collections.Hashtable/bucket>(T[],System.Int32) */,
{ 823, -1, 61 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.DateTime>(T[],System.Int32) */,
{ 823, -1, 62 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.DateTimeOffset>(T[],System.Int32) */,
{ 823, -1, 63 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Decimal>(T[],System.Int32) */,
{ 823, -1, 83 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Double>(T[],System.Int32) */,
{ 823, -1, 235 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Globalization.InternalCodePageDataItem>(T[],System.Int32) */,
{ 823, -1, 236 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Globalization.InternalEncodingDataItem>(T[],System.Int32) */,
{ 823, -1, 96 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Guid>(T[],System.Int32) */,
{ 823, -1, 97 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Int16>(T[],System.Int32) */,
{ 823, -1, 24 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Int32>(T[],System.Int32) */,
{ 823, -1, 92 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Int32Enum>(T[],System.Int32) */,
{ 823, -1, 30 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Int64>(T[],System.Int32) */,
{ 823, -1, 87 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.IntPtr>(T[],System.Int32) */,
{ 823, -1, 439 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Net.CookieTokenizer/RecognizedAttribute>(T[],System.Int32) */,
{ 823, -1, 440 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Net.HeaderVariantInfo>(T[],System.Int32) */,
{ 823, -1, 453 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Net.Sockets.Socket/WSABUF>(T[],System.Int32) */,
{ 823, -1, 151 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.ParameterizedStrings/FormatParam>(T[],System.Int32) */,
{ 823, -1, 174 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Reflection.CustomAttributeNamedArgument>(T[],System.Int32) */,
{ 823, -1, 173 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Reflection.CustomAttributeTypedArgument>(T[],System.Int32) */,
{ 823, -1, 66 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Reflection.ParameterModifier>(T[],System.Int32) */,
{ 823, -1, 168 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Resources.ResourceLocator>(T[],System.Int32) */,
{ 823, -1, 26 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Runtime.CompilerServices.Ephemeron>(T[],System.Int32) */,
{ 823, -1, 452 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Runtime.InteropServices.GCHandle>(T[],System.Int32) */,
{ 823, -1, 110 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.SByte>(T[],System.Int32) */,
{ 823, -1, 432 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Security.Cryptography.X509Certificates.X509ChainStatus>(T[],System.Int32) */,
{ 823, -1, 111 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Single>(T[],System.Int32) */,
{ 823, -1, 427 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>(T[],System.Int32) */,
{ 823, -1, 246 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Threading.CancellationTokenRegistration>(T[],System.Int32) */,
{ 823, -1, 112 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.TimeSpan>(T[],System.Int32) */,
{ 823, -1, 136 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.UInt16>(T[],System.Int32) */,
{ 823, -1, 393 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.UInt16Enum>(T[],System.Int32) */,
{ 823, -1, 35 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.UInt32>(T[],System.Int32) */,
{ 823, -1, 391 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.UInt32Enum>(T[],System.Int32) */,
{ 823, -1, 84 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.UInt64>(T[],System.Int32) */,
{ 823, -1, 358 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>(T[],System.Int32) */,
{ 823, -1, 350 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Xml.XmlNamespaceManager/NamespaceDeclaration>(T[],System.Int32) */,
{ 823, -1, 304 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<System.Xml.XmlTextReaderImpl/ParsingState>(T[],System.Int32) */,
{ 823, -1, 849 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<TMPro.Examples.VertexJitter/VertexAnim>(T[],System.Int32) */,
{ 823, -1, 708 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<TMPro.MaterialReference>(T[],System.Int32) */,
{ 823, -1, 825 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>(T[],System.Int32) */,
{ 823, -1, 718 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<TMPro.TMP_CharacterInfo>(T[],System.Int32) */,
{ 823, -1, 735 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<TMPro.TMP_FontWeights>(T[],System.Int32) */,
{ 823, -1, 726 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<TMPro.TMP_LineInfo>(T[],System.Int32) */,
{ 823, -1, 764 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<TMPro.TMP_LinkInfo>(T[],System.Int32) */,
{ 823, -1, 712 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<TMPro.TMP_MeshInfo>(T[],System.Int32) */,
{ 823, -1, 720 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<TMPro.TMP_PageInfo>(T[],System.Int32) */,
{ 823, -1, 730 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<TMPro.TMP_WordInfo>(T[],System.Int32) */,
{ 823, -1, 763 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<TMPro.XML_TagAttribute>(T[],System.Int32) */,
{ 823, -1, 470 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.BeforeRenderHelper/OrderBlock>(T[],System.Int32) */,
{ 823, -1, 485 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Color32>(T[],System.Int32) */,
{ 823, -1, 476 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Color>(T[],System.Int32) */,
{ 823, -1, 564 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.ContactPoint>(T[],System.Int32) */,
{ 823, -1, 573 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.EventSystems.RaycastResult>(T[],System.Int32) */,
{ 823, -1, 487 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Experimental.LowLevel.PlayerLoopSystem>(T[],System.Int32) */,
{ 823, -1, 465 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Keyframe>(T[],System.Int32) */,
{ 823, -1, 499 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Playables.PlayableBinding>(T[],System.Int32) */,
{ 823, -1, 482 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Quaternion>(T[],System.Int32) */,
{ 823, -1, 607 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.RaycastHit2D>(T[],System.Int32) */,
{ 823, -1, 566 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.RaycastHit>(T[],System.Int32) */,
{ 823, -1, 486 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.SendMouseEvents/HitInfo>(T[],System.Int32) */,
{ 823, -1, 544 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(T[],System.Int32) */,
{ 823, -1, 548 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(T[],System.Int32) */,
{ 823, -1, 479 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Touch>(T[],System.Int32) */,
{ 823, -1, 612 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.UI.ColorBlock>(T[],System.Int32) */,
{ 823, -1, 652 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.UI.Navigation>(T[],System.Int32) */,
{ 823, -1, 655 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.UI.SpriteState>(T[],System.Int32) */,
{ 823, -1, 522 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.UICharInfo>(T[],System.Int32) */,
{ 823, -1, 523 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.UILineInfo>(T[],System.Int32) */,
{ 823, -1, 521 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.UIVertex>(T[],System.Int32) */,
{ 823, -1, 495 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.UnitySynchronizationContext/WorkRequest>(T[],System.Int32) */,
{ 823, -1, 484 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Vector2>(T[],System.Int32) */,
{ 823, -1, 481 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Vector3>(T[],System.Int32) */,
{ 823, -1, 483 } /* System.Void System.Array::InternalArray__ICollection_CopyTo<UnityEngine.Vector4>(T[],System.Int32) */,
{ 826, -1, 828 } /* System.Void System.Array::InternalArray__Insert<AddGame/Aufgabe>(System.Int32,T) */,
{ 826, -1, 301 } /* System.Void System.Array::InternalArray__Insert<MS.Internal.Xml.Cache.XPathNode>(System.Int32,T) */,
{ 826, -1, 353 } /* System.Void System.Array::InternalArray__Insert<MS.Internal.Xml.Cache.XPathNodeRef>(System.Int32,T) */,
{ 826, -1, 31 } /* System.Void System.Array::InternalArray__Insert<Mono.Globalization.Unicode.CodePointIndexer/TableRange>(System.Int32,T) */,
{ 826, -1, 451 } /* System.Void System.Array::InternalArray__Insert<System.ArraySegment`1<System.Byte>>(System.Int32,T) */,
{ 826, -1, 47 } /* System.Void System.Array::InternalArray__Insert<System.Boolean>(System.Int32,T) */,
{ 826, -1, 8 } /* System.Void System.Array::InternalArray__Insert<System.Byte>(System.Int32,T) */,
{ 826, -1, 436 } /* System.Void System.Array::InternalArray__Insert<System.ByteEnum>(System.Int32,T) */,
{ 826, -1, 9 } /* System.Void System.Array::InternalArray__Insert<System.Char>(System.Int32,T) */,
{ 826, -1, 27 } /* System.Void System.Array::InternalArray__Insert<System.Collections.DictionaryEntry>(System.Int32,T) */,
{ 826, -1, 354 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(System.Int32,T) */,
{ 826, -1, 415 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>(System.Int32,T) */,
{ 826, -1, 758 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Boolean>>(System.Int32,T) */,
{ 826, -1, 729 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Char>>(System.Int32,T) */,
{ 826, -1, 710 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>>(System.Int32,T) */,
{ 826, -1, 755 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int64>>(System.Int32,T) */,
{ 826, -1, 125 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>(System.Int32,T) */,
{ 826, -1, 749 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(System.Int32,T) */,
{ 826, -1, 380 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(System.Int32,T) */,
{ 826, -1, 283 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(System.Int32,T) */,
{ 826, -1, 23 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>(System.Int32,T) */,
{ 826, -1, 167 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>(System.Int32,T) */,
{ 826, -1, 463 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.HashSet`1/Slot<System.Object>>(System.Int32,T) */,
{ 826, -1, 352 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(System.Int32,T) */,
{ 826, -1, 116 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(System.Int32,T) */,
{ 826, -1, 414 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>(System.Int32,T) */,
{ 826, -1, 757 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>>(System.Int32,T) */,
{ 826, -1, 728 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>>(System.Int32,T) */,
{ 826, -1, 709 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>(System.Int32,T) */,
{ 826, -1, 754 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>>(System.Int32,T) */,
{ 826, -1, 124 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>(System.Int32,T) */,
{ 826, -1, 748 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(System.Int32,T) */,
{ 826, -1, 379 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(System.Int32,T) */,
{ 826, -1, 282 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(System.Int32,T) */,
{ 826, -1, 22 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>(System.Int32,T) */,
{ 826, -1, 166 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>(System.Int32,T) */,
{ 826, -1, 299 } /* System.Void System.Array::InternalArray__Insert<System.Collections.Hashtable/bucket>(System.Int32,T) */,
{ 826, -1, 61 } /* System.Void System.Array::InternalArray__Insert<System.DateTime>(System.Int32,T) */,
{ 826, -1, 62 } /* System.Void System.Array::InternalArray__Insert<System.DateTimeOffset>(System.Int32,T) */,
{ 826, -1, 63 } /* System.Void System.Array::InternalArray__Insert<System.Decimal>(System.Int32,T) */,
{ 826, -1, 83 } /* System.Void System.Array::InternalArray__Insert<System.Double>(System.Int32,T) */,
{ 826, -1, 235 } /* System.Void System.Array::InternalArray__Insert<System.Globalization.InternalCodePageDataItem>(System.Int32,T) */,
{ 826, -1, 236 } /* System.Void System.Array::InternalArray__Insert<System.Globalization.InternalEncodingDataItem>(System.Int32,T) */,
{ 826, -1, 96 } /* System.Void System.Array::InternalArray__Insert<System.Guid>(System.Int32,T) */,
{ 826, -1, 97 } /* System.Void System.Array::InternalArray__Insert<System.Int16>(System.Int32,T) */,
{ 826, -1, 24 } /* System.Void System.Array::InternalArray__Insert<System.Int32>(System.Int32,T) */,
{ 826, -1, 92 } /* System.Void System.Array::InternalArray__Insert<System.Int32Enum>(System.Int32,T) */,
{ 826, -1, 30 } /* System.Void System.Array::InternalArray__Insert<System.Int64>(System.Int32,T) */,
{ 826, -1, 87 } /* System.Void System.Array::InternalArray__Insert<System.IntPtr>(System.Int32,T) */,
{ 826, -1, 439 } /* System.Void System.Array::InternalArray__Insert<System.Net.CookieTokenizer/RecognizedAttribute>(System.Int32,T) */,
{ 826, -1, 440 } /* System.Void System.Array::InternalArray__Insert<System.Net.HeaderVariantInfo>(System.Int32,T) */,
{ 826, -1, 453 } /* System.Void System.Array::InternalArray__Insert<System.Net.Sockets.Socket/WSABUF>(System.Int32,T) */,
{ 826, -1, 151 } /* System.Void System.Array::InternalArray__Insert<System.ParameterizedStrings/FormatParam>(System.Int32,T) */,
{ 826, -1, 174 } /* System.Void System.Array::InternalArray__Insert<System.Reflection.CustomAttributeNamedArgument>(System.Int32,T) */,
{ 826, -1, 173 } /* System.Void System.Array::InternalArray__Insert<System.Reflection.CustomAttributeTypedArgument>(System.Int32,T) */,
{ 826, -1, 66 } /* System.Void System.Array::InternalArray__Insert<System.Reflection.ParameterModifier>(System.Int32,T) */,
{ 826, -1, 168 } /* System.Void System.Array::InternalArray__Insert<System.Resources.ResourceLocator>(System.Int32,T) */,
{ 826, -1, 26 } /* System.Void System.Array::InternalArray__Insert<System.Runtime.CompilerServices.Ephemeron>(System.Int32,T) */,
{ 826, -1, 452 } /* System.Void System.Array::InternalArray__Insert<System.Runtime.InteropServices.GCHandle>(System.Int32,T) */,
{ 826, -1, 110 } /* System.Void System.Array::InternalArray__Insert<System.SByte>(System.Int32,T) */,
{ 826, -1, 432 } /* System.Void System.Array::InternalArray__Insert<System.Security.Cryptography.X509Certificates.X509ChainStatus>(System.Int32,T) */,
{ 826, -1, 111 } /* System.Void System.Array::InternalArray__Insert<System.Single>(System.Int32,T) */,
{ 826, -1, 427 } /* System.Void System.Array::InternalArray__Insert<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>(System.Int32,T) */,
{ 826, -1, 246 } /* System.Void System.Array::InternalArray__Insert<System.Threading.CancellationTokenRegistration>(System.Int32,T) */,
{ 826, -1, 112 } /* System.Void System.Array::InternalArray__Insert<System.TimeSpan>(System.Int32,T) */,
{ 826, -1, 136 } /* System.Void System.Array::InternalArray__Insert<System.UInt16>(System.Int32,T) */,
{ 826, -1, 393 } /* System.Void System.Array::InternalArray__Insert<System.UInt16Enum>(System.Int32,T) */,
{ 826, -1, 35 } /* System.Void System.Array::InternalArray__Insert<System.UInt32>(System.Int32,T) */,
{ 826, -1, 391 } /* System.Void System.Array::InternalArray__Insert<System.UInt32Enum>(System.Int32,T) */,
{ 826, -1, 84 } /* System.Void System.Array::InternalArray__Insert<System.UInt64>(System.Int32,T) */,
{ 826, -1, 358 } /* System.Void System.Array::InternalArray__Insert<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>(System.Int32,T) */,
{ 826, -1, 350 } /* System.Void System.Array::InternalArray__Insert<System.Xml.XmlNamespaceManager/NamespaceDeclaration>(System.Int32,T) */,
{ 826, -1, 304 } /* System.Void System.Array::InternalArray__Insert<System.Xml.XmlTextReaderImpl/ParsingState>(System.Int32,T) */,
{ 826, -1, 849 } /* System.Void System.Array::InternalArray__Insert<TMPro.Examples.VertexJitter/VertexAnim>(System.Int32,T) */,
{ 826, -1, 708 } /* System.Void System.Array::InternalArray__Insert<TMPro.MaterialReference>(System.Int32,T) */,
{ 826, -1, 825 } /* System.Void System.Array::InternalArray__Insert<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>(System.Int32,T) */,
{ 826, -1, 718 } /* System.Void System.Array::InternalArray__Insert<TMPro.TMP_CharacterInfo>(System.Int32,T) */,
{ 826, -1, 735 } /* System.Void System.Array::InternalArray__Insert<TMPro.TMP_FontWeights>(System.Int32,T) */,
{ 826, -1, 726 } /* System.Void System.Array::InternalArray__Insert<TMPro.TMP_LineInfo>(System.Int32,T) */,
{ 826, -1, 764 } /* System.Void System.Array::InternalArray__Insert<TMPro.TMP_LinkInfo>(System.Int32,T) */,
{ 826, -1, 712 } /* System.Void System.Array::InternalArray__Insert<TMPro.TMP_MeshInfo>(System.Int32,T) */,
{ 826, -1, 720 } /* System.Void System.Array::InternalArray__Insert<TMPro.TMP_PageInfo>(System.Int32,T) */,
{ 826, -1, 730 } /* System.Void System.Array::InternalArray__Insert<TMPro.TMP_WordInfo>(System.Int32,T) */,
{ 826, -1, 763 } /* System.Void System.Array::InternalArray__Insert<TMPro.XML_TagAttribute>(System.Int32,T) */,
{ 826, -1, 470 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.BeforeRenderHelper/OrderBlock>(System.Int32,T) */,
{ 826, -1, 485 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Color32>(System.Int32,T) */,
{ 826, -1, 476 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Color>(System.Int32,T) */,
{ 826, -1, 564 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.ContactPoint>(System.Int32,T) */,
{ 826, -1, 573 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.EventSystems.RaycastResult>(System.Int32,T) */,
{ 826, -1, 487 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Experimental.LowLevel.PlayerLoopSystem>(System.Int32,T) */,
{ 826, -1, 465 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Keyframe>(System.Int32,T) */,
{ 826, -1, 499 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Playables.PlayableBinding>(System.Int32,T) */,
{ 826, -1, 482 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Quaternion>(System.Int32,T) */,
{ 826, -1, 607 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.RaycastHit2D>(System.Int32,T) */,
{ 826, -1, 566 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.RaycastHit>(System.Int32,T) */,
{ 826, -1, 486 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.SendMouseEvents/HitInfo>(System.Int32,T) */,
{ 826, -1, 544 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(System.Int32,T) */,
{ 826, -1, 548 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(System.Int32,T) */,
{ 826, -1, 479 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Touch>(System.Int32,T) */,
{ 826, -1, 612 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.UI.ColorBlock>(System.Int32,T) */,
{ 826, -1, 652 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.UI.Navigation>(System.Int32,T) */,
{ 826, -1, 655 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.UI.SpriteState>(System.Int32,T) */,
{ 826, -1, 522 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.UICharInfo>(System.Int32,T) */,
{ 826, -1, 523 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.UILineInfo>(System.Int32,T) */,
{ 826, -1, 521 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.UIVertex>(System.Int32,T) */,
{ 826, -1, 495 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.UnitySynchronizationContext/WorkRequest>(System.Int32,T) */,
{ 826, -1, 484 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Vector2>(System.Int32,T) */,
{ 826, -1, 481 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Vector3>(System.Int32,T) */,
{ 826, -1, 483 } /* System.Void System.Array::InternalArray__Insert<UnityEngine.Vector4>(System.Int32,T) */,
{ 830, -1, 828 } /* System.Void System.Array::InternalArray__set_Item<AddGame/Aufgabe>(System.Int32,T) */,
{ 830, -1, 301 } /* System.Void System.Array::InternalArray__set_Item<MS.Internal.Xml.Cache.XPathNode>(System.Int32,T) */,
{ 830, -1, 353 } /* System.Void System.Array::InternalArray__set_Item<MS.Internal.Xml.Cache.XPathNodeRef>(System.Int32,T) */,
{ 830, -1, 31 } /* System.Void System.Array::InternalArray__set_Item<Mono.Globalization.Unicode.CodePointIndexer/TableRange>(System.Int32,T) */,
{ 830, -1, 451 } /* System.Void System.Array::InternalArray__set_Item<System.ArraySegment`1<System.Byte>>(System.Int32,T) */,
{ 830, -1, 47 } /* System.Void System.Array::InternalArray__set_Item<System.Boolean>(System.Int32,T) */,
{ 830, -1, 8 } /* System.Void System.Array::InternalArray__set_Item<System.Byte>(System.Int32,T) */,
{ 830, -1, 436 } /* System.Void System.Array::InternalArray__set_Item<System.ByteEnum>(System.Int32,T) */,
{ 830, -1, 9 } /* System.Void System.Array::InternalArray__set_Item<System.Char>(System.Int32,T) */,
{ 830, -1, 27 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.DictionaryEntry>(System.Int32,T) */,
{ 830, -1, 354 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(System.Int32,T) */,
{ 830, -1, 415 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>(System.Int32,T) */,
{ 830, -1, 758 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Boolean>>(System.Int32,T) */,
{ 830, -1, 729 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Char>>(System.Int32,T) */,
{ 830, -1, 710 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>>(System.Int32,T) */,
{ 830, -1, 755 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int64>>(System.Int32,T) */,
{ 830, -1, 125 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>(System.Int32,T) */,
{ 830, -1, 749 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(System.Int32,T) */,
{ 830, -1, 380 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(System.Int32,T) */,
{ 830, -1, 283 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(System.Int32,T) */,
{ 830, -1, 23 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>(System.Int32,T) */,
{ 830, -1, 167 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>(System.Int32,T) */,
{ 830, -1, 463 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.HashSet`1/Slot<System.Object>>(System.Int32,T) */,
{ 830, -1, 352 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(System.Int32,T) */,
{ 830, -1, 116 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(System.Int32,T) */,
{ 830, -1, 414 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>(System.Int32,T) */,
{ 830, -1, 757 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>>(System.Int32,T) */,
{ 830, -1, 728 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>>(System.Int32,T) */,
{ 830, -1, 709 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>(System.Int32,T) */,
{ 830, -1, 754 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>>(System.Int32,T) */,
{ 830, -1, 124 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>(System.Int32,T) */,
{ 830, -1, 748 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(System.Int32,T) */,
{ 830, -1, 379 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(System.Int32,T) */,
{ 830, -1, 282 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(System.Int32,T) */,
{ 830, -1, 22 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>(System.Int32,T) */,
{ 830, -1, 166 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>(System.Int32,T) */,
{ 830, -1, 299 } /* System.Void System.Array::InternalArray__set_Item<System.Collections.Hashtable/bucket>(System.Int32,T) */,
{ 830, -1, 61 } /* System.Void System.Array::InternalArray__set_Item<System.DateTime>(System.Int32,T) */,
{ 830, -1, 62 } /* System.Void System.Array::InternalArray__set_Item<System.DateTimeOffset>(System.Int32,T) */,
{ 830, -1, 63 } /* System.Void System.Array::InternalArray__set_Item<System.Decimal>(System.Int32,T) */,
{ 830, -1, 83 } /* System.Void System.Array::InternalArray__set_Item<System.Double>(System.Int32,T) */,
{ 830, -1, 235 } /* System.Void System.Array::InternalArray__set_Item<System.Globalization.InternalCodePageDataItem>(System.Int32,T) */,
{ 830, -1, 236 } /* System.Void System.Array::InternalArray__set_Item<System.Globalization.InternalEncodingDataItem>(System.Int32,T) */,
{ 830, -1, 96 } /* System.Void System.Array::InternalArray__set_Item<System.Guid>(System.Int32,T) */,
{ 830, -1, 97 } /* System.Void System.Array::InternalArray__set_Item<System.Int16>(System.Int32,T) */,
{ 830, -1, 24 } /* System.Void System.Array::InternalArray__set_Item<System.Int32>(System.Int32,T) */,
{ 830, -1, 92 } /* System.Void System.Array::InternalArray__set_Item<System.Int32Enum>(System.Int32,T) */,
{ 830, -1, 30 } /* System.Void System.Array::InternalArray__set_Item<System.Int64>(System.Int32,T) */,
{ 830, -1, 87 } /* System.Void System.Array::InternalArray__set_Item<System.IntPtr>(System.Int32,T) */,
{ 830, -1, 439 } /* System.Void System.Array::InternalArray__set_Item<System.Net.CookieTokenizer/RecognizedAttribute>(System.Int32,T) */,
{ 830, -1, 440 } /* System.Void System.Array::InternalArray__set_Item<System.Net.HeaderVariantInfo>(System.Int32,T) */,
{ 830, -1, 453 } /* System.Void System.Array::InternalArray__set_Item<System.Net.Sockets.Socket/WSABUF>(System.Int32,T) */,
{ 830, -1, 151 } /* System.Void System.Array::InternalArray__set_Item<System.ParameterizedStrings/FormatParam>(System.Int32,T) */,
{ 830, -1, 174 } /* System.Void System.Array::InternalArray__set_Item<System.Reflection.CustomAttributeNamedArgument>(System.Int32,T) */,
{ 830, -1, 173 } /* System.Void System.Array::InternalArray__set_Item<System.Reflection.CustomAttributeTypedArgument>(System.Int32,T) */,
{ 830, -1, 66 } /* System.Void System.Array::InternalArray__set_Item<System.Reflection.ParameterModifier>(System.Int32,T) */,
{ 830, -1, 168 } /* System.Void System.Array::InternalArray__set_Item<System.Resources.ResourceLocator>(System.Int32,T) */,
{ 830, -1, 26 } /* System.Void System.Array::InternalArray__set_Item<System.Runtime.CompilerServices.Ephemeron>(System.Int32,T) */,
{ 830, -1, 452 } /* System.Void System.Array::InternalArray__set_Item<System.Runtime.InteropServices.GCHandle>(System.Int32,T) */,
{ 830, -1, 110 } /* System.Void System.Array::InternalArray__set_Item<System.SByte>(System.Int32,T) */,
{ 830, -1, 432 } /* System.Void System.Array::InternalArray__set_Item<System.Security.Cryptography.X509Certificates.X509ChainStatus>(System.Int32,T) */,
{ 830, -1, 111 } /* System.Void System.Array::InternalArray__set_Item<System.Single>(System.Int32,T) */,
{ 830, -1, 427 } /* System.Void System.Array::InternalArray__set_Item<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>(System.Int32,T) */,
{ 830, -1, 246 } /* System.Void System.Array::InternalArray__set_Item<System.Threading.CancellationTokenRegistration>(System.Int32,T) */,
{ 830, -1, 112 } /* System.Void System.Array::InternalArray__set_Item<System.TimeSpan>(System.Int32,T) */,
{ 830, -1, 136 } /* System.Void System.Array::InternalArray__set_Item<System.UInt16>(System.Int32,T) */,
{ 830, -1, 393 } /* System.Void System.Array::InternalArray__set_Item<System.UInt16Enum>(System.Int32,T) */,
{ 830, -1, 35 } /* System.Void System.Array::InternalArray__set_Item<System.UInt32>(System.Int32,T) */,
{ 830, -1, 391 } /* System.Void System.Array::InternalArray__set_Item<System.UInt32Enum>(System.Int32,T) */,
{ 830, -1, 84 } /* System.Void System.Array::InternalArray__set_Item<System.UInt64>(System.Int32,T) */,
{ 830, -1, 358 } /* System.Void System.Array::InternalArray__set_Item<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>(System.Int32,T) */,
{ 830, -1, 350 } /* System.Void System.Array::InternalArray__set_Item<System.Xml.XmlNamespaceManager/NamespaceDeclaration>(System.Int32,T) */,
{ 830, -1, 304 } /* System.Void System.Array::InternalArray__set_Item<System.Xml.XmlTextReaderImpl/ParsingState>(System.Int32,T) */,
{ 830, -1, 849 } /* System.Void System.Array::InternalArray__set_Item<TMPro.Examples.VertexJitter/VertexAnim>(System.Int32,T) */,
{ 830, -1, 708 } /* System.Void System.Array::InternalArray__set_Item<TMPro.MaterialReference>(System.Int32,T) */,
{ 830, -1, 825 } /* System.Void System.Array::InternalArray__set_Item<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>(System.Int32,T) */,
{ 830, -1, 718 } /* System.Void System.Array::InternalArray__set_Item<TMPro.TMP_CharacterInfo>(System.Int32,T) */,
{ 830, -1, 735 } /* System.Void System.Array::InternalArray__set_Item<TMPro.TMP_FontWeights>(System.Int32,T) */,
{ 830, -1, 726 } /* System.Void System.Array::InternalArray__set_Item<TMPro.TMP_LineInfo>(System.Int32,T) */,
{ 830, -1, 764 } /* System.Void System.Array::InternalArray__set_Item<TMPro.TMP_LinkInfo>(System.Int32,T) */,
{ 830, -1, 712 } /* System.Void System.Array::InternalArray__set_Item<TMPro.TMP_MeshInfo>(System.Int32,T) */,
{ 830, -1, 720 } /* System.Void System.Array::InternalArray__set_Item<TMPro.TMP_PageInfo>(System.Int32,T) */,
{ 830, -1, 730 } /* System.Void System.Array::InternalArray__set_Item<TMPro.TMP_WordInfo>(System.Int32,T) */,
{ 830, -1, 763 } /* System.Void System.Array::InternalArray__set_Item<TMPro.XML_TagAttribute>(System.Int32,T) */,
{ 830, -1, 470 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.BeforeRenderHelper/OrderBlock>(System.Int32,T) */,
{ 830, -1, 485 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Color32>(System.Int32,T) */,
{ 830, -1, 476 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Color>(System.Int32,T) */,
{ 830, -1, 564 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.ContactPoint>(System.Int32,T) */,
{ 830, -1, 573 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.EventSystems.RaycastResult>(System.Int32,T) */,
{ 830, -1, 487 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Experimental.LowLevel.PlayerLoopSystem>(System.Int32,T) */,
{ 830, -1, 465 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Keyframe>(System.Int32,T) */,
{ 830, -1, 499 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Playables.PlayableBinding>(System.Int32,T) */,
{ 830, -1, 482 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Quaternion>(System.Int32,T) */,
{ 830, -1, 607 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.RaycastHit2D>(System.Int32,T) */,
{ 830, -1, 566 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.RaycastHit>(System.Int32,T) */,
{ 830, -1, 486 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.SendMouseEvents/HitInfo>(System.Int32,T) */,
{ 830, -1, 544 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(System.Int32,T) */,
{ 830, -1, 548 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(System.Int32,T) */,
{ 830, -1, 479 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Touch>(System.Int32,T) */,
{ 830, -1, 612 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.UI.ColorBlock>(System.Int32,T) */,
{ 830, -1, 652 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.UI.Navigation>(System.Int32,T) */,
{ 830, -1, 655 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.UI.SpriteState>(System.Int32,T) */,
{ 830, -1, 522 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.UICharInfo>(System.Int32,T) */,
{ 830, -1, 523 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.UILineInfo>(System.Int32,T) */,
{ 830, -1, 521 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.UIVertex>(System.Int32,T) */,
{ 830, -1, 495 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.UnitySynchronizationContext/WorkRequest>(System.Int32,T) */,
{ 830, -1, 484 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Vector2>(System.Int32,T) */,
{ 830, -1, 481 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Vector3>(System.Int32,T) */,
{ 830, -1, 483 } /* System.Void System.Array::InternalArray__set_Item<UnityEngine.Vector4>(System.Int32,T) */,
{ 722, -1, 92 } /* System.Void System.Array::Resize<System.Int32Enum>(T[]&,System.Int32) */,
{ 722, -1, 111 } /* System.Void System.Array::Resize<System.Single>(T[]&,System.Int32) */,
{ 722, -1, 358 } /* System.Void System.Array::Resize<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>(T[]&,System.Int32) */,
{ 722, -1, 708 } /* System.Void System.Array::Resize<TMPro.MaterialReference>(T[]&,System.Int32) */,
{ 722, -1, 718 } /* System.Void System.Array::Resize<TMPro.TMP_CharacterInfo>(T[]&,System.Int32) */,
{ 722, -1, 764 } /* System.Void System.Array::Resize<TMPro.TMP_LinkInfo>(T[]&,System.Int32) */,
{ 722, -1, 712 } /* System.Void System.Array::Resize<TMPro.TMP_MeshInfo>(T[]&,System.Int32) */,
{ 722, -1, 720 } /* System.Void System.Array::Resize<TMPro.TMP_PageInfo>(T[]&,System.Int32) */,
{ 722, -1, 730 } /* System.Void System.Array::Resize<TMPro.TMP_WordInfo>(T[]&,System.Int32) */,
{ 779, -1, 47 } /* System.Void System.Array::Reverse<System.Boolean>(T[],System.Int32,System.Int32) */,
{ 779, -1, 9 } /* System.Void System.Array::Reverse<System.Char>(T[],System.Int32,System.Int32) */,
{ 779, -1, 116 } /* System.Void System.Array::Reverse<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T[],System.Int32,System.Int32) */,
{ 779, -1, 61 } /* System.Void System.Array::Reverse<System.DateTime>(T[],System.Int32,System.Int32) */,
{ 779, -1, 62 } /* System.Void System.Array::Reverse<System.DateTimeOffset>(T[],System.Int32,System.Int32) */,
{ 779, -1, 63 } /* System.Void System.Array::Reverse<System.Decimal>(T[],System.Int32,System.Int32) */,
{ 779, -1, 83 } /* System.Void System.Array::Reverse<System.Double>(T[],System.Int32,System.Int32) */,
{ 779, -1, 97 } /* System.Void System.Array::Reverse<System.Int16>(T[],System.Int32,System.Int32) */,
{ 779, -1, 24 } /* System.Void System.Array::Reverse<System.Int32>(T[],System.Int32,System.Int32) */,
{ 779, -1, 92 } /* System.Void System.Array::Reverse<System.Int32Enum>(T[],System.Int32,System.Int32) */,
{ 779, -1, 30 } /* System.Void System.Array::Reverse<System.Int64>(T[],System.Int32,System.Int32) */,
{ 779, -1, 110 } /* System.Void System.Array::Reverse<System.SByte>(T[],System.Int32,System.Int32) */,
{ 779, -1, 111 } /* System.Void System.Array::Reverse<System.Single>(T[],System.Int32,System.Int32) */,
{ 779, -1, 112 } /* System.Void System.Array::Reverse<System.TimeSpan>(T[],System.Int32,System.Int32) */,
{ 779, -1, 136 } /* System.Void System.Array::Reverse<System.UInt16>(T[],System.Int32,System.Int32) */,
{ 779, -1, 35 } /* System.Void System.Array::Reverse<System.UInt32>(T[],System.Int32,System.Int32) */,
{ 779, -1, 84 } /* System.Void System.Array::Reverse<System.UInt64>(T[],System.Int32,System.Int32) */,
{ 779, -1, 825 } /* System.Void System.Array::Reverse<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>(T[],System.Int32,System.Int32) */,
{ 779, -1, 470 } /* System.Void System.Array::Reverse<UnityEngine.BeforeRenderHelper/OrderBlock>(T[],System.Int32,System.Int32) */,
{ 779, -1, 485 } /* System.Void System.Array::Reverse<UnityEngine.Color32>(T[],System.Int32,System.Int32) */,
{ 779, -1, 476 } /* System.Void System.Array::Reverse<UnityEngine.Color>(T[],System.Int32,System.Int32) */,
{ 779, -1, 573 } /* System.Void System.Array::Reverse<UnityEngine.EventSystems.RaycastResult>(T[],System.Int32,System.Int32) */,
{ 779, -1, 482 } /* System.Void System.Array::Reverse<UnityEngine.Quaternion>(T[],System.Int32,System.Int32) */,
{ 779, -1, 479 } /* System.Void System.Array::Reverse<UnityEngine.Touch>(T[],System.Int32,System.Int32) */,
{ 779, -1, 522 } /* System.Void System.Array::Reverse<UnityEngine.UICharInfo>(T[],System.Int32,System.Int32) */,
{ 779, -1, 523 } /* System.Void System.Array::Reverse<UnityEngine.UILineInfo>(T[],System.Int32,System.Int32) */,
{ 779, -1, 521 } /* System.Void System.Array::Reverse<UnityEngine.UIVertex>(T[],System.Int32,System.Int32) */,
{ 779, -1, 495 } /* System.Void System.Array::Reverse<UnityEngine.UnitySynchronizationContext/WorkRequest>(T[],System.Int32,System.Int32) */,
{ 779, -1, 484 } /* System.Void System.Array::Reverse<UnityEngine.Vector2>(T[],System.Int32,System.Int32) */,
{ 779, -1, 481 } /* System.Void System.Array::Reverse<UnityEngine.Vector3>(T[],System.Int32,System.Int32) */,
{ 779, -1, 483 } /* System.Void System.Array::Reverse<UnityEngine.Vector4>(T[],System.Int32,System.Int32) */,
{ 795, -1, 47 } /* System.Void System.Array::Sort<System.Boolean>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 8 } /* System.Void System.Array::Sort<System.Byte>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 9 } /* System.Void System.Array::Sort<System.Char>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 116 } /* System.Void System.Array::Sort<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 61 } /* System.Void System.Array::Sort<System.DateTime>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 62 } /* System.Void System.Array::Sort<System.DateTimeOffset>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 63 } /* System.Void System.Array::Sort<System.Decimal>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 83 } /* System.Void System.Array::Sort<System.Double>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 97 } /* System.Void System.Array::Sort<System.Int16>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 24 } /* System.Void System.Array::Sort<System.Int32>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 92 } /* System.Void System.Array::Sort<System.Int32Enum>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 30 } /* System.Void System.Array::Sort<System.Int64>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 110 } /* System.Void System.Array::Sort<System.SByte>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 111 } /* System.Void System.Array::Sort<System.Single>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 112 } /* System.Void System.Array::Sort<System.TimeSpan>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 136 } /* System.Void System.Array::Sort<System.UInt16>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 35 } /* System.Void System.Array::Sort<System.UInt32>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 799, -1, 85 } /* System.Void System.Array::Sort<System.UInt64,System.Object>(TKey[],TValue[],System.Collections.Generic.IComparer`1<TKey>) */,
{ 800, -1, 85 } /* System.Void System.Array::Sort<System.UInt64,System.Object>(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 795, -1, 84 } /* System.Void System.Array::Sort<System.UInt64>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 825 } /* System.Void System.Array::Sort<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 470 } /* System.Void System.Array::Sort<UnityEngine.BeforeRenderHelper/OrderBlock>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 485 } /* System.Void System.Array::Sort<UnityEngine.Color32>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 476 } /* System.Void System.Array::Sort<UnityEngine.Color>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 573 } /* System.Void System.Array::Sort<UnityEngine.EventSystems.RaycastResult>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 482 } /* System.Void System.Array::Sort<UnityEngine.Quaternion>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 479 } /* System.Void System.Array::Sort<UnityEngine.Touch>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 522 } /* System.Void System.Array::Sort<UnityEngine.UICharInfo>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 523 } /* System.Void System.Array::Sort<UnityEngine.UILineInfo>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 521 } /* System.Void System.Array::Sort<UnityEngine.UIVertex>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 495 } /* System.Void System.Array::Sort<UnityEngine.UnitySynchronizationContext/WorkRequest>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 484 } /* System.Void System.Array::Sort<UnityEngine.Vector2>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 481 } /* System.Void System.Array::Sort<UnityEngine.Vector3>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 483 } /* System.Void System.Array::Sort<UnityEngine.Vector4>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9201, -1, 959 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>,Mono.Net.Security.MobileAuthenticatedStream/<ProcessAuthentication>d__47>(TAwaiter&,TStateMachine&) */,
{ 9210, 47, 960 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>,System.Threading.SemaphoreSlim/<WaitUntilCountOrTimeoutAsync>d__31>(TAwaiter&,TStateMachine&) */,
{ 9210, 24, 961 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>,Mono.Net.Security.MobileAuthenticatedStream/<StartOperation>d__58>(TAwaiter&,TStateMachine&) */,
{ 9210, 0, 879 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,Mono.Net.Security.AsyncProtocolRequest/<StartOperation>d__23>(TAwaiter&,TStateMachine&) */,
{ 9210, 0, 962 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>,System.Xml.XmlDownloadManager/<GetNonFileStreamAsync>d__5>(TAwaiter&,TStateMachine&) */,
{ 9210, 0, 963 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>,System.Xml.XmlUrlResolver/<GetEntityAsync>d__15>(TAwaiter&,TStateMachine&) */,
{ 9207, 0, 873 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Start<Mono.Net.Security.AsyncProtocolRequest/<StartOperation>d__23>(TStateMachine&) */,
{ 9207, 0, 869 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Start<System.Xml.XmlDownloadManager/<GetNonFileStreamAsync>d__5>(TStateMachine&) */,
{ 9209, 192, 21 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::AwaitOnCompleted<System.Object,System.Object>(TAwaiter&,TStateMachine&) */,
{ 9209, 192, 864 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::AwaitOnCompleted<System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable,System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37>(TAwaiter&,TStateMachine&) */,
{ 9210, 192, 21 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::AwaitUnsafeOnCompleted<System.Object,System.Object>(TAwaiter&,TStateMachine&) */,
{ 9210, 192, 878 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,Mono.Net.Security.AsyncProtocolRequest/<ProcessOperation>d__24>(TAwaiter&,TStateMachine&) */,
{ 9210, 192, 885 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,Mono.Net.Security.MobileAuthenticatedStream/<InnerWrite>d__67>(TAwaiter&,TStateMachine&) */,
{ 9210, 192, 865 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37>(TAwaiter&,TStateMachine&) */,
{ 9210, 192, 877 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Nullable`1<System.Int32>>,Mono.Net.Security.AsyncProtocolRequest/<ProcessOperation>d__24>(TAwaiter&,TStateMachine&) */,
{ 9210, 192, 959 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>,Mono.Net.Security.MobileAuthenticatedStream/<ProcessAuthentication>d__47>(TAwaiter&,TStateMachine&) */,
{ 696, -1, 47 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.Boolean>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 8 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.Byte>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 9 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.Char>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 116 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 61 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.DateTime>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 62 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.DateTimeOffset>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 63 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.Decimal>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 83 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.Double>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 97 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.Int16>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 24 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.Int32>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 92 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.Int32Enum>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 30 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.Int64>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 110 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.SByte>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 111 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.Single>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 112 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.TimeSpan>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 136 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.UInt16>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 35 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.UInt32>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 84 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<System.UInt64>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 825 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 470 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.BeforeRenderHelper/OrderBlock>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 485 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.Color32>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 476 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.Color>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 573 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.EventSystems.RaycastResult>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 482 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.Quaternion>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 479 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.Touch>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 522 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.UICharInfo>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 523 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.UILineInfo>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 521 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.UIVertex>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 495 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.UnitySynchronizationContext/WorkRequest>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 484 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.Vector2>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 481 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.Vector3>(System.Object,System.ExceptionArgument) */,
{ 696, -1, 483 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<UnityEngine.Vector4>(System.Object,System.ExceptionArgument) */,
{ 17334, -1, 24 } /* System.Void UnityEngine.Assertions.Assert::AreEqual<System.Int32>(T,T,System.String,System.Collections.Generic.IEqualityComparer`1<T>) */,
{ 16500, -1, 474 } /* System.Void UnityEngine.GameObject::GetComponents<UnityEngine.Component>(System.Collections.Generic.List`1<!!0>) */,
{ 17147, -1, 47 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<System.Boolean>(System.Object) */,
{ 17147, -1, 9 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<System.Char>(System.Object) */,
{ 17147, -1, 24 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<System.Int32>(System.Object) */,
{ 17147, -1, 111 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<System.Single>(System.Object) */,
{ 17147, -1, 476 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<UnityEngine.Color>(System.Object) */,
{ 17147, -1, 484 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<UnityEngine.Vector2>(System.Object) */,
{ 16796, -1, 484 } /* System.Void UnityEngine.Mesh::SetListForChannel<UnityEngine.Vector2>(UnityEngine.Rendering.VertexAttribute,UnityEngine.Mesh/InternalVertexChannelType,System.Int32,System.Collections.Generic.List`1<T>) */,
{ 19934, -1, 92 } /* System.Void UnityEngine.UI.LayoutGroup::SetProperty<System.Int32Enum>(T&,T) */,
{ 824, -1, 828 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<AddGame/Aufgabe>(System.Int32) */,
{ 824, -1, 301 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<MS.Internal.Xml.Cache.XPathNode>(System.Int32) */,
{ 824, -1, 353 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<MS.Internal.Xml.Cache.XPathNodeRef>(System.Int32) */,
{ 824, -1, 31 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<Mono.Globalization.Unicode.CodePointIndexer/TableRange>(System.Int32) */,
{ 824, -1, 451 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.ArraySegment`1<System.Byte>>(System.Int32) */,
{ 824, -1, 47 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Boolean>(System.Int32) */,
{ 824, -1, 8 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Byte>(System.Int32) */,
{ 824, -1, 436 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.ByteEnum>(System.Int32) */,
{ 824, -1, 9 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Char>(System.Int32) */,
{ 824, -1, 27 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.DictionaryEntry>(System.Int32) */,
{ 824, -1, 354 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(System.Int32) */,
{ 824, -1, 415 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>(System.Int32) */,
{ 824, -1, 758 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Boolean>>(System.Int32) */,
{ 824, -1, 729 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Char>>(System.Int32) */,
{ 824, -1, 710 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>>(System.Int32) */,
{ 824, -1, 755 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int64>>(System.Int32) */,
{ 824, -1, 125 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>(System.Int32) */,
{ 824, -1, 749 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(System.Int32) */,
{ 824, -1, 380 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(System.Int32) */,
{ 824, -1, 283 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(System.Int32) */,
{ 824, -1, 23 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>(System.Int32) */,
{ 824, -1, 167 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>(System.Int32) */,
{ 824, -1, 463 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.HashSet`1/Slot<System.Object>>(System.Int32) */,
{ 824, -1, 352 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(System.Int32) */,
{ 824, -1, 116 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(System.Int32) */,
{ 824, -1, 414 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>(System.Int32) */,
{ 824, -1, 757 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>>(System.Int32) */,
{ 824, -1, 728 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>>(System.Int32) */,
{ 824, -1, 709 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>(System.Int32) */,
{ 824, -1, 754 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>>(System.Int32) */,
{ 824, -1, 124 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>(System.Int32) */,
{ 824, -1, 748 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(System.Int32) */,
{ 824, -1, 379 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(System.Int32) */,
{ 824, -1, 282 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(System.Int32) */,
{ 824, -1, 22 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>(System.Int32) */,
{ 824, -1, 166 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>(System.Int32) */,
{ 824, -1, 299 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Hashtable/bucket>(System.Int32) */,
{ 824, -1, 61 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.DateTime>(System.Int32) */,
{ 824, -1, 62 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.DateTimeOffset>(System.Int32) */,
{ 824, -1, 63 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Decimal>(System.Int32) */,
{ 824, -1, 83 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Double>(System.Int32) */,
{ 824, -1, 235 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Globalization.InternalCodePageDataItem>(System.Int32) */,
{ 824, -1, 236 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Globalization.InternalEncodingDataItem>(System.Int32) */,
{ 824, -1, 96 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Guid>(System.Int32) */,
{ 824, -1, 97 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Int16>(System.Int32) */,
{ 824, -1, 24 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Int32>(System.Int32) */,
{ 824, -1, 92 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Int32Enum>(System.Int32) */,
{ 824, -1, 30 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Int64>(System.Int32) */,
{ 824, -1, 87 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.IntPtr>(System.Int32) */,
{ 824, -1, 439 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Net.CookieTokenizer/RecognizedAttribute>(System.Int32) */,
{ 824, -1, 440 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Net.HeaderVariantInfo>(System.Int32) */,
{ 824, -1, 453 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Net.Sockets.Socket/WSABUF>(System.Int32) */,
{ 824, -1, 151 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.ParameterizedStrings/FormatParam>(System.Int32) */,
{ 824, -1, 174 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Reflection.CustomAttributeNamedArgument>(System.Int32) */,
{ 824, -1, 173 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Reflection.CustomAttributeTypedArgument>(System.Int32) */,
{ 824, -1, 66 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Reflection.ParameterModifier>(System.Int32) */,
{ 824, -1, 168 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Resources.ResourceLocator>(System.Int32) */,
{ 824, -1, 26 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Runtime.CompilerServices.Ephemeron>(System.Int32) */,
{ 824, -1, 452 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Runtime.InteropServices.GCHandle>(System.Int32) */,
{ 824, -1, 110 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.SByte>(System.Int32) */,
{ 824, -1, 432 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Security.Cryptography.X509Certificates.X509ChainStatus>(System.Int32) */,
{ 824, -1, 111 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Single>(System.Int32) */,
{ 824, -1, 427 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>(System.Int32) */,
{ 824, -1, 246 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Threading.CancellationTokenRegistration>(System.Int32) */,
{ 824, -1, 112 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.TimeSpan>(System.Int32) */,
{ 824, -1, 136 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.UInt16>(System.Int32) */,
{ 824, -1, 393 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.UInt16Enum>(System.Int32) */,
{ 824, -1, 35 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.UInt32>(System.Int32) */,
{ 824, -1, 391 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.UInt32Enum>(System.Int32) */,
{ 824, -1, 84 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.UInt64>(System.Int32) */,
{ 824, -1, 358 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>(System.Int32) */,
{ 824, -1, 350 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Xml.XmlNamespaceManager/NamespaceDeclaration>(System.Int32) */,
{ 824, -1, 304 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<System.Xml.XmlTextReaderImpl/ParsingState>(System.Int32) */,
{ 824, -1, 849 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<TMPro.Examples.VertexJitter/VertexAnim>(System.Int32) */,
{ 824, -1, 708 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<TMPro.MaterialReference>(System.Int32) */,
{ 824, -1, 825 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>(System.Int32) */,
{ 824, -1, 718 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<TMPro.TMP_CharacterInfo>(System.Int32) */,
{ 824, -1, 735 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<TMPro.TMP_FontWeights>(System.Int32) */,
{ 824, -1, 726 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<TMPro.TMP_LineInfo>(System.Int32) */,
{ 824, -1, 764 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<TMPro.TMP_LinkInfo>(System.Int32) */,
{ 824, -1, 712 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<TMPro.TMP_MeshInfo>(System.Int32) */,
{ 824, -1, 720 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<TMPro.TMP_PageInfo>(System.Int32) */,
{ 824, -1, 730 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<TMPro.TMP_WordInfo>(System.Int32) */,
{ 824, -1, 763 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<TMPro.XML_TagAttribute>(System.Int32) */,
{ 824, -1, 470 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.BeforeRenderHelper/OrderBlock>(System.Int32) */,
{ 824, -1, 485 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Color32>(System.Int32) */,
{ 824, -1, 476 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Color>(System.Int32) */,
{ 824, -1, 564 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.ContactPoint>(System.Int32) */,
{ 824, -1, 573 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.EventSystems.RaycastResult>(System.Int32) */,
{ 824, -1, 487 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Experimental.LowLevel.PlayerLoopSystem>(System.Int32) */,
{ 824, -1, 465 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Keyframe>(System.Int32) */,
{ 824, -1, 499 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Playables.PlayableBinding>(System.Int32) */,
{ 824, -1, 482 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Quaternion>(System.Int32) */,
{ 824, -1, 607 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.RaycastHit2D>(System.Int32) */,
{ 824, -1, 566 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.RaycastHit>(System.Int32) */,
{ 824, -1, 486 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.SendMouseEvents/HitInfo>(System.Int32) */,
{ 824, -1, 544 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(System.Int32) */,
{ 824, -1, 548 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(System.Int32) */,
{ 824, -1, 479 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Touch>(System.Int32) */,
{ 824, -1, 612 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.UI.ColorBlock>(System.Int32) */,
{ 824, -1, 652 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.UI.Navigation>(System.Int32) */,
{ 824, -1, 655 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.UI.SpriteState>(System.Int32) */,
{ 824, -1, 522 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.UICharInfo>(System.Int32) */,
{ 824, -1, 523 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.UILineInfo>(System.Int32) */,
{ 824, -1, 521 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.UIVertex>(System.Int32) */,
{ 824, -1, 495 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.UnitySynchronizationContext/WorkRequest>(System.Int32) */,
{ 824, -1, 484 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Vector2>(System.Int32) */,
{ 824, -1, 481 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Vector3>(System.Int32) */,
{ 824, -1, 483 } /* T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Vector4>(System.Int32) */,
{ 829, -1, 828 } /* T System.Array::InternalArray__get_Item<AddGame/Aufgabe>(System.Int32) */,
{ 829, -1, 301 } /* T System.Array::InternalArray__get_Item<MS.Internal.Xml.Cache.XPathNode>(System.Int32) */,
{ 829, -1, 353 } /* T System.Array::InternalArray__get_Item<MS.Internal.Xml.Cache.XPathNodeRef>(System.Int32) */,
{ 829, -1, 31 } /* T System.Array::InternalArray__get_Item<Mono.Globalization.Unicode.CodePointIndexer/TableRange>(System.Int32) */,
{ 829, -1, 451 } /* T System.Array::InternalArray__get_Item<System.ArraySegment`1<System.Byte>>(System.Int32) */,
{ 829, -1, 47 } /* T System.Array::InternalArray__get_Item<System.Boolean>(System.Int32) */,
{ 829, -1, 8 } /* T System.Array::InternalArray__get_Item<System.Byte>(System.Int32) */,
{ 829, -1, 436 } /* T System.Array::InternalArray__get_Item<System.ByteEnum>(System.Int32) */,
{ 829, -1, 9 } /* T System.Array::InternalArray__get_Item<System.Char>(System.Int32) */,
{ 829, -1, 27 } /* T System.Array::InternalArray__get_Item<System.Collections.DictionaryEntry>(System.Int32) */,
{ 829, -1, 354 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(System.Int32) */,
{ 829, -1, 415 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>(System.Int32) */,
{ 829, -1, 758 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Boolean>>(System.Int32) */,
{ 829, -1, 729 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Char>>(System.Int32) */,
{ 829, -1, 710 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>>(System.Int32) */,
{ 829, -1, 755 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int64>>(System.Int32) */,
{ 829, -1, 125 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>(System.Int32) */,
{ 829, -1, 749 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>(System.Int32) */,
{ 829, -1, 380 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>(System.Int32) */,
{ 829, -1, 283 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>(System.Int32) */,
{ 829, -1, 23 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>(System.Int32) */,
{ 829, -1, 167 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>(System.Int32) */,
{ 829, -1, 463 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.HashSet`1/Slot<System.Object>>(System.Int32) */,
{ 829, -1, 352 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(System.Int32) */,
{ 829, -1, 116 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(System.Int32) */,
{ 829, -1, 414 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>(System.Int32) */,
{ 829, -1, 757 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>>(System.Int32) */,
{ 829, -1, 728 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>>(System.Int32) */,
{ 829, -1, 709 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>(System.Int32) */,
{ 829, -1, 754 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>>(System.Int32) */,
{ 829, -1, 124 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>(System.Int32) */,
{ 829, -1, 748 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(System.Int32) */,
{ 829, -1, 379 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(System.Int32) */,
{ 829, -1, 282 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(System.Int32) */,
{ 829, -1, 22 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>(System.Int32) */,
{ 829, -1, 166 } /* T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>(System.Int32) */,
{ 829, -1, 299 } /* T System.Array::InternalArray__get_Item<System.Collections.Hashtable/bucket>(System.Int32) */,
{ 829, -1, 61 } /* T System.Array::InternalArray__get_Item<System.DateTime>(System.Int32) */,
{ 829, -1, 62 } /* T System.Array::InternalArray__get_Item<System.DateTimeOffset>(System.Int32) */,
{ 829, -1, 63 } /* T System.Array::InternalArray__get_Item<System.Decimal>(System.Int32) */,
{ 829, -1, 83 } /* T System.Array::InternalArray__get_Item<System.Double>(System.Int32) */,
{ 829, -1, 235 } /* T System.Array::InternalArray__get_Item<System.Globalization.InternalCodePageDataItem>(System.Int32) */,
{ 829, -1, 236 } /* T System.Array::InternalArray__get_Item<System.Globalization.InternalEncodingDataItem>(System.Int32) */,
{ 829, -1, 96 } /* T System.Array::InternalArray__get_Item<System.Guid>(System.Int32) */,
{ 829, -1, 97 } /* T System.Array::InternalArray__get_Item<System.Int16>(System.Int32) */,
{ 829, -1, 24 } /* T System.Array::InternalArray__get_Item<System.Int32>(System.Int32) */,
{ 829, -1, 92 } /* T System.Array::InternalArray__get_Item<System.Int32Enum>(System.Int32) */,
{ 829, -1, 30 } /* T System.Array::InternalArray__get_Item<System.Int64>(System.Int32) */,
{ 829, -1, 87 } /* T System.Array::InternalArray__get_Item<System.IntPtr>(System.Int32) */,
{ 829, -1, 439 } /* T System.Array::InternalArray__get_Item<System.Net.CookieTokenizer/RecognizedAttribute>(System.Int32) */,
{ 829, -1, 440 } /* T System.Array::InternalArray__get_Item<System.Net.HeaderVariantInfo>(System.Int32) */,
{ 829, -1, 453 } /* T System.Array::InternalArray__get_Item<System.Net.Sockets.Socket/WSABUF>(System.Int32) */,
{ 829, -1, 151 } /* T System.Array::InternalArray__get_Item<System.ParameterizedStrings/FormatParam>(System.Int32) */,
{ 829, -1, 174 } /* T System.Array::InternalArray__get_Item<System.Reflection.CustomAttributeNamedArgument>(System.Int32) */,
{ 829, -1, 173 } /* T System.Array::InternalArray__get_Item<System.Reflection.CustomAttributeTypedArgument>(System.Int32) */,
{ 829, -1, 66 } /* T System.Array::InternalArray__get_Item<System.Reflection.ParameterModifier>(System.Int32) */,
{ 829, -1, 168 } /* T System.Array::InternalArray__get_Item<System.Resources.ResourceLocator>(System.Int32) */,
{ 829, -1, 26 } /* T System.Array::InternalArray__get_Item<System.Runtime.CompilerServices.Ephemeron>(System.Int32) */,
{ 829, -1, 452 } /* T System.Array::InternalArray__get_Item<System.Runtime.InteropServices.GCHandle>(System.Int32) */,
{ 829, -1, 110 } /* T System.Array::InternalArray__get_Item<System.SByte>(System.Int32) */,
{ 829, -1, 432 } /* T System.Array::InternalArray__get_Item<System.Security.Cryptography.X509Certificates.X509ChainStatus>(System.Int32) */,
{ 829, -1, 111 } /* T System.Array::InternalArray__get_Item<System.Single>(System.Int32) */,
{ 829, -1, 427 } /* T System.Array::InternalArray__get_Item<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>(System.Int32) */,
{ 829, -1, 246 } /* T System.Array::InternalArray__get_Item<System.Threading.CancellationTokenRegistration>(System.Int32) */,
{ 829, -1, 112 } /* T System.Array::InternalArray__get_Item<System.TimeSpan>(System.Int32) */,
{ 829, -1, 136 } /* T System.Array::InternalArray__get_Item<System.UInt16>(System.Int32) */,
{ 829, -1, 393 } /* T System.Array::InternalArray__get_Item<System.UInt16Enum>(System.Int32) */,
{ 829, -1, 35 } /* T System.Array::InternalArray__get_Item<System.UInt32>(System.Int32) */,
{ 829, -1, 391 } /* T System.Array::InternalArray__get_Item<System.UInt32Enum>(System.Int32) */,
{ 829, -1, 84 } /* T System.Array::InternalArray__get_Item<System.UInt64>(System.Int32) */,
{ 829, -1, 358 } /* T System.Array::InternalArray__get_Item<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>(System.Int32) */,
{ 829, -1, 350 } /* T System.Array::InternalArray__get_Item<System.Xml.XmlNamespaceManager/NamespaceDeclaration>(System.Int32) */,
{ 829, -1, 304 } /* T System.Array::InternalArray__get_Item<System.Xml.XmlTextReaderImpl/ParsingState>(System.Int32) */,
{ 829, -1, 849 } /* T System.Array::InternalArray__get_Item<TMPro.Examples.VertexJitter/VertexAnim>(System.Int32) */,
{ 829, -1, 708 } /* T System.Array::InternalArray__get_Item<TMPro.MaterialReference>(System.Int32) */,
{ 829, -1, 825 } /* T System.Array::InternalArray__get_Item<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>(System.Int32) */,
{ 829, -1, 718 } /* T System.Array::InternalArray__get_Item<TMPro.TMP_CharacterInfo>(System.Int32) */,
{ 829, -1, 735 } /* T System.Array::InternalArray__get_Item<TMPro.TMP_FontWeights>(System.Int32) */,
{ 829, -1, 726 } /* T System.Array::InternalArray__get_Item<TMPro.TMP_LineInfo>(System.Int32) */,
{ 829, -1, 764 } /* T System.Array::InternalArray__get_Item<TMPro.TMP_LinkInfo>(System.Int32) */,
{ 829, -1, 712 } /* T System.Array::InternalArray__get_Item<TMPro.TMP_MeshInfo>(System.Int32) */,
{ 829, -1, 720 } /* T System.Array::InternalArray__get_Item<TMPro.TMP_PageInfo>(System.Int32) */,
{ 829, -1, 730 } /* T System.Array::InternalArray__get_Item<TMPro.TMP_WordInfo>(System.Int32) */,
{ 829, -1, 763 } /* T System.Array::InternalArray__get_Item<TMPro.XML_TagAttribute>(System.Int32) */,
{ 829, -1, 470 } /* T System.Array::InternalArray__get_Item<UnityEngine.BeforeRenderHelper/OrderBlock>(System.Int32) */,
{ 829, -1, 485 } /* T System.Array::InternalArray__get_Item<UnityEngine.Color32>(System.Int32) */,
{ 829, -1, 476 } /* T System.Array::InternalArray__get_Item<UnityEngine.Color>(System.Int32) */,
{ 829, -1, 564 } /* T System.Array::InternalArray__get_Item<UnityEngine.ContactPoint>(System.Int32) */,
{ 829, -1, 573 } /* T System.Array::InternalArray__get_Item<UnityEngine.EventSystems.RaycastResult>(System.Int32) */,
{ 829, -1, 487 } /* T System.Array::InternalArray__get_Item<UnityEngine.Experimental.LowLevel.PlayerLoopSystem>(System.Int32) */,
{ 829, -1, 465 } /* T System.Array::InternalArray__get_Item<UnityEngine.Keyframe>(System.Int32) */,
{ 829, -1, 499 } /* T System.Array::InternalArray__get_Item<UnityEngine.Playables.PlayableBinding>(System.Int32) */,
{ 829, -1, 482 } /* T System.Array::InternalArray__get_Item<UnityEngine.Quaternion>(System.Int32) */,
{ 829, -1, 607 } /* T System.Array::InternalArray__get_Item<UnityEngine.RaycastHit2D>(System.Int32) */,
{ 829, -1, 566 } /* T System.Array::InternalArray__get_Item<UnityEngine.RaycastHit>(System.Int32) */,
{ 829, -1, 486 } /* T System.Array::InternalArray__get_Item<UnityEngine.SendMouseEvents/HitInfo>(System.Int32) */,
{ 829, -1, 544 } /* T System.Array::InternalArray__get_Item<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(System.Int32) */,
{ 829, -1, 548 } /* T System.Array::InternalArray__get_Item<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(System.Int32) */,
{ 829, -1, 479 } /* T System.Array::InternalArray__get_Item<UnityEngine.Touch>(System.Int32) */,
{ 829, -1, 612 } /* T System.Array::InternalArray__get_Item<UnityEngine.UI.ColorBlock>(System.Int32) */,
{ 829, -1, 652 } /* T System.Array::InternalArray__get_Item<UnityEngine.UI.Navigation>(System.Int32) */,
{ 829, -1, 655 } /* T System.Array::InternalArray__get_Item<UnityEngine.UI.SpriteState>(System.Int32) */,
{ 829, -1, 522 } /* T System.Array::InternalArray__get_Item<UnityEngine.UICharInfo>(System.Int32) */,
{ 829, -1, 523 } /* T System.Array::InternalArray__get_Item<UnityEngine.UILineInfo>(System.Int32) */,
{ 829, -1, 521 } /* T System.Array::InternalArray__get_Item<UnityEngine.UIVertex>(System.Int32) */,
{ 829, -1, 495 } /* T System.Array::InternalArray__get_Item<UnityEngine.UnitySynchronizationContext/WorkRequest>(System.Int32) */,
{ 829, -1, 484 } /* T System.Array::InternalArray__get_Item<UnityEngine.Vector2>(System.Int32) */,
{ 829, -1, 481 } /* T System.Array::InternalArray__get_Item<UnityEngine.Vector3>(System.Int32) */,
{ 829, -1, 483 } /* T System.Array::InternalArray__get_Item<UnityEngine.Vector4>(System.Int32) */,
{ 871, -1, 47 } /* T System.Array::UnsafeLoad<System.Boolean>(T[],System.Int32) */,
{ 871, -1, 8 } /* T System.Array::UnsafeLoad<System.Byte>(T[],System.Int32) */,
{ 871, -1, 9 } /* T System.Array::UnsafeLoad<System.Char>(T[],System.Int32) */,
{ 871, -1, 116 } /* T System.Array::UnsafeLoad<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T[],System.Int32) */,
{ 871, -1, 61 } /* T System.Array::UnsafeLoad<System.DateTime>(T[],System.Int32) */,
{ 871, -1, 62 } /* T System.Array::UnsafeLoad<System.DateTimeOffset>(T[],System.Int32) */,
{ 871, -1, 63 } /* T System.Array::UnsafeLoad<System.Decimal>(T[],System.Int32) */,
{ 871, -1, 83 } /* T System.Array::UnsafeLoad<System.Double>(T[],System.Int32) */,
{ 871, -1, 97 } /* T System.Array::UnsafeLoad<System.Int16>(T[],System.Int32) */,
{ 871, -1, 24 } /* T System.Array::UnsafeLoad<System.Int32>(T[],System.Int32) */,
{ 871, -1, 92 } /* T System.Array::UnsafeLoad<System.Int32Enum>(T[],System.Int32) */,
{ 871, -1, 30 } /* T System.Array::UnsafeLoad<System.Int64>(T[],System.Int32) */,
{ 871, -1, 110 } /* T System.Array::UnsafeLoad<System.SByte>(T[],System.Int32) */,
{ 871, -1, 111 } /* T System.Array::UnsafeLoad<System.Single>(T[],System.Int32) */,
{ 871, -1, 112 } /* T System.Array::UnsafeLoad<System.TimeSpan>(T[],System.Int32) */,
{ 871, -1, 136 } /* T System.Array::UnsafeLoad<System.UInt16>(T[],System.Int32) */,
{ 871, -1, 35 } /* T System.Array::UnsafeLoad<System.UInt32>(T[],System.Int32) */,
{ 871, -1, 84 } /* T System.Array::UnsafeLoad<System.UInt64>(T[],System.Int32) */,
{ 871, -1, 825 } /* T System.Array::UnsafeLoad<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>(T[],System.Int32) */,
{ 871, -1, 470 } /* T System.Array::UnsafeLoad<UnityEngine.BeforeRenderHelper/OrderBlock>(T[],System.Int32) */,
{ 871, -1, 485 } /* T System.Array::UnsafeLoad<UnityEngine.Color32>(T[],System.Int32) */,
{ 871, -1, 476 } /* T System.Array::UnsafeLoad<UnityEngine.Color>(T[],System.Int32) */,
{ 871, -1, 573 } /* T System.Array::UnsafeLoad<UnityEngine.EventSystems.RaycastResult>(T[],System.Int32) */,
{ 871, -1, 482 } /* T System.Array::UnsafeLoad<UnityEngine.Quaternion>(T[],System.Int32) */,
{ 871, -1, 479 } /* T System.Array::UnsafeLoad<UnityEngine.Touch>(T[],System.Int32) */,
{ 871, -1, 522 } /* T System.Array::UnsafeLoad<UnityEngine.UICharInfo>(T[],System.Int32) */,
{ 871, -1, 523 } /* T System.Array::UnsafeLoad<UnityEngine.UILineInfo>(T[],System.Int32) */,
{ 871, -1, 521 } /* T System.Array::UnsafeLoad<UnityEngine.UIVertex>(T[],System.Int32) */,
{ 871, -1, 495 } /* T System.Array::UnsafeLoad<UnityEngine.UnitySynchronizationContext/WorkRequest>(T[],System.Int32) */,
{ 871, -1, 484 } /* T System.Array::UnsafeLoad<UnityEngine.Vector2>(T[],System.Int32) */,
{ 871, -1, 481 } /* T System.Array::UnsafeLoad<UnityEngine.Vector3>(T[],System.Int32) */,
{ 871, -1, 483 } /* T System.Array::UnsafeLoad<UnityEngine.Vector4>(T[],System.Int32) */,
{ 866, -1, 358 } /* T[] System.Array::Empty<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>() */,
{ 16791, -1, 484 } /* T[] UnityEngine.Mesh::GetAllocArrayFromChannel<UnityEngine.Vector2>(UnityEngine.Rendering.VertexAttribute,UnityEngine.Mesh/InternalVertexChannelType,System.Int32) */,
{ 16791, -1, 481 } /* T[] UnityEngine.Mesh::GetAllocArrayFromChannel<UnityEngine.Vector3>(UnityEngine.Rendering.VertexAttribute,UnityEngine.Mesh/InternalVertexChannelType,System.Int32) */,
{ 16791, -1, 483 } /* T[] UnityEngine.Mesh::GetAllocArrayFromChannel<UnityEngine.Vector4>(UnityEngine.Rendering.VertexAttribute,UnityEngine.Mesh/InternalVertexChannelType,System.Int32) */,
{ 10157, 598, -1 } /* !0 System.Collections.Generic.List`1<UnityEngine.Transform>::get_Item(System.Int32) */,
{ 10151, 598, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Transform>::get_Count() */,
{ 1005, 47, -1 } /* System.Void System.Action`1<System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1007, 47, -1 } /* System.IAsyncResult System.Action`1<System.Boolean>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1008, 47, -1 } /* System.Void System.Action`1<System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1005, 254, -1 } /* System.Void System.Action`1<System.Threading.AsyncLocalValueChangedArgs`1<System.Object>>::.ctor(System.Object,System.IntPtr) */,
{ 1006, 254, -1 } /* System.Void System.Action`1<System.Threading.AsyncLocalValueChangedArgs`1<System.Object>>::Invoke(T) */,
{ 1007, 254, -1 } /* System.IAsyncResult System.Action`1<System.Threading.AsyncLocalValueChangedArgs`1<System.Object>>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1008, 254, -1 } /* System.Void System.Action`1<System.Threading.AsyncLocalValueChangedArgs`1<System.Object>>::EndInvoke(System.IAsyncResult) */,
{ 1013, 537, -1 } /* System.Void System.Action`2<System.Boolean,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1014, 537, -1 } /* System.Void System.Action`2<System.Boolean,System.Object>::Invoke(T1,T2) */,
{ 1015, 537, -1 } /* System.IAsyncResult System.Action`2<System.Boolean,System.Object>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1016, 537, -1 } /* System.Void System.Action`2<System.Boolean,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1013, 250, -1 } /* System.Void System.Action`2<System.Object,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1014, 250, -1 } /* System.Void System.Action`2<System.Object,System.Boolean>::Invoke(T1,T2) */,
{ 1015, 250, -1 } /* System.IAsyncResult System.Action`2<System.Object,System.Boolean>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1016, 250, -1 } /* System.Void System.Action`2<System.Object,System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1013, 491, -1 } /* System.Void System.Action`2<System.Object,System.Int32Enum>::.ctor(System.Object,System.IntPtr) */,
{ 1014, 491, -1 } /* System.Void System.Action`2<System.Object,System.Int32Enum>::Invoke(T1,T2) */,
{ 1015, 491, -1 } /* System.IAsyncResult System.Action`2<System.Object,System.Int32Enum>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1016, 491, -1 } /* System.Void System.Action`2<System.Object,System.Int32Enum>::EndInvoke(System.IAsyncResult) */,
{ 1017, 567, -1 } /* System.Void System.Action`3<System.Boolean,System.Boolean,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 1019, 567, -1 } /* System.IAsyncResult System.Action`3<System.Boolean,System.Boolean,System.Int32>::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) */,
{ 1020, 567, -1 } /* System.Void System.Action`3<System.Boolean,System.Boolean,System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1017, 200, -1 } /* System.Void System.Action`3<System.Object,System.Object,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 1018, 200, -1 } /* System.Void System.Action`3<System.Object,System.Object,System.Int32>::Invoke(T1,T2,T3) */,
{ 1019, 200, -1 } /* System.IAsyncResult System.Action`3<System.Object,System.Object,System.Int32>::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) */,
{ 1020, 200, -1 } /* System.Void System.Action`3<System.Object,System.Object,System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 885, 828, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<AddGame/Aufgabe>::Dispose() */,
{ 886, 828, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<AddGame/Aufgabe>::MoveNext() */,
{ 887, 828, -1 } /* T System.Array/EmptyInternalEnumerator`1<AddGame/Aufgabe>::get_Current() */,
{ 888, 828, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<AddGame/Aufgabe>::System.Collections.IEnumerator.get_Current() */,
{ 889, 828, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<AddGame/Aufgabe>::System.Collections.IEnumerator.Reset() */,
{ 890, 828, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<AddGame/Aufgabe>::.ctor() */,
{ 891, 828, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<AddGame/Aufgabe>::.cctor() */,
{ 885, 301, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNode>::Dispose() */,
{ 886, 301, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNode>::MoveNext() */,
{ 887, 301, -1 } /* T System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNode>::get_Current() */,
{ 888, 301, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNode>::System.Collections.IEnumerator.get_Current() */,
{ 889, 301, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNode>::System.Collections.IEnumerator.Reset() */,
{ 890, 301, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNode>::.ctor() */,
{ 891, 301, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNode>::.cctor() */,
{ 885, 353, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNodeRef>::Dispose() */,
{ 886, 353, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNodeRef>::MoveNext() */,
{ 887, 353, -1 } /* T System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNodeRef>::get_Current() */,
{ 888, 353, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEnumerator.get_Current() */,
{ 889, 353, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEnumerator.Reset() */,
{ 890, 353, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNodeRef>::.ctor() */,
{ 891, 353, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<MS.Internal.Xml.Cache.XPathNodeRef>::.cctor() */,
{ 885, 31, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::Dispose() */,
{ 886, 31, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::MoveNext() */,
{ 887, 31, -1 } /* T System.Array/EmptyInternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::get_Current() */,
{ 888, 31, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::System.Collections.IEnumerator.get_Current() */,
{ 889, 31, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::System.Collections.IEnumerator.Reset() */,
{ 890, 31, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::.ctor() */,
{ 891, 31, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::.cctor() */,
{ 885, 451, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ArraySegment`1<System.Byte>>::Dispose() */,
{ 886, 451, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.ArraySegment`1<System.Byte>>::MoveNext() */,
{ 887, 451, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.ArraySegment`1<System.Byte>>::get_Current() */,
{ 888, 451, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.ArraySegment`1<System.Byte>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 451, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ArraySegment`1<System.Byte>>::System.Collections.IEnumerator.Reset() */,
{ 890, 451, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ArraySegment`1<System.Byte>>::.ctor() */,
{ 891, 451, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ArraySegment`1<System.Byte>>::.cctor() */,
{ 885, 47, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Boolean>::Dispose() */,
{ 886, 47, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Boolean>::MoveNext() */,
{ 887, 47, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Boolean>::get_Current() */,
{ 888, 47, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Boolean>::System.Collections.IEnumerator.get_Current() */,
{ 889, 47, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Boolean>::System.Collections.IEnumerator.Reset() */,
{ 890, 47, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Boolean>::.ctor() */,
{ 891, 47, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Boolean>::.cctor() */,
{ 885, 8, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Byte>::Dispose() */,
{ 886, 8, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Byte>::MoveNext() */,
{ 887, 8, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Byte>::get_Current() */,
{ 888, 8, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Byte>::System.Collections.IEnumerator.get_Current() */,
{ 889, 8, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Byte>::System.Collections.IEnumerator.Reset() */,
{ 890, 8, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Byte>::.ctor() */,
{ 891, 8, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Byte>::.cctor() */,
{ 885, 436, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ByteEnum>::Dispose() */,
{ 886, 436, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.ByteEnum>::MoveNext() */,
{ 887, 436, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.ByteEnum>::get_Current() */,
{ 888, 436, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.ByteEnum>::System.Collections.IEnumerator.get_Current() */,
{ 889, 436, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ByteEnum>::System.Collections.IEnumerator.Reset() */,
{ 890, 436, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ByteEnum>::.ctor() */,
{ 891, 436, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ByteEnum>::.cctor() */,
{ 885, 9, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Char>::Dispose() */,
{ 886, 9, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Char>::MoveNext() */,
{ 887, 9, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Char>::get_Current() */,
{ 888, 9, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Char>::System.Collections.IEnumerator.get_Current() */,
{ 889, 9, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Char>::System.Collections.IEnumerator.Reset() */,
{ 890, 9, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Char>::.ctor() */,
{ 891, 9, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Char>::.cctor() */,
{ 885, 27, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.DictionaryEntry>::Dispose() */,
{ 886, 27, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.DictionaryEntry>::MoveNext() */,
{ 887, 27, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.DictionaryEntry>::get_Current() */,
{ 888, 27, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.DictionaryEntry>::System.Collections.IEnumerator.get_Current() */,
{ 889, 27, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.DictionaryEntry>::System.Collections.IEnumerator.Reset() */,
{ 890, 27, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.DictionaryEntry>::.ctor() */,
{ 891, 27, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.DictionaryEntry>::.cctor() */,
{ 885, 354, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::Dispose() */,
{ 886, 354, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::MoveNext() */,
{ 887, 354, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::get_Current() */,
{ 888, 354, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 354, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::System.Collections.IEnumerator.Reset() */,
{ 890, 354, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::.ctor() */,
{ 891, 354, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::.cctor() */,
{ 885, 415, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::Dispose() */,
{ 886, 415, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::MoveNext() */,
{ 887, 415, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::get_Current() */,
{ 888, 415, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 415, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 890, 415, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::.ctor() */,
{ 891, 415, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::.cctor() */,
{ 885, 758, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Boolean>>::Dispose() */,
{ 886, 758, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Boolean>>::MoveNext() */,
{ 887, 758, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Boolean>>::get_Current() */,
{ 888, 758, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Boolean>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 758, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Boolean>>::System.Collections.IEnumerator.Reset() */,
{ 890, 758, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Boolean>>::.ctor() */,
{ 891, 758, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Boolean>>::.cctor() */,
{ 885, 729, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Char>>::Dispose() */,
{ 886, 729, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Char>>::MoveNext() */,
{ 887, 729, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Char>>::get_Current() */,
{ 888, 729, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Char>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 729, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Char>>::System.Collections.IEnumerator.Reset() */,
{ 890, 729, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Char>>::.ctor() */,
{ 891, 729, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Char>>::.cctor() */,
{ 885, 710, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>>::Dispose() */,
{ 886, 710, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>>::MoveNext() */,
{ 887, 710, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>>::get_Current() */,
{ 888, 710, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 710, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>>::System.Collections.IEnumerator.Reset() */,
{ 890, 710, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>>::.ctor() */,
{ 891, 710, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>>::.cctor() */,
{ 885, 755, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int64>>::Dispose() */,
{ 886, 755, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int64>>::MoveNext() */,
{ 887, 755, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int64>>::get_Current() */,
{ 888, 755, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int64>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 755, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int64>>::System.Collections.IEnumerator.Reset() */,
{ 890, 755, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int64>>::.ctor() */,
{ 891, 755, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int64>>::.cctor() */,
{ 885, 125, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::Dispose() */,
{ 886, 125, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::MoveNext() */,
{ 887, 125, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::get_Current() */,
{ 888, 125, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 125, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 890, 125, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::.ctor() */,
{ 891, 125, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::.cctor() */,
{ 885, 749, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::Dispose() */,
{ 886, 749, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::MoveNext() */,
{ 887, 749, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::get_Current() */,
{ 888, 749, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 749, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 890, 749, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::.ctor() */,
{ 891, 749, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::.cctor() */,
{ 885, 380, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::Dispose() */,
{ 886, 380, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::MoveNext() */,
{ 887, 380, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::get_Current() */,
{ 888, 380, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 380, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::System.Collections.IEnumerator.Reset() */,
{ 890, 380, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::.ctor() */,
{ 891, 380, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::.cctor() */,
{ 885, 283, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::Dispose() */,
{ 886, 283, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::MoveNext() */,
{ 887, 283, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::get_Current() */,
{ 888, 283, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 283, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::System.Collections.IEnumerator.Reset() */,
{ 890, 283, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::.ctor() */,
{ 891, 283, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::.cctor() */,
{ 885, 23, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::Dispose() */,
{ 886, 23, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::MoveNext() */,
{ 887, 23, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::get_Current() */,
{ 888, 23, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 23, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 890, 23, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::.ctor() */,
{ 891, 23, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::.cctor() */,
{ 885, 167, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::Dispose() */,
{ 886, 167, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::MoveNext() */,
{ 887, 167, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::get_Current() */,
{ 888, 167, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 167, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::System.Collections.IEnumerator.Reset() */,
{ 890, 167, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::.ctor() */,
{ 891, 167, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::.cctor() */,
{ 885, 463, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::Dispose() */,
{ 886, 463, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::MoveNext() */,
{ 887, 463, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::get_Current() */,
{ 888, 463, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 463, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 890, 463, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::.ctor() */,
{ 891, 463, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::.cctor() */,
{ 885, 352, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::Dispose() */,
{ 886, 352, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::MoveNext() */,
{ 887, 352, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::get_Current() */,
{ 888, 352, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 352, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::System.Collections.IEnumerator.Reset() */,
{ 890, 352, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::.ctor() */,
{ 891, 352, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::.cctor() */,
{ 885, 116, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Dispose() */,
{ 886, 116, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::MoveNext() */,
{ 887, 116, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Current() */,
{ 888, 116, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 116, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 890, 116, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor() */,
{ 891, 116, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.cctor() */,
{ 885, 414, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::Dispose() */,
{ 886, 414, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::MoveNext() */,
{ 887, 414, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::get_Current() */,
{ 888, 414, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 414, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 890, 414, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::.ctor() */,
{ 891, 414, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::.cctor() */,
{ 885, 757, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>>::Dispose() */,
{ 886, 757, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>>::MoveNext() */,
{ 887, 757, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>>::get_Current() */,
{ 888, 757, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 757, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>>::System.Collections.IEnumerator.Reset() */,
{ 890, 757, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>>::.ctor() */,
{ 891, 757, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>>::.cctor() */,
{ 885, 728, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>>::Dispose() */,
{ 886, 728, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>>::MoveNext() */,
{ 887, 728, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>>::get_Current() */,
{ 888, 728, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 728, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>>::System.Collections.IEnumerator.Reset() */,
{ 890, 728, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>>::.ctor() */,
{ 891, 728, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>>::.cctor() */,
{ 885, 709, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::Dispose() */,
{ 886, 709, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::MoveNext() */,
{ 887, 709, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::get_Current() */,
{ 888, 709, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 709, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::System.Collections.IEnumerator.Reset() */,
{ 890, 709, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::.ctor() */,
{ 891, 709, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::.cctor() */,
{ 885, 754, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>>::Dispose() */,
{ 886, 754, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>>::MoveNext() */,
{ 887, 754, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>>::get_Current() */,
{ 888, 754, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 754, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>>::System.Collections.IEnumerator.Reset() */,
{ 890, 754, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>>::.ctor() */,
{ 891, 754, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>>::.cctor() */,
{ 885, 124, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::Dispose() */,
{ 886, 124, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::MoveNext() */,
{ 887, 124, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::get_Current() */,
{ 888, 124, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 124, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 890, 124, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::.ctor() */,
{ 891, 124, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::.cctor() */,
{ 885, 748, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::Dispose() */,
{ 886, 748, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::MoveNext() */,
{ 887, 748, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::get_Current() */,
{ 888, 748, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 748, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 890, 748, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::.ctor() */,
{ 891, 748, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::.cctor() */,
{ 885, 379, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::Dispose() */,
{ 886, 379, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::MoveNext() */,
{ 887, 379, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::get_Current() */,
{ 888, 379, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 379, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::System.Collections.IEnumerator.Reset() */,
{ 890, 379, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::.ctor() */,
{ 891, 379, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::.cctor() */,
{ 885, 282, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::Dispose() */,
{ 886, 282, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::MoveNext() */,
{ 887, 282, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::get_Current() */,
{ 888, 282, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 282, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::System.Collections.IEnumerator.Reset() */,
{ 890, 282, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::.ctor() */,
{ 891, 282, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::.cctor() */,
{ 885, 22, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::Dispose() */,
{ 886, 22, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::MoveNext() */,
{ 887, 22, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::get_Current() */,
{ 888, 22, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 22, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 890, 22, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::.ctor() */,
{ 891, 22, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::.cctor() */,
{ 885, 166, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::Dispose() */,
{ 886, 166, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::MoveNext() */,
{ 887, 166, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::get_Current() */,
{ 888, 166, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::System.Collections.IEnumerator.get_Current() */,
{ 889, 166, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::System.Collections.IEnumerator.Reset() */,
{ 890, 166, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::.ctor() */,
{ 891, 166, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::.cctor() */,
{ 885, 299, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Hashtable/bucket>::Dispose() */,
{ 886, 299, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Collections.Hashtable/bucket>::MoveNext() */,
{ 887, 299, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Collections.Hashtable/bucket>::get_Current() */,
{ 888, 299, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Collections.Hashtable/bucket>::System.Collections.IEnumerator.get_Current() */,
{ 889, 299, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Hashtable/bucket>::System.Collections.IEnumerator.Reset() */,
{ 890, 299, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Hashtable/bucket>::.ctor() */,
{ 891, 299, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Collections.Hashtable/bucket>::.cctor() */,
{ 885, 61, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.DateTime>::Dispose() */,
{ 886, 61, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.DateTime>::MoveNext() */,
{ 887, 61, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.DateTime>::get_Current() */,
{ 888, 61, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.DateTime>::System.Collections.IEnumerator.get_Current() */,
{ 889, 61, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.DateTime>::System.Collections.IEnumerator.Reset() */,
{ 890, 61, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.DateTime>::.ctor() */,
{ 891, 61, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.DateTime>::.cctor() */,
{ 885, 62, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.DateTimeOffset>::Dispose() */,
{ 886, 62, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.DateTimeOffset>::MoveNext() */,
{ 887, 62, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.DateTimeOffset>::get_Current() */,
{ 888, 62, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.DateTimeOffset>::System.Collections.IEnumerator.get_Current() */,
{ 889, 62, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.DateTimeOffset>::System.Collections.IEnumerator.Reset() */,
{ 890, 62, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.DateTimeOffset>::.ctor() */,
{ 891, 62, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.DateTimeOffset>::.cctor() */,
{ 885, 63, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Decimal>::Dispose() */,
{ 886, 63, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Decimal>::MoveNext() */,
{ 887, 63, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Decimal>::get_Current() */,
{ 888, 63, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Decimal>::System.Collections.IEnumerator.get_Current() */,
{ 889, 63, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Decimal>::System.Collections.IEnumerator.Reset() */,
{ 890, 63, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Decimal>::.ctor() */,
{ 891, 63, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Decimal>::.cctor() */,
{ 885, 83, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Double>::Dispose() */,
{ 886, 83, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Double>::MoveNext() */,
{ 887, 83, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Double>::get_Current() */,
{ 888, 83, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Double>::System.Collections.IEnumerator.get_Current() */,
{ 889, 83, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Double>::System.Collections.IEnumerator.Reset() */,
{ 890, 83, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Double>::.ctor() */,
{ 891, 83, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Double>::.cctor() */,
{ 885, 235, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::Dispose() */,
{ 886, 235, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::MoveNext() */,
{ 887, 235, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::get_Current() */,
{ 888, 235, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::System.Collections.IEnumerator.get_Current() */,
{ 889, 235, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::System.Collections.IEnumerator.Reset() */,
{ 890, 235, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::.ctor() */,
{ 891, 235, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::.cctor() */,
{ 885, 236, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::Dispose() */,
{ 886, 236, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::MoveNext() */,
{ 887, 236, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::get_Current() */,
{ 888, 236, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::System.Collections.IEnumerator.get_Current() */,
{ 889, 236, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::System.Collections.IEnumerator.Reset() */,
{ 890, 236, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::.ctor() */,
{ 891, 236, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::.cctor() */,
{ 885, 96, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Guid>::Dispose() */,
{ 886, 96, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Guid>::MoveNext() */,
{ 887, 96, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Guid>::get_Current() */,
{ 888, 96, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Guid>::System.Collections.IEnumerator.get_Current() */,
{ 889, 96, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Guid>::System.Collections.IEnumerator.Reset() */,
{ 890, 96, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Guid>::.ctor() */,
{ 891, 96, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Guid>::.cctor() */,
{ 885, 97, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int16>::Dispose() */,
{ 886, 97, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Int16>::MoveNext() */,
{ 887, 97, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Int16>::get_Current() */,
{ 888, 97, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Int16>::System.Collections.IEnumerator.get_Current() */,
{ 889, 97, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int16>::System.Collections.IEnumerator.Reset() */,
{ 890, 97, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int16>::.ctor() */,
{ 891, 97, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int16>::.cctor() */,
{ 885, 24, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int32>::Dispose() */,
{ 886, 24, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Int32>::MoveNext() */,
{ 887, 24, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Int32>::get_Current() */,
{ 888, 24, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 889, 24, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int32>::System.Collections.IEnumerator.Reset() */,
{ 890, 24, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int32>::.ctor() */,
{ 891, 24, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int32>::.cctor() */,
{ 885, 92, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int32Enum>::Dispose() */,
{ 886, 92, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Int32Enum>::MoveNext() */,
{ 887, 92, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Int32Enum>::get_Current() */,
{ 888, 92, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Int32Enum>::System.Collections.IEnumerator.get_Current() */,
{ 889, 92, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int32Enum>::System.Collections.IEnumerator.Reset() */,
{ 890, 92, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int32Enum>::.ctor() */,
{ 891, 92, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int32Enum>::.cctor() */,
{ 885, 30, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int64>::Dispose() */,
{ 886, 30, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Int64>::MoveNext() */,
{ 887, 30, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Int64>::get_Current() */,
{ 888, 30, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Int64>::System.Collections.IEnumerator.get_Current() */,
{ 889, 30, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int64>::System.Collections.IEnumerator.Reset() */,
{ 890, 30, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int64>::.ctor() */,
{ 891, 30, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Int64>::.cctor() */,
{ 885, 87, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.IntPtr>::Dispose() */,
{ 886, 87, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.IntPtr>::MoveNext() */,
{ 887, 87, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.IntPtr>::get_Current() */,
{ 888, 87, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.IntPtr>::System.Collections.IEnumerator.get_Current() */,
{ 889, 87, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.IntPtr>::System.Collections.IEnumerator.Reset() */,
{ 890, 87, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.IntPtr>::.ctor() */,
{ 891, 87, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.IntPtr>::.cctor() */,
{ 885, 439, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::Dispose() */,
{ 886, 439, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::MoveNext() */,
{ 887, 439, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::get_Current() */,
{ 888, 439, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::System.Collections.IEnumerator.get_Current() */,
{ 889, 439, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::System.Collections.IEnumerator.Reset() */,
{ 890, 439, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::.ctor() */,
{ 891, 439, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::.cctor() */,
{ 885, 440, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.HeaderVariantInfo>::Dispose() */,
{ 886, 440, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Net.HeaderVariantInfo>::MoveNext() */,
{ 887, 440, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Net.HeaderVariantInfo>::get_Current() */,
{ 888, 440, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Net.HeaderVariantInfo>::System.Collections.IEnumerator.get_Current() */,
{ 889, 440, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.HeaderVariantInfo>::System.Collections.IEnumerator.Reset() */,
{ 890, 440, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.HeaderVariantInfo>::.ctor() */,
{ 891, 440, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.HeaderVariantInfo>::.cctor() */,
{ 885, 453, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::Dispose() */,
{ 886, 453, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::MoveNext() */,
{ 887, 453, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::get_Current() */,
{ 888, 453, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::System.Collections.IEnumerator.get_Current() */,
{ 889, 453, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::System.Collections.IEnumerator.Reset() */,
{ 890, 453, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::.ctor() */,
{ 891, 453, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::.cctor() */,
{ 885, 151, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ParameterizedStrings/FormatParam>::Dispose() */,
{ 886, 151, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.ParameterizedStrings/FormatParam>::MoveNext() */,
{ 887, 151, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.ParameterizedStrings/FormatParam>::get_Current() */,
{ 888, 151, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.ParameterizedStrings/FormatParam>::System.Collections.IEnumerator.get_Current() */,
{ 889, 151, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ParameterizedStrings/FormatParam>::System.Collections.IEnumerator.Reset() */,
{ 890, 151, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ParameterizedStrings/FormatParam>::.ctor() */,
{ 891, 151, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.ParameterizedStrings/FormatParam>::.cctor() */,
{ 885, 174, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::Dispose() */,
{ 886, 174, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::MoveNext() */,
{ 887, 174, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::get_Current() */,
{ 888, 174, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IEnumerator.get_Current() */,
{ 889, 174, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IEnumerator.Reset() */,
{ 890, 174, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::.ctor() */,
{ 891, 174, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::.cctor() */,
{ 885, 173, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::Dispose() */,
{ 886, 173, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::MoveNext() */,
{ 887, 173, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::get_Current() */,
{ 888, 173, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IEnumerator.get_Current() */,
{ 889, 173, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IEnumerator.Reset() */,
{ 890, 173, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::.ctor() */,
{ 891, 173, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::.cctor() */,
{ 885, 66, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Reflection.ParameterModifier>::Dispose() */,
{ 886, 66, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Reflection.ParameterModifier>::MoveNext() */,
{ 887, 66, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Reflection.ParameterModifier>::get_Current() */,
{ 888, 66, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Reflection.ParameterModifier>::System.Collections.IEnumerator.get_Current() */,
{ 889, 66, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Reflection.ParameterModifier>::System.Collections.IEnumerator.Reset() */,
{ 890, 66, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Reflection.ParameterModifier>::.ctor() */,
{ 891, 66, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Reflection.ParameterModifier>::.cctor() */,
{ 885, 168, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Resources.ResourceLocator>::Dispose() */,
{ 886, 168, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Resources.ResourceLocator>::MoveNext() */,
{ 887, 168, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Resources.ResourceLocator>::get_Current() */,
{ 888, 168, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Resources.ResourceLocator>::System.Collections.IEnumerator.get_Current() */,
{ 889, 168, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Resources.ResourceLocator>::System.Collections.IEnumerator.Reset() */,
{ 890, 168, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Resources.ResourceLocator>::.ctor() */,
{ 891, 168, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Resources.ResourceLocator>::.cctor() */,
{ 885, 26, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::Dispose() */,
{ 886, 26, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::MoveNext() */,
{ 887, 26, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::get_Current() */,
{ 888, 26, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::System.Collections.IEnumerator.get_Current() */,
{ 889, 26, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::System.Collections.IEnumerator.Reset() */,
{ 890, 26, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::.ctor() */,
{ 891, 26, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::.cctor() */,
{ 885, 452, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::Dispose() */,
{ 886, 452, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::MoveNext() */,
{ 887, 452, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::get_Current() */,
{ 888, 452, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::System.Collections.IEnumerator.get_Current() */,
{ 889, 452, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::System.Collections.IEnumerator.Reset() */,
{ 890, 452, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::.ctor() */,
{ 891, 452, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::.cctor() */,
{ 885, 110, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.SByte>::Dispose() */,
{ 886, 110, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.SByte>::MoveNext() */,
{ 887, 110, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.SByte>::get_Current() */,
{ 888, 110, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.SByte>::System.Collections.IEnumerator.get_Current() */,
{ 889, 110, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.SByte>::System.Collections.IEnumerator.Reset() */,
{ 890, 110, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.SByte>::.ctor() */,
{ 891, 110, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.SByte>::.cctor() */,
{ 885, 432, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::Dispose() */,
{ 886, 432, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::MoveNext() */,
{ 887, 432, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::get_Current() */,
{ 888, 432, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::System.Collections.IEnumerator.get_Current() */,
{ 889, 432, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::System.Collections.IEnumerator.Reset() */,
{ 890, 432, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::.ctor() */,
{ 891, 432, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::.cctor() */,
{ 885, 111, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Single>::Dispose() */,
{ 886, 111, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Single>::MoveNext() */,
{ 887, 111, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Single>::get_Current() */,
{ 888, 111, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Single>::System.Collections.IEnumerator.get_Current() */,
{ 889, 111, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Single>::System.Collections.IEnumerator.Reset() */,
{ 890, 111, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Single>::.ctor() */,
{ 891, 111, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Single>::.cctor() */,
{ 885, 427, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::Dispose() */,
{ 886, 427, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::MoveNext() */,
{ 887, 427, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::get_Current() */,
{ 888, 427, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::System.Collections.IEnumerator.get_Current() */,
{ 889, 427, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::System.Collections.IEnumerator.Reset() */,
{ 890, 427, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::.ctor() */,
{ 891, 427, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::.cctor() */,
{ 885, 246, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Threading.CancellationTokenRegistration>::Dispose() */,
{ 886, 246, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Threading.CancellationTokenRegistration>::MoveNext() */,
{ 887, 246, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Threading.CancellationTokenRegistration>::get_Current() */,
{ 888, 246, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Threading.CancellationTokenRegistration>::System.Collections.IEnumerator.get_Current() */,
{ 889, 246, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Threading.CancellationTokenRegistration>::System.Collections.IEnumerator.Reset() */,
{ 890, 246, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Threading.CancellationTokenRegistration>::.ctor() */,
{ 891, 246, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Threading.CancellationTokenRegistration>::.cctor() */,
{ 885, 112, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.TimeSpan>::Dispose() */,
{ 886, 112, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.TimeSpan>::MoveNext() */,
{ 887, 112, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.TimeSpan>::get_Current() */,
{ 888, 112, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.TimeSpan>::System.Collections.IEnumerator.get_Current() */,
{ 889, 112, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.TimeSpan>::System.Collections.IEnumerator.Reset() */,
{ 890, 112, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.TimeSpan>::.ctor() */,
{ 891, 112, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.TimeSpan>::.cctor() */,
{ 885, 136, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt16>::Dispose() */,
{ 886, 136, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.UInt16>::MoveNext() */,
{ 887, 136, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.UInt16>::get_Current() */,
{ 888, 136, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.UInt16>::System.Collections.IEnumerator.get_Current() */,
{ 889, 136, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt16>::System.Collections.IEnumerator.Reset() */,
{ 890, 136, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt16>::.ctor() */,
{ 891, 136, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt16>::.cctor() */,
{ 885, 393, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt16Enum>::Dispose() */,
{ 886, 393, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.UInt16Enum>::MoveNext() */,
{ 887, 393, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.UInt16Enum>::get_Current() */,
{ 888, 393, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.UInt16Enum>::System.Collections.IEnumerator.get_Current() */,
{ 889, 393, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt16Enum>::System.Collections.IEnumerator.Reset() */,
{ 890, 393, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt16Enum>::.ctor() */,
{ 891, 393, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt16Enum>::.cctor() */,
{ 885, 35, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt32>::Dispose() */,
{ 886, 35, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.UInt32>::MoveNext() */,
{ 887, 35, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.UInt32>::get_Current() */,
{ 888, 35, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.UInt32>::System.Collections.IEnumerator.get_Current() */,
{ 889, 35, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt32>::System.Collections.IEnumerator.Reset() */,
{ 890, 35, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt32>::.ctor() */,
{ 891, 35, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt32>::.cctor() */,
{ 885, 391, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt32Enum>::Dispose() */,
{ 886, 391, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.UInt32Enum>::MoveNext() */,
{ 887, 391, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.UInt32Enum>::get_Current() */,
{ 888, 391, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.UInt32Enum>::System.Collections.IEnumerator.get_Current() */,
{ 889, 391, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt32Enum>::System.Collections.IEnumerator.Reset() */,
{ 890, 391, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt32Enum>::.ctor() */,
{ 891, 391, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt32Enum>::.cctor() */,
{ 885, 84, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt64>::Dispose() */,
{ 886, 84, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.UInt64>::MoveNext() */,
{ 887, 84, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.UInt64>::get_Current() */,
{ 888, 84, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.UInt64>::System.Collections.IEnumerator.get_Current() */,
{ 889, 84, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt64>::System.Collections.IEnumerator.Reset() */,
{ 890, 84, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt64>::.ctor() */,
{ 891, 84, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.UInt64>::.cctor() */,
{ 885, 358, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::Dispose() */,
{ 886, 358, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::MoveNext() */,
{ 887, 358, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::get_Current() */,
{ 888, 358, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::System.Collections.IEnumerator.get_Current() */,
{ 889, 358, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::System.Collections.IEnumerator.Reset() */,
{ 890, 358, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::.ctor() */,
{ 891, 358, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::.cctor() */,
{ 885, 350, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Xml.XmlNamespaceManager/NamespaceDeclaration>::Dispose() */,
{ 886, 350, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Xml.XmlNamespaceManager/NamespaceDeclaration>::MoveNext() */,
{ 887, 350, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Xml.XmlNamespaceManager/NamespaceDeclaration>::get_Current() */,
{ 888, 350, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Xml.XmlNamespaceManager/NamespaceDeclaration>::System.Collections.IEnumerator.get_Current() */,
{ 889, 350, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Xml.XmlNamespaceManager/NamespaceDeclaration>::System.Collections.IEnumerator.Reset() */,
{ 890, 350, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Xml.XmlNamespaceManager/NamespaceDeclaration>::.ctor() */,
{ 891, 350, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Xml.XmlNamespaceManager/NamespaceDeclaration>::.cctor() */,
{ 885, 304, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Xml.XmlTextReaderImpl/ParsingState>::Dispose() */,
{ 886, 304, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<System.Xml.XmlTextReaderImpl/ParsingState>::MoveNext() */,
{ 887, 304, -1 } /* T System.Array/EmptyInternalEnumerator`1<System.Xml.XmlTextReaderImpl/ParsingState>::get_Current() */,
{ 888, 304, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<System.Xml.XmlTextReaderImpl/ParsingState>::System.Collections.IEnumerator.get_Current() */,
{ 889, 304, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Xml.XmlTextReaderImpl/ParsingState>::System.Collections.IEnumerator.Reset() */,
{ 890, 304, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Xml.XmlTextReaderImpl/ParsingState>::.ctor() */,
{ 891, 304, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<System.Xml.XmlTextReaderImpl/ParsingState>::.cctor() */,
{ 885, 849, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.Examples.VertexJitter/VertexAnim>::Dispose() */,
{ 886, 849, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<TMPro.Examples.VertexJitter/VertexAnim>::MoveNext() */,
{ 887, 849, -1 } /* T System.Array/EmptyInternalEnumerator`1<TMPro.Examples.VertexJitter/VertexAnim>::get_Current() */,
{ 888, 849, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<TMPro.Examples.VertexJitter/VertexAnim>::System.Collections.IEnumerator.get_Current() */,
{ 889, 849, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.Examples.VertexJitter/VertexAnim>::System.Collections.IEnumerator.Reset() */,
{ 890, 849, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.Examples.VertexJitter/VertexAnim>::.ctor() */,
{ 891, 849, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.Examples.VertexJitter/VertexAnim>::.cctor() */,
{ 885, 708, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.MaterialReference>::Dispose() */,
{ 886, 708, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<TMPro.MaterialReference>::MoveNext() */,
{ 887, 708, -1 } /* T System.Array/EmptyInternalEnumerator`1<TMPro.MaterialReference>::get_Current() */,
{ 888, 708, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<TMPro.MaterialReference>::System.Collections.IEnumerator.get_Current() */,
{ 889, 708, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.MaterialReference>::System.Collections.IEnumerator.Reset() */,
{ 890, 708, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.MaterialReference>::.ctor() */,
{ 891, 708, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.MaterialReference>::.cctor() */,
{ 885, 825, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::Dispose() */,
{ 886, 825, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::MoveNext() */,
{ 887, 825, -1 } /* T System.Array/EmptyInternalEnumerator`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::get_Current() */,
{ 888, 825, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IEnumerator.get_Current() */,
{ 889, 825, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IEnumerator.Reset() */,
{ 890, 825, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::.ctor() */,
{ 891, 825, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::.cctor() */,
{ 885, 718, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_CharacterInfo>::Dispose() */,
{ 886, 718, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<TMPro.TMP_CharacterInfo>::MoveNext() */,
{ 887, 718, -1 } /* T System.Array/EmptyInternalEnumerator`1<TMPro.TMP_CharacterInfo>::get_Current() */,
{ 888, 718, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<TMPro.TMP_CharacterInfo>::System.Collections.IEnumerator.get_Current() */,
{ 889, 718, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_CharacterInfo>::System.Collections.IEnumerator.Reset() */,
{ 890, 718, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_CharacterInfo>::.ctor() */,
{ 891, 718, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_CharacterInfo>::.cctor() */,
{ 885, 735, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_FontWeights>::Dispose() */,
{ 886, 735, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<TMPro.TMP_FontWeights>::MoveNext() */,
{ 887, 735, -1 } /* T System.Array/EmptyInternalEnumerator`1<TMPro.TMP_FontWeights>::get_Current() */,
{ 888, 735, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<TMPro.TMP_FontWeights>::System.Collections.IEnumerator.get_Current() */,
{ 889, 735, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_FontWeights>::System.Collections.IEnumerator.Reset() */,
{ 890, 735, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_FontWeights>::.ctor() */,
{ 891, 735, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_FontWeights>::.cctor() */,
{ 885, 726, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_LineInfo>::Dispose() */,
{ 886, 726, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<TMPro.TMP_LineInfo>::MoveNext() */,
{ 887, 726, -1 } /* T System.Array/EmptyInternalEnumerator`1<TMPro.TMP_LineInfo>::get_Current() */,
{ 888, 726, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<TMPro.TMP_LineInfo>::System.Collections.IEnumerator.get_Current() */,
{ 889, 726, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_LineInfo>::System.Collections.IEnumerator.Reset() */,
{ 890, 726, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_LineInfo>::.ctor() */,
{ 891, 726, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_LineInfo>::.cctor() */,
{ 885, 764, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_LinkInfo>::Dispose() */,
{ 886, 764, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<TMPro.TMP_LinkInfo>::MoveNext() */,
{ 887, 764, -1 } /* T System.Array/EmptyInternalEnumerator`1<TMPro.TMP_LinkInfo>::get_Current() */,
{ 888, 764, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<TMPro.TMP_LinkInfo>::System.Collections.IEnumerator.get_Current() */,
{ 889, 764, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_LinkInfo>::System.Collections.IEnumerator.Reset() */,
{ 890, 764, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_LinkInfo>::.ctor() */,
{ 891, 764, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_LinkInfo>::.cctor() */,
{ 885, 712, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_MeshInfo>::Dispose() */,
{ 886, 712, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<TMPro.TMP_MeshInfo>::MoveNext() */,
{ 887, 712, -1 } /* T System.Array/EmptyInternalEnumerator`1<TMPro.TMP_MeshInfo>::get_Current() */,
{ 888, 712, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<TMPro.TMP_MeshInfo>::System.Collections.IEnumerator.get_Current() */,
{ 889, 712, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_MeshInfo>::System.Collections.IEnumerator.Reset() */,
{ 890, 712, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_MeshInfo>::.ctor() */,
{ 891, 712, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_MeshInfo>::.cctor() */,
{ 885, 720, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_PageInfo>::Dispose() */,
{ 886, 720, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<TMPro.TMP_PageInfo>::MoveNext() */,
{ 887, 720, -1 } /* T System.Array/EmptyInternalEnumerator`1<TMPro.TMP_PageInfo>::get_Current() */,
{ 888, 720, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<TMPro.TMP_PageInfo>::System.Collections.IEnumerator.get_Current() */,
{ 889, 720, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_PageInfo>::System.Collections.IEnumerator.Reset() */,
{ 890, 720, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_PageInfo>::.ctor() */,
{ 891, 720, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_PageInfo>::.cctor() */,
{ 885, 730, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_WordInfo>::Dispose() */,
{ 886, 730, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<TMPro.TMP_WordInfo>::MoveNext() */,
{ 887, 730, -1 } /* T System.Array/EmptyInternalEnumerator`1<TMPro.TMP_WordInfo>::get_Current() */,
{ 888, 730, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<TMPro.TMP_WordInfo>::System.Collections.IEnumerator.get_Current() */,
{ 889, 730, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_WordInfo>::System.Collections.IEnumerator.Reset() */,
{ 890, 730, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_WordInfo>::.ctor() */,
{ 891, 730, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.TMP_WordInfo>::.cctor() */,
{ 885, 763, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.XML_TagAttribute>::Dispose() */,
{ 886, 763, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<TMPro.XML_TagAttribute>::MoveNext() */,
{ 887, 763, -1 } /* T System.Array/EmptyInternalEnumerator`1<TMPro.XML_TagAttribute>::get_Current() */,
{ 888, 763, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<TMPro.XML_TagAttribute>::System.Collections.IEnumerator.get_Current() */,
{ 889, 763, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.XML_TagAttribute>::System.Collections.IEnumerator.Reset() */,
{ 890, 763, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.XML_TagAttribute>::.ctor() */,
{ 891, 763, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<TMPro.XML_TagAttribute>::.cctor() */,
{ 885, 470, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Dispose() */,
{ 886, 470, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::MoveNext() */,
{ 887, 470, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Current() */,
{ 888, 470, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEnumerator.get_Current() */,
{ 889, 470, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEnumerator.Reset() */,
{ 890, 470, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor() */,
{ 891, 470, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.cctor() */,
{ 885, 485, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Color32>::Dispose() */,
{ 886, 485, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Color32>::MoveNext() */,
{ 887, 485, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Color32>::get_Current() */,
{ 888, 485, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Color32>::System.Collections.IEnumerator.get_Current() */,
{ 889, 485, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Color32>::System.Collections.IEnumerator.Reset() */,
{ 890, 485, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Color32>::.ctor() */,
{ 891, 485, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Color32>::.cctor() */,
{ 885, 476, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Color>::Dispose() */,
{ 886, 476, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Color>::MoveNext() */,
{ 887, 476, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Color>::get_Current() */,
{ 888, 476, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Color>::System.Collections.IEnumerator.get_Current() */,
{ 889, 476, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Color>::System.Collections.IEnumerator.Reset() */,
{ 890, 476, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Color>::.ctor() */,
{ 891, 476, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Color>::.cctor() */,
{ 885, 564, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint>::Dispose() */,
{ 886, 564, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint>::MoveNext() */,
{ 887, 564, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint>::get_Current() */,
{ 888, 564, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint>::System.Collections.IEnumerator.get_Current() */,
{ 889, 564, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint>::System.Collections.IEnumerator.Reset() */,
{ 890, 564, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint>::.ctor() */,
{ 891, 564, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint>::.cctor() */,
{ 885, 573, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.EventSystems.RaycastResult>::Dispose() */,
{ 886, 573, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.EventSystems.RaycastResult>::MoveNext() */,
{ 887, 573, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.EventSystems.RaycastResult>::get_Current() */,
{ 888, 573, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IEnumerator.get_Current() */,
{ 889, 573, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IEnumerator.Reset() */,
{ 890, 573, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.EventSystems.RaycastResult>::.ctor() */,
{ 891, 573, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.EventSystems.RaycastResult>::.cctor() */,
{ 885, 487, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.LowLevel.PlayerLoopSystem>::Dispose() */,
{ 886, 487, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.LowLevel.PlayerLoopSystem>::MoveNext() */,
{ 887, 487, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.LowLevel.PlayerLoopSystem>::get_Current() */,
{ 888, 487, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.LowLevel.PlayerLoopSystem>::System.Collections.IEnumerator.get_Current() */,
{ 889, 487, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.LowLevel.PlayerLoopSystem>::System.Collections.IEnumerator.Reset() */,
{ 890, 487, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.LowLevel.PlayerLoopSystem>::.ctor() */,
{ 891, 487, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.LowLevel.PlayerLoopSystem>::.cctor() */,
{ 885, 465, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Keyframe>::Dispose() */,
{ 886, 465, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Keyframe>::MoveNext() */,
{ 887, 465, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Keyframe>::get_Current() */,
{ 888, 465, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Keyframe>::System.Collections.IEnumerator.get_Current() */,
{ 889, 465, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Keyframe>::System.Collections.IEnumerator.Reset() */,
{ 890, 465, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Keyframe>::.ctor() */,
{ 891, 465, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Keyframe>::.cctor() */,
{ 885, 499, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::Dispose() */,
{ 886, 499, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::MoveNext() */,
{ 887, 499, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::get_Current() */,
{ 888, 499, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::System.Collections.IEnumerator.get_Current() */,
{ 889, 499, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::System.Collections.IEnumerator.Reset() */,
{ 890, 499, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::.ctor() */,
{ 891, 499, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::.cctor() */,
{ 885, 482, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Quaternion>::Dispose() */,
{ 886, 482, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Quaternion>::MoveNext() */,
{ 887, 482, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Quaternion>::get_Current() */,
{ 888, 482, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Quaternion>::System.Collections.IEnumerator.get_Current() */,
{ 889, 482, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Quaternion>::System.Collections.IEnumerator.Reset() */,
{ 890, 482, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Quaternion>::.ctor() */,
{ 891, 482, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Quaternion>::.cctor() */,
{ 885, 607, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit2D>::Dispose() */,
{ 886, 607, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit2D>::MoveNext() */,
{ 887, 607, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit2D>::get_Current() */,
{ 888, 607, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit2D>::System.Collections.IEnumerator.get_Current() */,
{ 889, 607, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit2D>::System.Collections.IEnumerator.Reset() */,
{ 890, 607, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit2D>::.ctor() */,
{ 891, 607, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit2D>::.cctor() */,
{ 885, 566, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit>::Dispose() */,
{ 886, 566, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit>::MoveNext() */,
{ 887, 566, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit>::get_Current() */,
{ 888, 566, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit>::System.Collections.IEnumerator.get_Current() */,
{ 889, 566, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit>::System.Collections.IEnumerator.Reset() */,
{ 890, 566, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit>::.ctor() */,
{ 891, 566, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit>::.cctor() */,
{ 885, 486, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::Dispose() */,
{ 886, 486, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::MoveNext() */,
{ 887, 486, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::get_Current() */,
{ 888, 486, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::System.Collections.IEnumerator.get_Current() */,
{ 889, 486, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::System.Collections.IEnumerator.Reset() */,
{ 890, 486, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::.ctor() */,
{ 891, 486, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::.cctor() */,
{ 885, 544, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::Dispose() */,
{ 886, 544, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::MoveNext() */,
{ 887, 544, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::get_Current() */,
{ 888, 544, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::System.Collections.IEnumerator.get_Current() */,
{ 889, 544, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::System.Collections.IEnumerator.Reset() */,
{ 890, 544, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::.ctor() */,
{ 891, 544, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::.cctor() */,
{ 885, 548, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::Dispose() */,
{ 886, 548, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::MoveNext() */,
{ 887, 548, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::get_Current() */,
{ 888, 548, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::System.Collections.IEnumerator.get_Current() */,
{ 889, 548, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::System.Collections.IEnumerator.Reset() */,
{ 890, 548, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::.ctor() */,
{ 891, 548, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::.cctor() */,
{ 885, 479, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Touch>::Dispose() */,
{ 886, 479, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Touch>::MoveNext() */,
{ 887, 479, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Touch>::get_Current() */,
{ 888, 479, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Touch>::System.Collections.IEnumerator.get_Current() */,
{ 889, 479, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Touch>::System.Collections.IEnumerator.Reset() */,
{ 890, 479, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Touch>::.ctor() */,
{ 891, 479, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Touch>::.cctor() */,
{ 885, 612, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.ColorBlock>::Dispose() */,
{ 886, 612, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.ColorBlock>::MoveNext() */,
{ 887, 612, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.ColorBlock>::get_Current() */,
{ 888, 612, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.ColorBlock>::System.Collections.IEnumerator.get_Current() */,
{ 889, 612, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.ColorBlock>::System.Collections.IEnumerator.Reset() */,
{ 890, 612, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.ColorBlock>::.ctor() */,
{ 891, 612, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.ColorBlock>::.cctor() */,
{ 885, 652, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.Navigation>::Dispose() */,
{ 886, 652, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.Navigation>::MoveNext() */,
{ 887, 652, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.Navigation>::get_Current() */,
{ 888, 652, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.Navigation>::System.Collections.IEnumerator.get_Current() */,
{ 889, 652, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.Navigation>::System.Collections.IEnumerator.Reset() */,
{ 890, 652, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.Navigation>::.ctor() */,
{ 891, 652, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.Navigation>::.cctor() */,
{ 885, 655, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.SpriteState>::Dispose() */,
{ 886, 655, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.SpriteState>::MoveNext() */,
{ 887, 655, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.SpriteState>::get_Current() */,
{ 888, 655, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.SpriteState>::System.Collections.IEnumerator.get_Current() */,
{ 889, 655, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.SpriteState>::System.Collections.IEnumerator.Reset() */,
{ 890, 655, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.SpriteState>::.ctor() */,
{ 891, 655, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.SpriteState>::.cctor() */,
{ 885, 522, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UICharInfo>::Dispose() */,
{ 886, 522, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.UICharInfo>::MoveNext() */,
{ 887, 522, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.UICharInfo>::get_Current() */,
{ 888, 522, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.UICharInfo>::System.Collections.IEnumerator.get_Current() */,
{ 889, 522, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UICharInfo>::System.Collections.IEnumerator.Reset() */,
{ 890, 522, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UICharInfo>::.ctor() */,
{ 891, 522, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UICharInfo>::.cctor() */,
{ 885, 523, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UILineInfo>::Dispose() */,
{ 886, 523, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.UILineInfo>::MoveNext() */,
{ 887, 523, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.UILineInfo>::get_Current() */,
{ 888, 523, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.UILineInfo>::System.Collections.IEnumerator.get_Current() */,
{ 889, 523, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UILineInfo>::System.Collections.IEnumerator.Reset() */,
{ 890, 523, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UILineInfo>::.ctor() */,
{ 891, 523, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UILineInfo>::.cctor() */,
{ 885, 521, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIVertex>::Dispose() */,
{ 886, 521, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.UIVertex>::MoveNext() */,
{ 887, 521, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.UIVertex>::get_Current() */,
{ 888, 521, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.UIVertex>::System.Collections.IEnumerator.get_Current() */,
{ 889, 521, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIVertex>::System.Collections.IEnumerator.Reset() */,
{ 890, 521, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIVertex>::.ctor() */,
{ 891, 521, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UIVertex>::.cctor() */,
{ 885, 495, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Dispose() */,
{ 886, 495, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::MoveNext() */,
{ 887, 495, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Current() */,
{ 888, 495, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEnumerator.get_Current() */,
{ 889, 495, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEnumerator.Reset() */,
{ 890, 495, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor() */,
{ 891, 495, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.cctor() */,
{ 885, 484, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector2>::Dispose() */,
{ 886, 484, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector2>::MoveNext() */,
{ 887, 484, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector2>::get_Current() */,
{ 888, 484, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector2>::System.Collections.IEnumerator.get_Current() */,
{ 889, 484, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector2>::System.Collections.IEnumerator.Reset() */,
{ 890, 484, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector2>::.ctor() */,
{ 891, 484, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector2>::.cctor() */,
{ 885, 481, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector3>::Dispose() */,
{ 886, 481, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector3>::MoveNext() */,
{ 887, 481, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector3>::get_Current() */,
{ 888, 481, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector3>::System.Collections.IEnumerator.get_Current() */,
{ 889, 481, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector3>::System.Collections.IEnumerator.Reset() */,
{ 890, 481, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector3>::.ctor() */,
{ 891, 481, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector3>::.cctor() */,
{ 885, 483, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector4>::Dispose() */,
{ 886, 483, -1 } /* System.Boolean System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector4>::MoveNext() */,
{ 887, 483, -1 } /* T System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector4>::get_Current() */,
{ 888, 483, -1 } /* System.Object System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector4>::System.Collections.IEnumerator.get_Current() */,
{ 889, 483, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector4>::System.Collections.IEnumerator.Reset() */,
{ 890, 483, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector4>::.ctor() */,
{ 891, 483, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector4>::.cctor() */,
{ 879, 828, -1 } /* System.Void System.Array/InternalEnumerator`1<AddGame/Aufgabe>::.ctor(System.Array) */,
{ 880, 828, -1 } /* System.Void System.Array/InternalEnumerator`1<AddGame/Aufgabe>::Dispose() */,
{ 881, 828, -1 } /* System.Boolean System.Array/InternalEnumerator`1<AddGame/Aufgabe>::MoveNext() */,
{ 882, 828, -1 } /* T System.Array/InternalEnumerator`1<AddGame/Aufgabe>::get_Current() */,
{ 883, 828, -1 } /* System.Void System.Array/InternalEnumerator`1<AddGame/Aufgabe>::System.Collections.IEnumerator.Reset() */,
{ 884, 828, -1 } /* System.Object System.Array/InternalEnumerator`1<AddGame/Aufgabe>::System.Collections.IEnumerator.get_Current() */,
{ 879, 301, -1 } /* System.Void System.Array/InternalEnumerator`1<MS.Internal.Xml.Cache.XPathNode>::.ctor(System.Array) */,
{ 880, 301, -1 } /* System.Void System.Array/InternalEnumerator`1<MS.Internal.Xml.Cache.XPathNode>::Dispose() */,
{ 881, 301, -1 } /* System.Boolean System.Array/InternalEnumerator`1<MS.Internal.Xml.Cache.XPathNode>::MoveNext() */,
{ 882, 301, -1 } /* T System.Array/InternalEnumerator`1<MS.Internal.Xml.Cache.XPathNode>::get_Current() */,
{ 883, 301, -1 } /* System.Void System.Array/InternalEnumerator`1<MS.Internal.Xml.Cache.XPathNode>::System.Collections.IEnumerator.Reset() */,
{ 884, 301, -1 } /* System.Object System.Array/InternalEnumerator`1<MS.Internal.Xml.Cache.XPathNode>::System.Collections.IEnumerator.get_Current() */,
{ 879, 353, -1 } /* System.Void System.Array/InternalEnumerator`1<MS.Internal.Xml.Cache.XPathNodeRef>::.ctor(System.Array) */,
{ 880, 353, -1 } /* System.Void System.Array/InternalEnumerator`1<MS.Internal.Xml.Cache.XPathNodeRef>::Dispose() */,
{ 881, 353, -1 } /* System.Boolean System.Array/InternalEnumerator`1<MS.Internal.Xml.Cache.XPathNodeRef>::MoveNext() */,
{ 882, 353, -1 } /* T System.Array/InternalEnumerator`1<MS.Internal.Xml.Cache.XPathNodeRef>::get_Current() */,
{ 883, 353, -1 } /* System.Void System.Array/InternalEnumerator`1<MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEnumerator.Reset() */,
{ 884, 353, -1 } /* System.Object System.Array/InternalEnumerator`1<MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEnumerator.get_Current() */,
{ 879, 31, -1 } /* System.Void System.Array/InternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::.ctor(System.Array) */,
{ 880, 31, -1 } /* System.Void System.Array/InternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::Dispose() */,
{ 881, 31, -1 } /* System.Boolean System.Array/InternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::MoveNext() */,
{ 882, 31, -1 } /* T System.Array/InternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::get_Current() */,
{ 883, 31, -1 } /* System.Void System.Array/InternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::System.Collections.IEnumerator.Reset() */,
{ 884, 31, -1 } /* System.Object System.Array/InternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>::System.Collections.IEnumerator.get_Current() */,
{ 879, 451, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ArraySegment`1<System.Byte>>::.ctor(System.Array) */,
{ 880, 451, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ArraySegment`1<System.Byte>>::Dispose() */,
{ 881, 451, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.ArraySegment`1<System.Byte>>::MoveNext() */,
{ 882, 451, -1 } /* T System.Array/InternalEnumerator`1<System.ArraySegment`1<System.Byte>>::get_Current() */,
{ 883, 451, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ArraySegment`1<System.Byte>>::System.Collections.IEnumerator.Reset() */,
{ 884, 451, -1 } /* System.Object System.Array/InternalEnumerator`1<System.ArraySegment`1<System.Byte>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 47, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Boolean>::.ctor(System.Array) */,
{ 880, 47, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Boolean>::Dispose() */,
{ 881, 47, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Boolean>::MoveNext() */,
{ 882, 47, -1 } /* T System.Array/InternalEnumerator`1<System.Boolean>::get_Current() */,
{ 883, 47, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Boolean>::System.Collections.IEnumerator.Reset() */,
{ 884, 47, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Boolean>::System.Collections.IEnumerator.get_Current() */,
{ 879, 8, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Byte>::.ctor(System.Array) */,
{ 880, 8, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Byte>::Dispose() */,
{ 881, 8, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Byte>::MoveNext() */,
{ 882, 8, -1 } /* T System.Array/InternalEnumerator`1<System.Byte>::get_Current() */,
{ 883, 8, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Byte>::System.Collections.IEnumerator.Reset() */,
{ 884, 8, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Byte>::System.Collections.IEnumerator.get_Current() */,
{ 879, 436, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ByteEnum>::.ctor(System.Array) */,
{ 880, 436, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ByteEnum>::Dispose() */,
{ 881, 436, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.ByteEnum>::MoveNext() */,
{ 882, 436, -1 } /* T System.Array/InternalEnumerator`1<System.ByteEnum>::get_Current() */,
{ 883, 436, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ByteEnum>::System.Collections.IEnumerator.Reset() */,
{ 884, 436, -1 } /* System.Object System.Array/InternalEnumerator`1<System.ByteEnum>::System.Collections.IEnumerator.get_Current() */,
{ 879, 9, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Char>::.ctor(System.Array) */,
{ 880, 9, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Char>::Dispose() */,
{ 881, 9, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Char>::MoveNext() */,
{ 882, 9, -1 } /* T System.Array/InternalEnumerator`1<System.Char>::get_Current() */,
{ 883, 9, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Char>::System.Collections.IEnumerator.Reset() */,
{ 884, 9, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Char>::System.Collections.IEnumerator.get_Current() */,
{ 879, 27, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.DictionaryEntry>::.ctor(System.Array) */,
{ 880, 27, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.DictionaryEntry>::Dispose() */,
{ 881, 27, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.DictionaryEntry>::MoveNext() */,
{ 882, 27, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.DictionaryEntry>::get_Current() */,
{ 883, 27, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.DictionaryEntry>::System.Collections.IEnumerator.Reset() */,
{ 884, 27, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.DictionaryEntry>::System.Collections.IEnumerator.get_Current() */,
{ 879, 354, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::.ctor(System.Array) */,
{ 880, 354, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::Dispose() */,
{ 881, 354, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::MoveNext() */,
{ 882, 354, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::get_Current() */,
{ 883, 354, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::System.Collections.IEnumerator.Reset() */,
{ 884, 354, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 415, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::.ctor(System.Array) */,
{ 880, 415, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::Dispose() */,
{ 881, 415, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::MoveNext() */,
{ 882, 415, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::get_Current() */,
{ 883, 415, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 884, 415, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Guid,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 758, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Boolean>>::.ctor(System.Array) */,
{ 880, 758, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Boolean>>::Dispose() */,
{ 881, 758, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Boolean>>::MoveNext() */,
{ 882, 758, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Boolean>>::get_Current() */,
{ 883, 758, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Boolean>>::System.Collections.IEnumerator.Reset() */,
{ 884, 758, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Boolean>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 729, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Char>>::.ctor(System.Array) */,
{ 880, 729, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Char>>::Dispose() */,
{ 881, 729, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Char>>::MoveNext() */,
{ 882, 729, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Char>>::get_Current() */,
{ 883, 729, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Char>>::System.Collections.IEnumerator.Reset() */,
{ 884, 729, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Char>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 710, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>>::.ctor(System.Array) */,
{ 880, 710, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>>::Dispose() */,
{ 881, 710, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>>::MoveNext() */,
{ 882, 710, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>>::get_Current() */,
{ 883, 710, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>>::System.Collections.IEnumerator.Reset() */,
{ 884, 710, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 755, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int64>>::.ctor(System.Array) */,
{ 880, 755, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int64>>::Dispose() */,
{ 881, 755, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int64>>::MoveNext() */,
{ 882, 755, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int64>>::get_Current() */,
{ 883, 755, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int64>>::System.Collections.IEnumerator.Reset() */,
{ 884, 755, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int64>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 125, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::.ctor(System.Array) */,
{ 880, 125, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::Dispose() */,
{ 881, 125, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::MoveNext() */,
{ 882, 125, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::get_Current() */,
{ 883, 125, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 884, 125, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 749, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::.ctor(System.Array) */,
{ 880, 749, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::Dispose() */,
{ 881, 749, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::MoveNext() */,
{ 882, 749, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::get_Current() */,
{ 883, 749, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 884, 749, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 380, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::.ctor(System.Array) */,
{ 880, 380, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::Dispose() */,
{ 881, 380, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::MoveNext() */,
{ 882, 380, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::get_Current() */,
{ 883, 380, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::System.Collections.IEnumerator.Reset() */,
{ 884, 380, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 283, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::.ctor(System.Array) */,
{ 880, 283, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::Dispose() */,
{ 881, 283, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::MoveNext() */,
{ 882, 283, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::get_Current() */,
{ 883, 283, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::System.Collections.IEnumerator.Reset() */,
{ 884, 283, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 23, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::.ctor(System.Array) */,
{ 880, 23, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::Dispose() */,
{ 881, 23, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::MoveNext() */,
{ 882, 23, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::get_Current() */,
{ 883, 23, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 884, 23, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 167, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::.ctor(System.Array) */,
{ 880, 167, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::Dispose() */,
{ 881, 167, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::MoveNext() */,
{ 882, 167, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::get_Current() */,
{ 883, 167, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::System.Collections.IEnumerator.Reset() */,
{ 884, 167, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 463, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::.ctor(System.Array) */,
{ 880, 463, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::Dispose() */,
{ 881, 463, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::MoveNext() */,
{ 882, 463, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::get_Current() */,
{ 883, 463, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 884, 463, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 352, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::.ctor(System.Array) */,
{ 880, 352, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::Dispose() */,
{ 881, 352, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::MoveNext() */,
{ 882, 352, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::get_Current() */,
{ 883, 352, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::System.Collections.IEnumerator.Reset() */,
{ 884, 352, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 116, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor(System.Array) */,
{ 880, 116, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Dispose() */,
{ 881, 116, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::MoveNext() */,
{ 882, 116, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Current() */,
{ 883, 116, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 884, 116, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 414, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::.ctor(System.Array) */,
{ 880, 414, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::Dispose() */,
{ 881, 414, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::MoveNext() */,
{ 882, 414, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::get_Current() */,
{ 883, 414, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 884, 414, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 757, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>>::.ctor(System.Array) */,
{ 880, 757, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>>::Dispose() */,
{ 881, 757, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>>::MoveNext() */,
{ 882, 757, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>>::get_Current() */,
{ 883, 757, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>>::System.Collections.IEnumerator.Reset() */,
{ 884, 757, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 728, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>>::.ctor(System.Array) */,
{ 880, 728, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>>::Dispose() */,
{ 881, 728, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>>::MoveNext() */,
{ 882, 728, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>>::get_Current() */,
{ 883, 728, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>>::System.Collections.IEnumerator.Reset() */,
{ 884, 728, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 709, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::.ctor(System.Array) */,
{ 880, 709, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::Dispose() */,
{ 881, 709, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::MoveNext() */,
{ 882, 709, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::get_Current() */,
{ 883, 709, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::System.Collections.IEnumerator.Reset() */,
{ 884, 709, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 754, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>>::.ctor(System.Array) */,
{ 880, 754, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>>::Dispose() */,
{ 881, 754, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>>::MoveNext() */,
{ 882, 754, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>>::get_Current() */,
{ 883, 754, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>>::System.Collections.IEnumerator.Reset() */,
{ 884, 754, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 124, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::.ctor(System.Array) */,
{ 880, 124, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::Dispose() */,
{ 881, 124, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::MoveNext() */,
{ 882, 124, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::get_Current() */,
{ 883, 124, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 884, 124, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 748, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::.ctor(System.Array) */,
{ 880, 748, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::Dispose() */,
{ 881, 748, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::MoveNext() */,
{ 882, 748, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::get_Current() */,
{ 883, 748, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 884, 748, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 379, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::.ctor(System.Array) */,
{ 880, 379, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::Dispose() */,
{ 881, 379, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::MoveNext() */,
{ 882, 379, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::get_Current() */,
{ 883, 379, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::System.Collections.IEnumerator.Reset() */,
{ 884, 379, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 282, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::.ctor(System.Array) */,
{ 880, 282, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::Dispose() */,
{ 881, 282, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::MoveNext() */,
{ 882, 282, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::get_Current() */,
{ 883, 282, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::System.Collections.IEnumerator.Reset() */,
{ 884, 282, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 22, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::.ctor(System.Array) */,
{ 880, 22, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::Dispose() */,
{ 881, 22, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::MoveNext() */,
{ 882, 22, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::get_Current() */,
{ 883, 22, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 884, 22, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 166, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::.ctor(System.Array) */,
{ 880, 166, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::Dispose() */,
{ 881, 166, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::MoveNext() */,
{ 882, 166, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::get_Current() */,
{ 883, 166, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::System.Collections.IEnumerator.Reset() */,
{ 884, 166, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>::System.Collections.IEnumerator.get_Current() */,
{ 879, 299, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Hashtable/bucket>::.ctor(System.Array) */,
{ 880, 299, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Hashtable/bucket>::Dispose() */,
{ 881, 299, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Collections.Hashtable/bucket>::MoveNext() */,
{ 882, 299, -1 } /* T System.Array/InternalEnumerator`1<System.Collections.Hashtable/bucket>::get_Current() */,
{ 883, 299, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Collections.Hashtable/bucket>::System.Collections.IEnumerator.Reset() */,
{ 884, 299, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Collections.Hashtable/bucket>::System.Collections.IEnumerator.get_Current() */,
{ 879, 61, -1 } /* System.Void System.Array/InternalEnumerator`1<System.DateTime>::.ctor(System.Array) */,
{ 880, 61, -1 } /* System.Void System.Array/InternalEnumerator`1<System.DateTime>::Dispose() */,
{ 881, 61, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.DateTime>::MoveNext() */,
{ 882, 61, -1 } /* T System.Array/InternalEnumerator`1<System.DateTime>::get_Current() */,
{ 883, 61, -1 } /* System.Void System.Array/InternalEnumerator`1<System.DateTime>::System.Collections.IEnumerator.Reset() */,
{ 884, 61, -1 } /* System.Object System.Array/InternalEnumerator`1<System.DateTime>::System.Collections.IEnumerator.get_Current() */,
{ 879, 62, -1 } /* System.Void System.Array/InternalEnumerator`1<System.DateTimeOffset>::.ctor(System.Array) */,
{ 880, 62, -1 } /* System.Void System.Array/InternalEnumerator`1<System.DateTimeOffset>::Dispose() */,
{ 881, 62, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.DateTimeOffset>::MoveNext() */,
{ 882, 62, -1 } /* T System.Array/InternalEnumerator`1<System.DateTimeOffset>::get_Current() */,
{ 883, 62, -1 } /* System.Void System.Array/InternalEnumerator`1<System.DateTimeOffset>::System.Collections.IEnumerator.Reset() */,
{ 884, 62, -1 } /* System.Object System.Array/InternalEnumerator`1<System.DateTimeOffset>::System.Collections.IEnumerator.get_Current() */,
{ 879, 63, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Decimal>::.ctor(System.Array) */,
{ 880, 63, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Decimal>::Dispose() */,
{ 881, 63, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Decimal>::MoveNext() */,
{ 882, 63, -1 } /* T System.Array/InternalEnumerator`1<System.Decimal>::get_Current() */,
{ 883, 63, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Decimal>::System.Collections.IEnumerator.Reset() */,
{ 884, 63, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Decimal>::System.Collections.IEnumerator.get_Current() */,
{ 879, 83, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Double>::.ctor(System.Array) */,
{ 880, 83, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Double>::Dispose() */,
{ 881, 83, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Double>::MoveNext() */,
{ 882, 83, -1 } /* T System.Array/InternalEnumerator`1<System.Double>::get_Current() */,
{ 883, 83, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Double>::System.Collections.IEnumerator.Reset() */,
{ 884, 83, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Double>::System.Collections.IEnumerator.get_Current() */,
{ 879, 235, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::.ctor(System.Array) */,
{ 880, 235, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::Dispose() */,
{ 881, 235, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::MoveNext() */,
{ 882, 235, -1 } /* T System.Array/InternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::get_Current() */,
{ 883, 235, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::System.Collections.IEnumerator.Reset() */,
{ 884, 235, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Globalization.InternalCodePageDataItem>::System.Collections.IEnumerator.get_Current() */,
{ 879, 236, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::.ctor(System.Array) */,
{ 880, 236, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::Dispose() */,
{ 881, 236, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::MoveNext() */,
{ 882, 236, -1 } /* T System.Array/InternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::get_Current() */,
{ 883, 236, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::System.Collections.IEnumerator.Reset() */,
{ 884, 236, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Globalization.InternalEncodingDataItem>::System.Collections.IEnumerator.get_Current() */,
{ 879, 96, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Guid>::.ctor(System.Array) */,
{ 880, 96, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Guid>::Dispose() */,
{ 881, 96, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Guid>::MoveNext() */,
{ 882, 96, -1 } /* T System.Array/InternalEnumerator`1<System.Guid>::get_Current() */,
{ 883, 96, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Guid>::System.Collections.IEnumerator.Reset() */,
{ 884, 96, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Guid>::System.Collections.IEnumerator.get_Current() */,
{ 879, 97, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Int16>::.ctor(System.Array) */,
{ 880, 97, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Int16>::Dispose() */,
{ 881, 97, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Int16>::MoveNext() */,
{ 882, 97, -1 } /* T System.Array/InternalEnumerator`1<System.Int16>::get_Current() */,
{ 883, 97, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Int16>::System.Collections.IEnumerator.Reset() */,
{ 884, 97, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Int16>::System.Collections.IEnumerator.get_Current() */,
{ 879, 24, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Int32>::.ctor(System.Array) */,
{ 880, 24, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Int32>::Dispose() */,
{ 881, 24, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Int32>::MoveNext() */,
{ 882, 24, -1 } /* T System.Array/InternalEnumerator`1<System.Int32>::get_Current() */,
{ 883, 24, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Int32>::System.Collections.IEnumerator.Reset() */,
{ 884, 24, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 879, 92, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Int32Enum>::.ctor(System.Array) */,
{ 880, 92, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Int32Enum>::Dispose() */,
{ 881, 92, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Int32Enum>::MoveNext() */,
{ 882, 92, -1 } /* T System.Array/InternalEnumerator`1<System.Int32Enum>::get_Current() */,
{ 883, 92, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Int32Enum>::System.Collections.IEnumerator.Reset() */,
{ 884, 92, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Int32Enum>::System.Collections.IEnumerator.get_Current() */,
{ 879, 30, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Int64>::.ctor(System.Array) */,
{ 880, 30, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Int64>::Dispose() */,
{ 881, 30, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Int64>::MoveNext() */,
{ 882, 30, -1 } /* T System.Array/InternalEnumerator`1<System.Int64>::get_Current() */,
{ 883, 30, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Int64>::System.Collections.IEnumerator.Reset() */,
{ 884, 30, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Int64>::System.Collections.IEnumerator.get_Current() */,
{ 879, 87, -1 } /* System.Void System.Array/InternalEnumerator`1<System.IntPtr>::.ctor(System.Array) */,
{ 880, 87, -1 } /* System.Void System.Array/InternalEnumerator`1<System.IntPtr>::Dispose() */,
{ 881, 87, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.IntPtr>::MoveNext() */,
{ 882, 87, -1 } /* T System.Array/InternalEnumerator`1<System.IntPtr>::get_Current() */,
{ 883, 87, -1 } /* System.Void System.Array/InternalEnumerator`1<System.IntPtr>::System.Collections.IEnumerator.Reset() */,
{ 884, 87, -1 } /* System.Object System.Array/InternalEnumerator`1<System.IntPtr>::System.Collections.IEnumerator.get_Current() */,
{ 879, 439, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::.ctor(System.Array) */,
{ 880, 439, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::Dispose() */,
{ 881, 439, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::MoveNext() */,
{ 882, 439, -1 } /* T System.Array/InternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::get_Current() */,
{ 883, 439, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::System.Collections.IEnumerator.Reset() */,
{ 884, 439, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Net.CookieTokenizer/RecognizedAttribute>::System.Collections.IEnumerator.get_Current() */,
{ 879, 440, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.HeaderVariantInfo>::.ctor(System.Array) */,
{ 880, 440, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.HeaderVariantInfo>::Dispose() */,
{ 881, 440, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Net.HeaderVariantInfo>::MoveNext() */,
{ 882, 440, -1 } /* T System.Array/InternalEnumerator`1<System.Net.HeaderVariantInfo>::get_Current() */,
{ 883, 440, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.HeaderVariantInfo>::System.Collections.IEnumerator.Reset() */,
{ 884, 440, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Net.HeaderVariantInfo>::System.Collections.IEnumerator.get_Current() */,
{ 879, 453, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::.ctor(System.Array) */,
{ 880, 453, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::Dispose() */,
{ 881, 453, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::MoveNext() */,
{ 882, 453, -1 } /* T System.Array/InternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::get_Current() */,
{ 883, 453, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::System.Collections.IEnumerator.Reset() */,
{ 884, 453, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Net.Sockets.Socket/WSABUF>::System.Collections.IEnumerator.get_Current() */,
{ 879, 151, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ParameterizedStrings/FormatParam>::.ctor(System.Array) */,
{ 880, 151, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ParameterizedStrings/FormatParam>::Dispose() */,
{ 881, 151, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.ParameterizedStrings/FormatParam>::MoveNext() */,
{ 882, 151, -1 } /* T System.Array/InternalEnumerator`1<System.ParameterizedStrings/FormatParam>::get_Current() */,
{ 883, 151, -1 } /* System.Void System.Array/InternalEnumerator`1<System.ParameterizedStrings/FormatParam>::System.Collections.IEnumerator.Reset() */,
{ 884, 151, -1 } /* System.Object System.Array/InternalEnumerator`1<System.ParameterizedStrings/FormatParam>::System.Collections.IEnumerator.get_Current() */,
{ 879, 174, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::.ctor(System.Array) */,
{ 880, 174, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::Dispose() */,
{ 881, 174, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::MoveNext() */,
{ 882, 174, -1 } /* T System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::get_Current() */,
{ 883, 174, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IEnumerator.Reset() */,
{ 884, 174, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IEnumerator.get_Current() */,
{ 879, 173, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::.ctor(System.Array) */,
{ 880, 173, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::Dispose() */,
{ 881, 173, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::MoveNext() */,
{ 882, 173, -1 } /* T System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::get_Current() */,
{ 883, 173, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IEnumerator.Reset() */,
{ 884, 173, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IEnumerator.get_Current() */,
{ 879, 66, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Reflection.ParameterModifier>::.ctor(System.Array) */,
{ 880, 66, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Reflection.ParameterModifier>::Dispose() */,
{ 881, 66, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Reflection.ParameterModifier>::MoveNext() */,
{ 882, 66, -1 } /* T System.Array/InternalEnumerator`1<System.Reflection.ParameterModifier>::get_Current() */,
{ 883, 66, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Reflection.ParameterModifier>::System.Collections.IEnumerator.Reset() */,
{ 884, 66, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Reflection.ParameterModifier>::System.Collections.IEnumerator.get_Current() */,
{ 879, 168, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Resources.ResourceLocator>::.ctor(System.Array) */,
{ 880, 168, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Resources.ResourceLocator>::Dispose() */,
{ 881, 168, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Resources.ResourceLocator>::MoveNext() */,
{ 882, 168, -1 } /* T System.Array/InternalEnumerator`1<System.Resources.ResourceLocator>::get_Current() */,
{ 883, 168, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Resources.ResourceLocator>::System.Collections.IEnumerator.Reset() */,
{ 884, 168, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Resources.ResourceLocator>::System.Collections.IEnumerator.get_Current() */,
{ 879, 26, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::.ctor(System.Array) */,
{ 880, 26, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::Dispose() */,
{ 881, 26, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::MoveNext() */,
{ 882, 26, -1 } /* T System.Array/InternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::get_Current() */,
{ 883, 26, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::System.Collections.IEnumerator.Reset() */,
{ 884, 26, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>::System.Collections.IEnumerator.get_Current() */,
{ 879, 452, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::.ctor(System.Array) */,
{ 880, 452, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::Dispose() */,
{ 881, 452, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::MoveNext() */,
{ 882, 452, -1 } /* T System.Array/InternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::get_Current() */,
{ 883, 452, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::System.Collections.IEnumerator.Reset() */,
{ 884, 452, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Runtime.InteropServices.GCHandle>::System.Collections.IEnumerator.get_Current() */,
{ 879, 110, -1 } /* System.Void System.Array/InternalEnumerator`1<System.SByte>::.ctor(System.Array) */,
{ 880, 110, -1 } /* System.Void System.Array/InternalEnumerator`1<System.SByte>::Dispose() */,
{ 881, 110, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.SByte>::MoveNext() */,
{ 882, 110, -1 } /* T System.Array/InternalEnumerator`1<System.SByte>::get_Current() */,
{ 883, 110, -1 } /* System.Void System.Array/InternalEnumerator`1<System.SByte>::System.Collections.IEnumerator.Reset() */,
{ 884, 110, -1 } /* System.Object System.Array/InternalEnumerator`1<System.SByte>::System.Collections.IEnumerator.get_Current() */,
{ 879, 432, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::.ctor(System.Array) */,
{ 880, 432, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::Dispose() */,
{ 881, 432, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::MoveNext() */,
{ 882, 432, -1 } /* T System.Array/InternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::get_Current() */,
{ 883, 432, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::System.Collections.IEnumerator.Reset() */,
{ 884, 432, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>::System.Collections.IEnumerator.get_Current() */,
{ 879, 111, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Single>::.ctor(System.Array) */,
{ 880, 111, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Single>::Dispose() */,
{ 881, 111, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Single>::MoveNext() */,
{ 882, 111, -1 } /* T System.Array/InternalEnumerator`1<System.Single>::get_Current() */,
{ 883, 111, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Single>::System.Collections.IEnumerator.Reset() */,
{ 884, 111, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Single>::System.Collections.IEnumerator.get_Current() */,
{ 879, 427, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::.ctor(System.Array) */,
{ 880, 427, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::Dispose() */,
{ 881, 427, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::MoveNext() */,
{ 882, 427, -1 } /* T System.Array/InternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::get_Current() */,
{ 883, 427, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::System.Collections.IEnumerator.Reset() */,
{ 884, 427, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>::System.Collections.IEnumerator.get_Current() */,
{ 879, 246, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Threading.CancellationTokenRegistration>::.ctor(System.Array) */,
{ 880, 246, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Threading.CancellationTokenRegistration>::Dispose() */,
{ 881, 246, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Threading.CancellationTokenRegistration>::MoveNext() */,
{ 882, 246, -1 } /* T System.Array/InternalEnumerator`1<System.Threading.CancellationTokenRegistration>::get_Current() */,
{ 883, 246, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Threading.CancellationTokenRegistration>::System.Collections.IEnumerator.Reset() */,
{ 884, 246, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Threading.CancellationTokenRegistration>::System.Collections.IEnumerator.get_Current() */,
{ 879, 112, -1 } /* System.Void System.Array/InternalEnumerator`1<System.TimeSpan>::.ctor(System.Array) */,
{ 880, 112, -1 } /* System.Void System.Array/InternalEnumerator`1<System.TimeSpan>::Dispose() */,
{ 881, 112, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.TimeSpan>::MoveNext() */,
{ 882, 112, -1 } /* T System.Array/InternalEnumerator`1<System.TimeSpan>::get_Current() */,
{ 883, 112, -1 } /* System.Void System.Array/InternalEnumerator`1<System.TimeSpan>::System.Collections.IEnumerator.Reset() */,
{ 884, 112, -1 } /* System.Object System.Array/InternalEnumerator`1<System.TimeSpan>::System.Collections.IEnumerator.get_Current() */,
{ 879, 136, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt16>::.ctor(System.Array) */,
{ 880, 136, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt16>::Dispose() */,
{ 881, 136, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.UInt16>::MoveNext() */,
{ 882, 136, -1 } /* T System.Array/InternalEnumerator`1<System.UInt16>::get_Current() */,
{ 883, 136, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt16>::System.Collections.IEnumerator.Reset() */,
{ 884, 136, -1 } /* System.Object System.Array/InternalEnumerator`1<System.UInt16>::System.Collections.IEnumerator.get_Current() */,
{ 879, 393, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt16Enum>::.ctor(System.Array) */,
{ 880, 393, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt16Enum>::Dispose() */,
{ 881, 393, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.UInt16Enum>::MoveNext() */,
{ 882, 393, -1 } /* T System.Array/InternalEnumerator`1<System.UInt16Enum>::get_Current() */,
{ 883, 393, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt16Enum>::System.Collections.IEnumerator.Reset() */,
{ 884, 393, -1 } /* System.Object System.Array/InternalEnumerator`1<System.UInt16Enum>::System.Collections.IEnumerator.get_Current() */,
{ 879, 35, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt32>::.ctor(System.Array) */,
{ 880, 35, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt32>::Dispose() */,
{ 881, 35, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.UInt32>::MoveNext() */,
{ 882, 35, -1 } /* T System.Array/InternalEnumerator`1<System.UInt32>::get_Current() */,
{ 883, 35, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt32>::System.Collections.IEnumerator.Reset() */,
{ 884, 35, -1 } /* System.Object System.Array/InternalEnumerator`1<System.UInt32>::System.Collections.IEnumerator.get_Current() */,
{ 879, 391, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt32Enum>::.ctor(System.Array) */,
{ 880, 391, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt32Enum>::Dispose() */,
{ 881, 391, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.UInt32Enum>::MoveNext() */,
{ 882, 391, -1 } /* T System.Array/InternalEnumerator`1<System.UInt32Enum>::get_Current() */,
{ 883, 391, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt32Enum>::System.Collections.IEnumerator.Reset() */,
{ 884, 391, -1 } /* System.Object System.Array/InternalEnumerator`1<System.UInt32Enum>::System.Collections.IEnumerator.get_Current() */,
{ 879, 84, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt64>::.ctor(System.Array) */,
{ 880, 84, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt64>::Dispose() */,
{ 881, 84, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.UInt64>::MoveNext() */,
{ 882, 84, -1 } /* T System.Array/InternalEnumerator`1<System.UInt64>::get_Current() */,
{ 883, 84, -1 } /* System.Void System.Array/InternalEnumerator`1<System.UInt64>::System.Collections.IEnumerator.Reset() */,
{ 884, 84, -1 } /* System.Object System.Array/InternalEnumerator`1<System.UInt64>::System.Collections.IEnumerator.get_Current() */,
{ 879, 358, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::.ctor(System.Array) */,
{ 880, 358, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::Dispose() */,
{ 881, 358, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::MoveNext() */,
{ 882, 358, -1 } /* T System.Array/InternalEnumerator`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::get_Current() */,
{ 883, 358, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::System.Collections.IEnumerator.Reset() */,
{ 884, 358, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::System.Collections.IEnumerator.get_Current() */,
{ 879, 350, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Xml.XmlNamespaceManager/NamespaceDeclaration>::.ctor(System.Array) */,
{ 880, 350, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Xml.XmlNamespaceManager/NamespaceDeclaration>::Dispose() */,
{ 881, 350, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Xml.XmlNamespaceManager/NamespaceDeclaration>::MoveNext() */,
{ 882, 350, -1 } /* T System.Array/InternalEnumerator`1<System.Xml.XmlNamespaceManager/NamespaceDeclaration>::get_Current() */,
{ 883, 350, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Xml.XmlNamespaceManager/NamespaceDeclaration>::System.Collections.IEnumerator.Reset() */,
{ 884, 350, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Xml.XmlNamespaceManager/NamespaceDeclaration>::System.Collections.IEnumerator.get_Current() */,
{ 879, 304, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Xml.XmlTextReaderImpl/ParsingState>::.ctor(System.Array) */,
{ 880, 304, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Xml.XmlTextReaderImpl/ParsingState>::Dispose() */,
{ 881, 304, -1 } /* System.Boolean System.Array/InternalEnumerator`1<System.Xml.XmlTextReaderImpl/ParsingState>::MoveNext() */,
{ 882, 304, -1 } /* T System.Array/InternalEnumerator`1<System.Xml.XmlTextReaderImpl/ParsingState>::get_Current() */,
{ 883, 304, -1 } /* System.Void System.Array/InternalEnumerator`1<System.Xml.XmlTextReaderImpl/ParsingState>::System.Collections.IEnumerator.Reset() */,
{ 884, 304, -1 } /* System.Object System.Array/InternalEnumerator`1<System.Xml.XmlTextReaderImpl/ParsingState>::System.Collections.IEnumerator.get_Current() */,
{ 879, 849, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.Examples.VertexJitter/VertexAnim>::.ctor(System.Array) */,
{ 880, 849, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.Examples.VertexJitter/VertexAnim>::Dispose() */,
{ 881, 849, -1 } /* System.Boolean System.Array/InternalEnumerator`1<TMPro.Examples.VertexJitter/VertexAnim>::MoveNext() */,
{ 882, 849, -1 } /* T System.Array/InternalEnumerator`1<TMPro.Examples.VertexJitter/VertexAnim>::get_Current() */,
{ 883, 849, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.Examples.VertexJitter/VertexAnim>::System.Collections.IEnumerator.Reset() */,
{ 884, 849, -1 } /* System.Object System.Array/InternalEnumerator`1<TMPro.Examples.VertexJitter/VertexAnim>::System.Collections.IEnumerator.get_Current() */,
{ 879, 708, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.MaterialReference>::.ctor(System.Array) */,
{ 880, 708, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.MaterialReference>::Dispose() */,
{ 881, 708, -1 } /* System.Boolean System.Array/InternalEnumerator`1<TMPro.MaterialReference>::MoveNext() */,
{ 882, 708, -1 } /* T System.Array/InternalEnumerator`1<TMPro.MaterialReference>::get_Current() */,
{ 883, 708, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.MaterialReference>::System.Collections.IEnumerator.Reset() */,
{ 884, 708, -1 } /* System.Object System.Array/InternalEnumerator`1<TMPro.MaterialReference>::System.Collections.IEnumerator.get_Current() */,
{ 879, 825, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::.ctor(System.Array) */,
{ 880, 825, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::Dispose() */,
{ 881, 825, -1 } /* System.Boolean System.Array/InternalEnumerator`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::MoveNext() */,
{ 882, 825, -1 } /* T System.Array/InternalEnumerator`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::get_Current() */,
{ 883, 825, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IEnumerator.Reset() */,
{ 884, 825, -1 } /* System.Object System.Array/InternalEnumerator`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IEnumerator.get_Current() */,
{ 879, 718, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.TMP_CharacterInfo>::.ctor(System.Array) */,
{ 880, 718, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.TMP_CharacterInfo>::Dispose() */,
{ 881, 718, -1 } /* System.Boolean System.Array/InternalEnumerator`1<TMPro.TMP_CharacterInfo>::MoveNext() */,
{ 882, 718, -1 } /* T System.Array/InternalEnumerator`1<TMPro.TMP_CharacterInfo>::get_Current() */,
{ 883, 718, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.TMP_CharacterInfo>::System.Collections.IEnumerator.Reset() */,
{ 884, 718, -1 } /* System.Object System.Array/InternalEnumerator`1<TMPro.TMP_CharacterInfo>::System.Collections.IEnumerator.get_Current() */,
{ 879, 735, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.TMP_FontWeights>::.ctor(System.Array) */,
{ 880, 735, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.TMP_FontWeights>::Dispose() */,
{ 881, 735, -1 } /* System.Boolean System.Array/InternalEnumerator`1<TMPro.TMP_FontWeights>::MoveNext() */,
{ 882, 735, -1 } /* T System.Array/InternalEnumerator`1<TMPro.TMP_FontWeights>::get_Current() */,
{ 883, 735, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.TMP_FontWeights>::System.Collections.IEnumerator.Reset() */,
{ 884, 735, -1 } /* System.Object System.Array/InternalEnumerator`1<TMPro.TMP_FontWeights>::System.Collections.IEnumerator.get_Current() */,
{ 879, 726, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.TMP_LineInfo>::.ctor(System.Array) */,
{ 880, 726, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.TMP_LineInfo>::Dispose() */,
{ 881, 726, -1 } /* System.Boolean System.Array/InternalEnumerator`1<TMPro.TMP_LineInfo>::MoveNext() */,
{ 882, 726, -1 } /* T System.Array/InternalEnumerator`1<TMPro.TMP_LineInfo>::get_Current() */,
{ 883, 726, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.TMP_LineInfo>::System.Collections.IEnumerator.Reset() */,
{ 884, 726, -1 } /* System.Object System.Array/InternalEnumerator`1<TMPro.TMP_LineInfo>::System.Collections.IEnumerator.get_Current() */,
{ 879, 764, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.TMP_LinkInfo>::.ctor(System.Array) */,
{ 880, 764, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.TMP_LinkInfo>::Dispose() */,
{ 881, 764, -1 } /* System.Boolean System.Array/InternalEnumerator`1<TMPro.TMP_LinkInfo>::MoveNext() */,
{ 882, 764, -1 } /* T System.Array/InternalEnumerator`1<TMPro.TMP_LinkInfo>::get_Current() */,
{ 883, 764, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.TMP_LinkInfo>::System.Collections.IEnumerator.Reset() */,
{ 884, 764, -1 } /* System.Object System.Array/InternalEnumerator`1<TMPro.TMP_LinkInfo>::System.Collections.IEnumerator.get_Current() */,
{ 879, 712, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.TMP_MeshInfo>::.ctor(System.Array) */,
{ 880, 712, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.TMP_MeshInfo>::Dispose() */,
{ 881, 712, -1 } /* System.Boolean System.Array/InternalEnumerator`1<TMPro.TMP_MeshInfo>::MoveNext() */,
{ 882, 712, -1 } /* T System.Array/InternalEnumerator`1<TMPro.TMP_MeshInfo>::get_Current() */,
{ 883, 712, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.TMP_MeshInfo>::System.Collections.IEnumerator.Reset() */,
{ 884, 712, -1 } /* System.Object System.Array/InternalEnumerator`1<TMPro.TMP_MeshInfo>::System.Collections.IEnumerator.get_Current() */,
{ 879, 720, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.TMP_PageInfo>::.ctor(System.Array) */,
{ 880, 720, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.TMP_PageInfo>::Dispose() */,
{ 881, 720, -1 } /* System.Boolean System.Array/InternalEnumerator`1<TMPro.TMP_PageInfo>::MoveNext() */,
{ 882, 720, -1 } /* T System.Array/InternalEnumerator`1<TMPro.TMP_PageInfo>::get_Current() */,
{ 883, 720, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.TMP_PageInfo>::System.Collections.IEnumerator.Reset() */,
{ 884, 720, -1 } /* System.Object System.Array/InternalEnumerator`1<TMPro.TMP_PageInfo>::System.Collections.IEnumerator.get_Current() */,
{ 879, 730, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.TMP_WordInfo>::.ctor(System.Array) */,
{ 880, 730, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.TMP_WordInfo>::Dispose() */,
{ 881, 730, -1 } /* System.Boolean System.Array/InternalEnumerator`1<TMPro.TMP_WordInfo>::MoveNext() */,
{ 882, 730, -1 } /* T System.Array/InternalEnumerator`1<TMPro.TMP_WordInfo>::get_Current() */,
{ 883, 730, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.TMP_WordInfo>::System.Collections.IEnumerator.Reset() */,
{ 884, 730, -1 } /* System.Object System.Array/InternalEnumerator`1<TMPro.TMP_WordInfo>::System.Collections.IEnumerator.get_Current() */,
{ 879, 763, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.XML_TagAttribute>::.ctor(System.Array) */,
{ 880, 763, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.XML_TagAttribute>::Dispose() */,
{ 881, 763, -1 } /* System.Boolean System.Array/InternalEnumerator`1<TMPro.XML_TagAttribute>::MoveNext() */,
{ 882, 763, -1 } /* T System.Array/InternalEnumerator`1<TMPro.XML_TagAttribute>::get_Current() */,
{ 883, 763, -1 } /* System.Void System.Array/InternalEnumerator`1<TMPro.XML_TagAttribute>::System.Collections.IEnumerator.Reset() */,
{ 884, 763, -1 } /* System.Object System.Array/InternalEnumerator`1<TMPro.XML_TagAttribute>::System.Collections.IEnumerator.get_Current() */,
{ 879, 470, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Array) */,
{ 880, 470, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Dispose() */,
{ 881, 470, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::MoveNext() */,
{ 882, 470, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Current() */,
{ 883, 470, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEnumerator.Reset() */,
{ 884, 470, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEnumerator.get_Current() */,
{ 879, 485, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Color32>::.ctor(System.Array) */,
{ 880, 485, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Color32>::Dispose() */,
{ 881, 485, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Color32>::MoveNext() */,
{ 882, 485, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Color32>::get_Current() */,
{ 883, 485, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Color32>::System.Collections.IEnumerator.Reset() */,
{ 884, 485, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Color32>::System.Collections.IEnumerator.get_Current() */,
{ 879, 476, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Color>::.ctor(System.Array) */,
{ 880, 476, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Color>::Dispose() */,
{ 881, 476, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Color>::MoveNext() */,
{ 882, 476, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Color>::get_Current() */,
{ 883, 476, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Color>::System.Collections.IEnumerator.Reset() */,
{ 884, 476, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Color>::System.Collections.IEnumerator.get_Current() */,
{ 879, 564, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.ContactPoint>::.ctor(System.Array) */,
{ 880, 564, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.ContactPoint>::Dispose() */,
{ 881, 564, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.ContactPoint>::MoveNext() */,
{ 882, 564, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.ContactPoint>::get_Current() */,
{ 883, 564, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.ContactPoint>::System.Collections.IEnumerator.Reset() */,
{ 884, 564, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.ContactPoint>::System.Collections.IEnumerator.get_Current() */,
{ 879, 573, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.EventSystems.RaycastResult>::.ctor(System.Array) */,
{ 880, 573, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.EventSystems.RaycastResult>::Dispose() */,
{ 881, 573, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.EventSystems.RaycastResult>::MoveNext() */,
{ 882, 573, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.EventSystems.RaycastResult>::get_Current() */,
{ 883, 573, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IEnumerator.Reset() */,
{ 884, 573, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IEnumerator.get_Current() */,
{ 879, 487, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Experimental.LowLevel.PlayerLoopSystem>::.ctor(System.Array) */,
{ 880, 487, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Experimental.LowLevel.PlayerLoopSystem>::Dispose() */,
{ 881, 487, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Experimental.LowLevel.PlayerLoopSystem>::MoveNext() */,
{ 882, 487, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Experimental.LowLevel.PlayerLoopSystem>::get_Current() */,
{ 883, 487, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Experimental.LowLevel.PlayerLoopSystem>::System.Collections.IEnumerator.Reset() */,
{ 884, 487, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Experimental.LowLevel.PlayerLoopSystem>::System.Collections.IEnumerator.get_Current() */,
{ 879, 465, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Keyframe>::.ctor(System.Array) */,
{ 880, 465, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Keyframe>::Dispose() */,
{ 881, 465, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Keyframe>::MoveNext() */,
{ 882, 465, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Keyframe>::get_Current() */,
{ 883, 465, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Keyframe>::System.Collections.IEnumerator.Reset() */,
{ 884, 465, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Keyframe>::System.Collections.IEnumerator.get_Current() */,
{ 879, 499, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::.ctor(System.Array) */,
{ 880, 499, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::Dispose() */,
{ 881, 499, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::MoveNext() */,
{ 882, 499, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::get_Current() */,
{ 883, 499, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::System.Collections.IEnumerator.Reset() */,
{ 884, 499, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Playables.PlayableBinding>::System.Collections.IEnumerator.get_Current() */,
{ 879, 482, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Quaternion>::.ctor(System.Array) */,
{ 880, 482, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Quaternion>::Dispose() */,
{ 881, 482, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Quaternion>::MoveNext() */,
{ 882, 482, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Quaternion>::get_Current() */,
{ 883, 482, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Quaternion>::System.Collections.IEnumerator.Reset() */,
{ 884, 482, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Quaternion>::System.Collections.IEnumerator.get_Current() */,
{ 879, 607, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.RaycastHit2D>::.ctor(System.Array) */,
{ 880, 607, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.RaycastHit2D>::Dispose() */,
{ 881, 607, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.RaycastHit2D>::MoveNext() */,
{ 882, 607, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.RaycastHit2D>::get_Current() */,
{ 883, 607, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.RaycastHit2D>::System.Collections.IEnumerator.Reset() */,
{ 884, 607, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.RaycastHit2D>::System.Collections.IEnumerator.get_Current() */,
{ 879, 566, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.RaycastHit>::.ctor(System.Array) */,
{ 880, 566, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.RaycastHit>::Dispose() */,
{ 881, 566, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.RaycastHit>::MoveNext() */,
{ 882, 566, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.RaycastHit>::get_Current() */,
{ 883, 566, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.RaycastHit>::System.Collections.IEnumerator.Reset() */,
{ 884, 566, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.RaycastHit>::System.Collections.IEnumerator.get_Current() */,
{ 879, 486, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::.ctor(System.Array) */,
{ 880, 486, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::Dispose() */,
{ 881, 486, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::MoveNext() */,
{ 882, 486, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::get_Current() */,
{ 883, 486, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::System.Collections.IEnumerator.Reset() */,
{ 884, 486, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>::System.Collections.IEnumerator.get_Current() */,
{ 879, 544, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::.ctor(System.Array) */,
{ 880, 544, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::Dispose() */,
{ 881, 544, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::MoveNext() */,
{ 882, 544, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::get_Current() */,
{ 883, 544, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::System.Collections.IEnumerator.Reset() */,
{ 884, 544, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>::System.Collections.IEnumerator.get_Current() */,
{ 879, 548, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::.ctor(System.Array) */,
{ 880, 548, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::Dispose() */,
{ 881, 548, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::MoveNext() */,
{ 882, 548, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::get_Current() */,
{ 883, 548, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::System.Collections.IEnumerator.Reset() */,
{ 884, 548, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>::System.Collections.IEnumerator.get_Current() */,
{ 879, 479, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Touch>::.ctor(System.Array) */,
{ 880, 479, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Touch>::Dispose() */,
{ 881, 479, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Touch>::MoveNext() */,
{ 882, 479, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Touch>::get_Current() */,
{ 883, 479, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Touch>::System.Collections.IEnumerator.Reset() */,
{ 884, 479, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Touch>::System.Collections.IEnumerator.get_Current() */,
{ 879, 612, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UI.ColorBlock>::.ctor(System.Array) */,
{ 880, 612, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UI.ColorBlock>::Dispose() */,
{ 881, 612, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.UI.ColorBlock>::MoveNext() */,
{ 882, 612, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.UI.ColorBlock>::get_Current() */,
{ 883, 612, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UI.ColorBlock>::System.Collections.IEnumerator.Reset() */,
{ 884, 612, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.UI.ColorBlock>::System.Collections.IEnumerator.get_Current() */,
{ 879, 652, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UI.Navigation>::.ctor(System.Array) */,
{ 880, 652, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UI.Navigation>::Dispose() */,
{ 881, 652, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.UI.Navigation>::MoveNext() */,
{ 882, 652, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.UI.Navigation>::get_Current() */,
{ 883, 652, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UI.Navigation>::System.Collections.IEnumerator.Reset() */,
{ 884, 652, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.UI.Navigation>::System.Collections.IEnumerator.get_Current() */,
{ 879, 655, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UI.SpriteState>::.ctor(System.Array) */,
{ 880, 655, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UI.SpriteState>::Dispose() */,
{ 881, 655, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.UI.SpriteState>::MoveNext() */,
{ 882, 655, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.UI.SpriteState>::get_Current() */,
{ 883, 655, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UI.SpriteState>::System.Collections.IEnumerator.Reset() */,
{ 884, 655, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.UI.SpriteState>::System.Collections.IEnumerator.get_Current() */,
{ 879, 522, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UICharInfo>::.ctor(System.Array) */,
{ 880, 522, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UICharInfo>::Dispose() */,
{ 881, 522, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.UICharInfo>::MoveNext() */,
{ 882, 522, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.UICharInfo>::get_Current() */,
{ 883, 522, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UICharInfo>::System.Collections.IEnumerator.Reset() */,
{ 884, 522, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.UICharInfo>::System.Collections.IEnumerator.get_Current() */,
{ 879, 523, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UILineInfo>::.ctor(System.Array) */,
{ 880, 523, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UILineInfo>::Dispose() */,
{ 881, 523, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.UILineInfo>::MoveNext() */,
{ 882, 523, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.UILineInfo>::get_Current() */,
{ 883, 523, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UILineInfo>::System.Collections.IEnumerator.Reset() */,
{ 884, 523, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.UILineInfo>::System.Collections.IEnumerator.get_Current() */,
{ 879, 521, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIVertex>::.ctor(System.Array) */,
{ 880, 521, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIVertex>::Dispose() */,
{ 881, 521, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.UIVertex>::MoveNext() */,
{ 882, 521, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.UIVertex>::get_Current() */,
{ 883, 521, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UIVertex>::System.Collections.IEnumerator.Reset() */,
{ 884, 521, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.UIVertex>::System.Collections.IEnumerator.get_Current() */,
{ 879, 495, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Array) */,
{ 880, 495, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Dispose() */,
{ 881, 495, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::MoveNext() */,
{ 882, 495, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Current() */,
{ 883, 495, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEnumerator.Reset() */,
{ 884, 495, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEnumerator.get_Current() */,
{ 879, 484, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector2>::.ctor(System.Array) */,
{ 880, 484, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector2>::Dispose() */,
{ 881, 484, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Vector2>::MoveNext() */,
{ 882, 484, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Vector2>::get_Current() */,
{ 883, 484, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector2>::System.Collections.IEnumerator.Reset() */,
{ 884, 484, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Vector2>::System.Collections.IEnumerator.get_Current() */,
{ 879, 481, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector3>::.ctor(System.Array) */,
{ 880, 481, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector3>::Dispose() */,
{ 881, 481, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Vector3>::MoveNext() */,
{ 882, 481, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Vector3>::get_Current() */,
{ 883, 481, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector3>::System.Collections.IEnumerator.Reset() */,
{ 884, 481, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Vector3>::System.Collections.IEnumerator.get_Current() */,
{ 879, 483, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector4>::.ctor(System.Array) */,
{ 880, 483, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector4>::Dispose() */,
{ 881, 483, -1 } /* System.Boolean System.Array/InternalEnumerator`1<UnityEngine.Vector4>::MoveNext() */,
{ 882, 483, -1 } /* T System.Array/InternalEnumerator`1<UnityEngine.Vector4>::get_Current() */,
{ 883, 483, -1 } /* System.Void System.Array/InternalEnumerator`1<UnityEngine.Vector4>::System.Collections.IEnumerator.Reset() */,
{ 884, 483, -1 } /* System.Object System.Array/InternalEnumerator`1<UnityEngine.Vector4>::System.Collections.IEnumerator.get_Current() */,
{ 1109, 8, -1 } /* System.Void System.ArraySegment`1/ArraySegmentEnumerator<System.Byte>::.ctor(System.ArraySegment`1<T>) */,
{ 1110, 8, -1 } /* System.Boolean System.ArraySegment`1/ArraySegmentEnumerator<System.Byte>::MoveNext() */,
{ 1111, 8, -1 } /* T System.ArraySegment`1/ArraySegmentEnumerator<System.Byte>::get_Current() */,
{ 1112, 8, -1 } /* System.Object System.ArraySegment`1/ArraySegmentEnumerator<System.Byte>::System.Collections.IEnumerator.get_Current() */,
{ 1113, 8, -1 } /* System.Void System.ArraySegment`1/ArraySegmentEnumerator<System.Byte>::System.Collections.IEnumerator.Reset() */,
{ 1114, 8, -1 } /* System.Void System.ArraySegment`1/ArraySegmentEnumerator<System.Byte>::Dispose() */,
{ 1092, 8, -1 } /* System.Int32 System.ArraySegment`1<System.Byte>::GetHashCode() */,
{ 1093, 8, -1 } /* System.Boolean System.ArraySegment`1<System.Byte>::Equals(System.Object) */,
{ 1094, 8, -1 } /* System.Boolean System.ArraySegment`1<System.Byte>::Equals(System.ArraySegment`1<T>) */,
{ 1095, 8, -1 } /* T System.ArraySegment`1<System.Byte>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 1096, 8, -1 } /* System.Void System.ArraySegment`1<System.Byte>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 1097, 8, -1 } /* System.Int32 System.ArraySegment`1<System.Byte>::System.Collections.Generic.IList<T>.IndexOf(T) */,
{ 1098, 8, -1 } /* System.Void System.ArraySegment`1<System.Byte>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 1099, 8, -1 } /* System.Void System.ArraySegment`1<System.Byte>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 1100, 8, -1 } /* T System.ArraySegment`1<System.Byte>::System.Collections.Generic.IReadOnlyList<T>.get_Item(System.Int32) */,
{ 1101, 8, -1 } /* System.Boolean System.ArraySegment`1<System.Byte>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 1102, 8, -1 } /* System.Void System.ArraySegment`1<System.Byte>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 1103, 8, -1 } /* System.Void System.ArraySegment`1<System.Byte>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 1104, 8, -1 } /* System.Boolean System.ArraySegment`1<System.Byte>::System.Collections.Generic.ICollection<T>.Contains(T) */,
{ 1105, 8, -1 } /* System.Void System.ArraySegment`1<System.Byte>::System.Collections.Generic.ICollection<T>.CopyTo(T[],System.Int32) */,
{ 1106, 8, -1 } /* System.Boolean System.ArraySegment`1<System.Byte>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 1107, 8, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.ArraySegment`1<System.Byte>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 1108, 8, -1 } /* System.Collections.IEnumerator System.ArraySegment`1<System.Byte>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9915, 47, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Boolean>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 47, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Boolean>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 47, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Boolean>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 47, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Boolean>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 47, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Boolean>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 47, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Boolean>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 47, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Boolean>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 47, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Boolean>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 47, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Boolean>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 47, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Boolean>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 47, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Boolean>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 47, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Boolean>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 8, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 8, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Byte>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 8, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 8, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Byte>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 8, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 8, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 8, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 8, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 8, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Byte>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 8, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 8, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 8, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Byte>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 9, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 9, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Char>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 9, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 9, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Char>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 9, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 9, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 9, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 9, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 9, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Char>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 9, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 9, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 9, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Char>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 116, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 116, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 116, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 116, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 116, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 116, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 116, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 116, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 116, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 116, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 116, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 116, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 61, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTime>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 61, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.DateTime>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 61, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTime>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 61, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.DateTime>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 61, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTime>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 61, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTime>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 61, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTime>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 61, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTime>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 61, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.DateTime>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 61, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTime>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 61, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTime>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 61, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTime>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 62, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTimeOffset>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 62, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.DateTimeOffset>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 62, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTimeOffset>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 62, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.DateTimeOffset>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 62, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTimeOffset>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 62, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTimeOffset>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 62, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTimeOffset>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 62, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTimeOffset>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 62, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.DateTimeOffset>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 62, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTimeOffset>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 62, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTimeOffset>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 62, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.DateTimeOffset>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 63, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Decimal>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 63, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Decimal>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 63, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Decimal>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 63, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Decimal>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 63, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Decimal>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 63, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Decimal>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 63, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Decimal>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 63, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Decimal>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 63, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Decimal>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 63, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Decimal>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 63, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Decimal>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 63, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Decimal>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 83, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Double>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 83, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Double>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 83, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Double>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 83, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Double>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 83, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Double>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 83, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Double>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 83, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Double>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 83, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Double>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 83, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Double>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 83, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Double>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 83, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Double>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 83, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Double>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 97, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int16>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 97, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int16>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 97, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int16>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 97, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int16>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 97, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int16>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 97, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int16>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 97, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int16>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 97, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int16>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 97, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int16>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 97, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int16>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 97, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int16>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 97, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int16>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 24, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 24, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int32>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 24, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 24, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int32>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 24, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 24, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 24, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 24, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 24, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int32>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 24, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 24, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 24, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 92, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 92, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 92, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 92, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 92, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 92, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 92, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 92, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 92, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 92, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 92, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 92, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 30, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 30, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int64>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 30, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 30, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int64>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 30, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 30, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 30, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 30, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 30, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Int64>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 30, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 30, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 30, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Int64>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 110, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.SByte>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 110, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.SByte>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 110, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.SByte>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 110, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.SByte>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 110, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.SByte>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 110, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.SByte>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 110, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.SByte>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 110, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.SByte>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 110, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.SByte>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 110, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.SByte>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 110, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.SByte>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 110, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.SByte>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 111, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 111, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Single>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 111, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 111, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Single>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 111, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 111, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 111, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 111, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 111, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.Single>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 111, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 111, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 111, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.Single>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 112, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.TimeSpan>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 112, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.TimeSpan>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 112, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.TimeSpan>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 112, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.TimeSpan>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 112, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.TimeSpan>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 112, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.TimeSpan>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 112, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.TimeSpan>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 112, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.TimeSpan>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 112, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.TimeSpan>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 112, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.TimeSpan>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 112, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.TimeSpan>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 112, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.TimeSpan>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 136, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt16>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 136, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.UInt16>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 136, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt16>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 136, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.UInt16>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 136, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt16>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 136, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt16>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 136, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt16>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 136, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt16>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 136, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.UInt16>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 136, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt16>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 136, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt16>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 136, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt16>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 35, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt32>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 35, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.UInt32>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 35, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt32>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 35, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.UInt32>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 35, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt32>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 35, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt32>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 35, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt32>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 35, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt32>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 35, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.UInt32>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 35, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt32>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 35, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt32>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 35, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt32>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 84, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 84, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.UInt64>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 84, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 84, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.UInt64>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 84, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 84, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 84, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 84, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 84, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<System.UInt64>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 84, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 84, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 84, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<System.UInt64>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 825, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 825, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 825, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 825, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 825, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 825, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 825, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 825, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 825, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 825, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 825, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 825, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 470, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 470, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 470, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 470, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 470, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 470, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 470, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 470, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 470, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 470, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 470, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 470, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 485, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 485, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 485, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 485, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 485, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 485, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 485, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 485, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 485, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 485, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 485, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 485, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 476, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 476, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 476, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 476, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 476, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 476, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 476, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 476, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 476, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 476, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 476, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 476, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 573, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.EventSystems.RaycastResult>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 573, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.EventSystems.RaycastResult>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 573, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.EventSystems.RaycastResult>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 573, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.EventSystems.RaycastResult>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 573, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.EventSystems.RaycastResult>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 573, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.EventSystems.RaycastResult>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 573, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.EventSystems.RaycastResult>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 573, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.EventSystems.RaycastResult>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 573, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.EventSystems.RaycastResult>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 573, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.EventSystems.RaycastResult>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 573, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.EventSystems.RaycastResult>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 573, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.EventSystems.RaycastResult>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 482, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Quaternion>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 482, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Quaternion>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 482, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Quaternion>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 482, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Quaternion>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 482, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Quaternion>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 482, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Quaternion>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 482, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Quaternion>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 482, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Quaternion>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 482, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Quaternion>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 482, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Quaternion>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 482, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Quaternion>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 482, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Quaternion>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 566, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 566, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 566, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 566, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 566, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 566, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 566, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 566, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 566, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 566, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 566, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 566, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 479, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Touch>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 479, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Touch>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 479, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Touch>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 479, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Touch>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 479, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Touch>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 479, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Touch>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 479, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Touch>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 479, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Touch>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 479, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Touch>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 479, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Touch>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 479, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Touch>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 479, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Touch>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 522, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UICharInfo>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 522, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.UICharInfo>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 522, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UICharInfo>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 522, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.UICharInfo>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 522, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UICharInfo>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 522, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UICharInfo>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 522, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UICharInfo>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 522, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UICharInfo>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 522, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.UICharInfo>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 522, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UICharInfo>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 522, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UICharInfo>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 522, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UICharInfo>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 523, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UILineInfo>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 523, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.UILineInfo>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 523, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UILineInfo>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 523, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.UILineInfo>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 523, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UILineInfo>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 523, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UILineInfo>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 523, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UILineInfo>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 523, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UILineInfo>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 523, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.UILineInfo>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 523, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UILineInfo>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 523, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UILineInfo>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 523, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UILineInfo>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 521, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIVertex>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 521, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIVertex>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 521, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIVertex>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 521, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIVertex>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 521, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIVertex>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 521, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIVertex>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 521, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIVertex>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 521, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIVertex>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 521, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIVertex>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 521, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIVertex>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 521, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIVertex>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 521, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIVertex>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 495, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 495, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 495, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 495, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 495, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 495, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 495, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 495, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 495, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 495, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 495, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 495, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 484, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 484, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 484, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 484, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 484, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 484, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 484, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 484, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 484, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 484, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 484, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 484, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 481, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 481, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 481, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 481, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 481, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 481, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 481, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 481, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 481, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 481, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 481, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 481, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9915, 483, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 483, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 483, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 483, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9919, 483, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9920, 483, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::Swap(T[],System.Int32,System.Int32) */,
{ 9921, 483, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9922, 483, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 483, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 483, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9925, 483, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9926, 483, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9927, 85, -1 } /* System.Collections.Generic.ArraySortHelper`2<TKey,TValue> System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::get_Default() */,
{ 9928, 85, -1 } /* System.Collections.Generic.ArraySortHelper`2<TKey,TValue> System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::CreateArraySortHelper() */,
{ 9929, 85, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::Sort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 9930, 85, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::SwapIfGreaterWithItems(TKey[],TValue[],System.Collections.Generic.IComparer`1<TKey>,System.Int32,System.Int32) */,
{ 9931, 85, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::Swap(TKey[],TValue[],System.Int32,System.Int32) */,
{ 9932, 85, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::IntrospectiveSort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 9933, 85, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::IntroSort(TKey[],TValue[],System.Int32,System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 9934, 85, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::PickPivotAndPartition(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 9935, 85, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::Heapsort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 9936, 85, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::DownHeap(TKey[],TValue[],System.Int32,System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 9937, 85, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::InsertionSort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 9938, 85, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>::.ctor() */,
{ 10042, 47, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Boolean>::get_Default() */,
{ 10043, 47, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Boolean>::CreateComparer() */,
{ 10045, 47, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Boolean>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 47, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Boolean>::.ctor() */,
{ 10042, 8, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Byte>::get_Default() */,
{ 10043, 8, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Byte>::CreateComparer() */,
{ 10045, 8, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Byte>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 8, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Byte>::.ctor() */,
{ 10042, 9, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Char>::get_Default() */,
{ 10043, 9, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Char>::CreateComparer() */,
{ 10045, 9, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Char>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 9, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Char>::.ctor() */,
{ 10042, 116, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Default() */,
{ 10043, 116, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::CreateComparer() */,
{ 10045, 116, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 116, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor() */,
{ 10042, 61, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.DateTime>::get_Default() */,
{ 10043, 61, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.DateTime>::CreateComparer() */,
{ 10045, 61, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.DateTime>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 61, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.DateTime>::.ctor() */,
{ 10042, 62, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.DateTimeOffset>::get_Default() */,
{ 10043, 62, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.DateTimeOffset>::CreateComparer() */,
{ 10045, 62, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.DateTimeOffset>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 62, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.DateTimeOffset>::.ctor() */,
{ 10042, 63, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Decimal>::get_Default() */,
{ 10043, 63, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Decimal>::CreateComparer() */,
{ 10045, 63, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Decimal>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 63, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Decimal>::.ctor() */,
{ 10042, 83, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Double>::get_Default() */,
{ 10043, 83, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Double>::CreateComparer() */,
{ 10045, 83, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Double>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 83, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Double>::.ctor() */,
{ 10042, 97, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int16>::get_Default() */,
{ 10043, 97, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int16>::CreateComparer() */,
{ 10045, 97, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Int16>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 97, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Int16>::.ctor() */,
{ 10043, 24, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int32>::CreateComparer() */,
{ 10045, 24, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Int32>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 24, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Int32>::.ctor() */,
{ 10042, 92, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int32Enum>::get_Default() */,
{ 10043, 92, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int32Enum>::CreateComparer() */,
{ 10045, 92, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Int32Enum>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 92, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Int32Enum>::.ctor() */,
{ 10042, 30, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int64>::get_Default() */,
{ 10043, 30, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int64>::CreateComparer() */,
{ 10045, 30, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Int64>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 30, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Int64>::.ctor() */,
{ 10042, 110, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.SByte>::get_Default() */,
{ 10043, 110, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.SByte>::CreateComparer() */,
{ 10045, 110, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.SByte>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 110, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.SByte>::.ctor() */,
{ 10042, 111, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Single>::get_Default() */,
{ 10043, 111, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Single>::CreateComparer() */,
{ 10045, 111, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Single>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 111, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Single>::.ctor() */,
{ 10042, 112, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.TimeSpan>::get_Default() */,
{ 10043, 112, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.TimeSpan>::CreateComparer() */,
{ 10045, 112, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.TimeSpan>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 112, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.TimeSpan>::.ctor() */,
{ 10042, 136, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.UInt16>::get_Default() */,
{ 10043, 136, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.UInt16>::CreateComparer() */,
{ 10045, 136, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.UInt16>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 136, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.UInt16>::.ctor() */,
{ 10042, 35, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.UInt32>::get_Default() */,
{ 10043, 35, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.UInt32>::CreateComparer() */,
{ 10045, 35, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.UInt32>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 35, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.UInt32>::.ctor() */,
{ 10043, 84, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.UInt64>::CreateComparer() */,
{ 10045, 84, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.UInt64>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 84, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.UInt64>::.ctor() */,
{ 10042, 825, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::get_Default() */,
{ 10043, 825, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::CreateComparer() */,
{ 10045, 825, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 825, -1 } /* System.Void System.Collections.Generic.Comparer`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::.ctor() */,
{ 10042, 470, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Default() */,
{ 10043, 470, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::CreateComparer() */,
{ 10045, 470, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 470, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor() */,
{ 10042, 485, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Color32>::get_Default() */,
{ 10043, 485, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Color32>::CreateComparer() */,
{ 10045, 485, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Color32>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 485, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.Color32>::.ctor() */,
{ 10042, 476, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Color>::get_Default() */,
{ 10043, 476, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Color>::CreateComparer() */,
{ 10045, 476, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Color>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 476, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.Color>::.ctor() */,
{ 10042, 573, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.EventSystems.RaycastResult>::get_Default() */,
{ 10043, 573, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.EventSystems.RaycastResult>::CreateComparer() */,
{ 10045, 573, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 573, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.EventSystems.RaycastResult>::.ctor() */,
{ 10042, 482, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Quaternion>::get_Default() */,
{ 10043, 482, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Quaternion>::CreateComparer() */,
{ 10045, 482, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Quaternion>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 482, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.Quaternion>::.ctor() */,
{ 10042, 566, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit>::get_Default() */,
{ 10043, 566, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit>::CreateComparer() */,
{ 10045, 566, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 566, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit>::.ctor() */,
{ 10042, 479, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Touch>::get_Default() */,
{ 10043, 479, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Touch>::CreateComparer() */,
{ 10045, 479, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Touch>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 479, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.Touch>::.ctor() */,
{ 10042, 522, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UICharInfo>::get_Default() */,
{ 10043, 522, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UICharInfo>::CreateComparer() */,
{ 10045, 522, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.UICharInfo>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 522, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.UICharInfo>::.ctor() */,
{ 10042, 523, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UILineInfo>::get_Default() */,
{ 10043, 523, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UILineInfo>::CreateComparer() */,
{ 10045, 523, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.UILineInfo>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 523, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.UILineInfo>::.ctor() */,
{ 10042, 521, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UIVertex>::get_Default() */,
{ 10043, 521, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UIVertex>::CreateComparer() */,
{ 10045, 521, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.UIVertex>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 521, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.UIVertex>::.ctor() */,
{ 10042, 495, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Default() */,
{ 10043, 495, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::CreateComparer() */,
{ 10045, 495, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 495, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor() */,
{ 10042, 484, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector2>::get_Default() */,
{ 10043, 484, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector2>::CreateComparer() */,
{ 10045, 484, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Vector2>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 484, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.Vector2>::.ctor() */,
{ 10042, 481, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector3>::get_Default() */,
{ 10043, 481, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector3>::CreateComparer() */,
{ 10045, 481, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Vector3>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 481, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.Vector3>::.ctor() */,
{ 10042, 483, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector4>::get_Default() */,
{ 10043, 483, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector4>::CreateComparer() */,
{ 10045, 483, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Vector4>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10046, 483, -1 } /* System.Void System.Collections.Generic.Comparer`1<UnityEngine.Vector4>::.ctor() */,
{ 9978, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 9979, 351, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::MoveNext() */,
{ 9980, 351, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::get_Current() */,
{ 9981, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::Dispose() */,
{ 9982, 351, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEnumerator.get_Current() */,
{ 9983, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEnumerator.Reset() */,
{ 9984, 351, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 9985, 351, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 9986, 351, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 9978, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 9979, 412, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::MoveNext() */,
{ 9980, 412, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::get_Current() */,
{ 9981, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::Dispose() */,
{ 9982, 412, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 9983, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 9984, 412, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 9985, 412, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 9986, 412, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Guid,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 9978, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 9979, 388, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Boolean>::MoveNext() */,
{ 9980, 388, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Boolean>::get_Current() */,
{ 9981, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Boolean>::Dispose() */,
{ 9982, 388, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Boolean>::System.Collections.IEnumerator.get_Current() */,
{ 9983, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Boolean>::System.Collections.IEnumerator.Reset() */,
{ 9984, 388, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 9985, 388, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 9986, 388, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 9978, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 9979, 727, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::MoveNext() */,
{ 9980, 727, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::get_Current() */,
{ 9981, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::Dispose() */,
{ 9982, 727, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::System.Collections.IEnumerator.get_Current() */,
{ 9983, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::System.Collections.IEnumerator.Reset() */,
{ 9984, 727, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 9985, 727, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 9986, 727, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 9978, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 9979, 424, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::MoveNext() */,
{ 9980, 424, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::get_Current() */,
{ 9981, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::Dispose() */,
{ 9982, 424, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 9983, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::System.Collections.IEnumerator.Reset() */,
{ 9984, 424, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 9985, 424, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 9986, 424, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 9978, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 9979, 753, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::MoveNext() */,
{ 9980, 753, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::get_Current() */,
{ 9981, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::Dispose() */,
{ 9982, 753, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::System.Collections.IEnumerator.get_Current() */,
{ 9983, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::System.Collections.IEnumerator.Reset() */,
{ 9984, 753, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 9985, 753, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 9986, 753, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 9978, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 9979, 123, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::MoveNext() */,
{ 9980, 123, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::get_Current() */,
{ 9981, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::Dispose() */,
{ 9982, 123, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 9983, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 9984, 123, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 9985, 123, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 9986, 123, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 9978, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 9979, 747, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::MoveNext() */,
{ 9980, 747, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::get_Current() */,
{ 9981, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::Dispose() */,
{ 9982, 747, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 9983, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 9984, 747, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 9985, 747, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 9986, 747, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 9978, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 9979, 250, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::MoveNext() */,
{ 9980, 250, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::get_Current() */,
{ 9981, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::Dispose() */,
{ 9982, 250, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::System.Collections.IEnumerator.get_Current() */,
{ 9983, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::System.Collections.IEnumerator.Reset() */,
{ 9984, 250, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 9985, 250, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 9986, 250, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 9978, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 9979, 182, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::MoveNext() */,
{ 9980, 182, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::get_Current() */,
{ 9981, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::Dispose() */,
{ 9982, 182, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 9983, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::System.Collections.IEnumerator.Reset() */,
{ 9984, 182, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 9985, 182, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 9986, 182, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 9978, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 9979, 165, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::MoveNext() */,
{ 9980, 165, -1 } /* System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::get_Current() */,
{ 9981, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::Dispose() */,
{ 9982, 165, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerator.get_Current() */,
{ 9983, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerator.Reset() */,
{ 9984, 165, -1 } /* System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionaryEnumerator.get_Entry() */,
{ 9985, 165, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionaryEnumerator.get_Key() */,
{ 9986, 165, -1 } /* System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionaryEnumerator.get_Value() */,
{ 10001, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10002, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::Dispose() */,
{ 10003, 351, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::MoveNext() */,
{ 10004, 351, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::get_Current() */,
{ 10005, 351, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEnumerator.get_Current() */,
{ 10006, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEnumerator.Reset() */,
{ 10001, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Guid,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10002, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Guid,System.Object>::Dispose() */,
{ 10003, 412, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Guid,System.Object>::MoveNext() */,
{ 10004, 412, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Guid,System.Object>::get_Current() */,
{ 10005, 412, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Guid,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 10006, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Guid,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 10001, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10002, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Boolean>::Dispose() */,
{ 10003, 388, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Boolean>::MoveNext() */,
{ 10004, 388, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Boolean>::get_Current() */,
{ 10005, 388, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Boolean>::System.Collections.IEnumerator.get_Current() */,
{ 10006, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Boolean>::System.Collections.IEnumerator.Reset() */,
{ 10001, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Char>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10002, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Char>::Dispose() */,
{ 10003, 727, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Char>::MoveNext() */,
{ 10004, 727, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Char>::get_Current() */,
{ 10005, 727, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Char>::System.Collections.IEnumerator.get_Current() */,
{ 10006, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Char>::System.Collections.IEnumerator.Reset() */,
{ 10001, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10002, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Int32>::Dispose() */,
{ 10003, 424, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Int32>::MoveNext() */,
{ 10004, 424, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Int32>::get_Current() */,
{ 10005, 424, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 10006, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Int32>::System.Collections.IEnumerator.Reset() */,
{ 10001, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Int64>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10002, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Int64>::Dispose() */,
{ 10003, 753, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Int64>::MoveNext() */,
{ 10004, 753, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Int64>::get_Current() */,
{ 10005, 753, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Int64>::System.Collections.IEnumerator.get_Current() */,
{ 10006, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Int64>::System.Collections.IEnumerator.Reset() */,
{ 10001, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10002, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Object>::Dispose() */,
{ 10003, 123, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Object>::MoveNext() */,
{ 10004, 123, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Object>::get_Current() */,
{ 10005, 123, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 10006, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 10001, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int64,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10002, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int64,System.Object>::Dispose() */,
{ 10003, 747, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int64,System.Object>::MoveNext() */,
{ 10004, 747, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int64,System.Object>::get_Current() */,
{ 10005, 747, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int64,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 10006, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int64,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 10001, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10002, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Boolean>::Dispose() */,
{ 10003, 250, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Boolean>::MoveNext() */,
{ 10004, 250, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Boolean>::get_Current() */,
{ 10005, 250, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Boolean>::System.Collections.IEnumerator.get_Current() */,
{ 10006, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Boolean>::System.Collections.IEnumerator.Reset() */,
{ 10001, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10002, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32>::Dispose() */,
{ 10003, 182, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32>::MoveNext() */,
{ 10004, 182, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32>::get_Current() */,
{ 10005, 182, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 10006, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Int32>::System.Collections.IEnumerator.Reset() */,
{ 10001, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10002, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::Dispose() */,
{ 10003, 165, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::MoveNext() */,
{ 10004, 165, -1 } /* TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::get_Current() */,
{ 10005, 165, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerator.get_Current() */,
{ 10006, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerator.Reset() */,
{ 9987, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 9988, 351, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::GetEnumerator() */,
{ 9989, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::CopyTo(TKey[],System.Int32) */,
{ 9990, 351, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::get_Count() */,
{ 9991, 351, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 9992, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 9993, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 9994, 351, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 9995, 351, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 9996, 351, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 9997, 351, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9998, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9999, 351, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10000, 351, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.ICollection.get_SyncRoot() */,
{ 9987, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 9988, 412, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::GetEnumerator() */,
{ 9989, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::CopyTo(TKey[],System.Int32) */,
{ 9990, 412, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::get_Count() */,
{ 9991, 412, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 9992, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 9993, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 9994, 412, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 9995, 412, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 9996, 412, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 9997, 412, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9998, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9999, 412, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10000, 412, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Guid,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 9987, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 9988, 388, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Boolean>::GetEnumerator() */,
{ 9989, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Boolean>::CopyTo(TKey[],System.Int32) */,
{ 9990, 388, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Boolean>::get_Count() */,
{ 9991, 388, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Boolean>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 9992, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Boolean>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 9993, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Boolean>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 9994, 388, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Boolean>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 9995, 388, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Boolean>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 9996, 388, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Boolean>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 9997, 388, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Boolean>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9998, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Boolean>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9999, 388, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Boolean>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10000, 388, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Boolean>::System.Collections.ICollection.get_SyncRoot() */,
{ 9987, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Char>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 9988, 727, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Char>::GetEnumerator() */,
{ 9989, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Char>::CopyTo(TKey[],System.Int32) */,
{ 9990, 727, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Char>::get_Count() */,
{ 9991, 727, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Char>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 9992, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Char>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 9993, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Char>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 9994, 727, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Char>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 9995, 727, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Char>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 9996, 727, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Char>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 9997, 727, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Char>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9998, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Char>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9999, 727, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Char>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10000, 727, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Char>::System.Collections.ICollection.get_SyncRoot() */,
{ 9987, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 9988, 424, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int32>::GetEnumerator() */,
{ 9989, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int32>::CopyTo(TKey[],System.Int32) */,
{ 9990, 424, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int32>::get_Count() */,
{ 9991, 424, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int32>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 9992, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int32>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 9993, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int32>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 9994, 424, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int32>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 9995, 424, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int32>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 9996, 424, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int32>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 9997, 424, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9998, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9999, 424, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10000, 424, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int32>::System.Collections.ICollection.get_SyncRoot() */,
{ 9987, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int64>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 9988, 753, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int64>::GetEnumerator() */,
{ 9989, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int64>::CopyTo(TKey[],System.Int32) */,
{ 9990, 753, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int64>::get_Count() */,
{ 9991, 753, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int64>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 9992, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int64>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 9993, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int64>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 9994, 753, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int64>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 9995, 753, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int64>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 9996, 753, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int64>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 9997, 753, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int64>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9998, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int64>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9999, 753, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int64>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10000, 753, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int64>::System.Collections.ICollection.get_SyncRoot() */,
{ 9987, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 9988, 123, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::GetEnumerator() */,
{ 9989, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::CopyTo(TKey[],System.Int32) */,
{ 9990, 123, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::get_Count() */,
{ 9991, 123, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 9992, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 9993, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 9994, 123, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 9995, 123, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 9996, 123, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 9997, 123, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9998, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9999, 123, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10000, 123, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 9987, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 9988, 747, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::GetEnumerator() */,
{ 9989, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::CopyTo(TKey[],System.Int32) */,
{ 9990, 747, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::get_Count() */,
{ 9991, 747, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 9992, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 9993, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 9994, 747, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 9995, 747, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 9996, 747, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 9997, 747, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9998, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9999, 747, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10000, 747, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 9987, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 9988, 250, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::GetEnumerator() */,
{ 9989, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::CopyTo(TKey[],System.Int32) */,
{ 9990, 250, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::get_Count() */,
{ 9991, 250, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 9992, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 9993, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 9994, 250, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 9995, 250, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 9996, 250, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 9997, 250, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9998, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9999, 250, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10000, 250, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean>::System.Collections.ICollection.get_SyncRoot() */,
{ 9987, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 9988, 182, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::GetEnumerator() */,
{ 9989, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::CopyTo(TKey[],System.Int32) */,
{ 9990, 182, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::get_Count() */,
{ 9991, 182, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 9992, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 9993, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 9994, 182, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 9995, 182, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 9996, 182, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 9997, 182, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9998, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9999, 182, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10000, 182, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>::System.Collections.ICollection.get_SyncRoot() */,
{ 9987, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 9988, 165, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::GetEnumerator() */,
{ 9989, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::CopyTo(TKey[],System.Int32) */,
{ 9990, 165, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::get_Count() */,
{ 9991, 165, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TKey>.get_IsReadOnly() */,
{ 9992, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TKey>.Add(TKey) */,
{ 9993, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TKey>.Clear() */,
{ 9994, 165, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TKey>.Contains(TKey) */,
{ 9995, 165, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TKey>.Remove(TKey) */,
{ 9996, 165, -1 } /* System.Collections.Generic.IEnumerator`1<TKey> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() */,
{ 9997, 165, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9998, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9999, 165, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10000, 165, -1 } /* System.Object System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.get_SyncRoot() */,
{ 10021, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10022, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::Dispose() */,
{ 10023, 351, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::MoveNext() */,
{ 10024, 351, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::get_Current() */,
{ 10025, 351, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEnumerator.get_Current() */,
{ 10026, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEnumerator.Reset() */,
{ 10021, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Guid,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10022, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Guid,System.Object>::Dispose() */,
{ 10023, 412, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Guid,System.Object>::MoveNext() */,
{ 10024, 412, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Guid,System.Object>::get_Current() */,
{ 10025, 412, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Guid,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 10026, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Guid,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 10021, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10022, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Boolean>::Dispose() */,
{ 10023, 388, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Boolean>::MoveNext() */,
{ 10024, 388, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Boolean>::get_Current() */,
{ 10025, 388, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Boolean>::System.Collections.IEnumerator.get_Current() */,
{ 10026, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Boolean>::System.Collections.IEnumerator.Reset() */,
{ 10021, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Char>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10022, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Char>::Dispose() */,
{ 10023, 727, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Char>::MoveNext() */,
{ 10024, 727, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Char>::get_Current() */,
{ 10025, 727, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Char>::System.Collections.IEnumerator.get_Current() */,
{ 10026, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Char>::System.Collections.IEnumerator.Reset() */,
{ 10021, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10022, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Int32>::Dispose() */,
{ 10023, 424, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Int32>::MoveNext() */,
{ 10024, 424, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Int32>::get_Current() */,
{ 10025, 424, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 10026, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Int32>::System.Collections.IEnumerator.Reset() */,
{ 10021, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Int64>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10022, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Int64>::Dispose() */,
{ 10023, 753, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Int64>::MoveNext() */,
{ 10024, 753, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Int64>::get_Current() */,
{ 10025, 753, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Int64>::System.Collections.IEnumerator.get_Current() */,
{ 10026, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Int64>::System.Collections.IEnumerator.Reset() */,
{ 10021, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10022, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>::Dispose() */,
{ 10023, 123, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>::MoveNext() */,
{ 10024, 123, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>::get_Current() */,
{ 10025, 123, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 10026, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 10021, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int64,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10022, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int64,System.Object>::Dispose() */,
{ 10023, 747, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int64,System.Object>::MoveNext() */,
{ 10024, 747, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int64,System.Object>::get_Current() */,
{ 10025, 747, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int64,System.Object>::System.Collections.IEnumerator.get_Current() */,
{ 10026, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int64,System.Object>::System.Collections.IEnumerator.Reset() */,
{ 10021, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10022, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Boolean>::Dispose() */,
{ 10023, 250, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Boolean>::MoveNext() */,
{ 10024, 250, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Boolean>::get_Current() */,
{ 10025, 250, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Boolean>::System.Collections.IEnumerator.get_Current() */,
{ 10026, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Boolean>::System.Collections.IEnumerator.Reset() */,
{ 10021, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10022, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32>::Dispose() */,
{ 10023, 182, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32>::MoveNext() */,
{ 10024, 182, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32>::get_Current() */,
{ 10025, 182, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 10026, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32>::System.Collections.IEnumerator.Reset() */,
{ 10021, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10022, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::Dispose() */,
{ 10023, 165, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::MoveNext() */,
{ 10024, 165, -1 } /* TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::get_Current() */,
{ 10025, 165, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerator.get_Current() */,
{ 10026, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerator.Reset() */,
{ 10007, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10008, 351, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::GetEnumerator() */,
{ 10009, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::CopyTo(TValue[],System.Int32) */,
{ 10010, 351, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::get_Count() */,
{ 10011, 351, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 10012, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 10013, 351, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 10014, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 10015, 351, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 10016, 351, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 10017, 351, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10018, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10019, 351, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10020, 351, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.ICollection.get_SyncRoot() */,
{ 10007, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10008, 412, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::GetEnumerator() */,
{ 10009, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::CopyTo(TValue[],System.Int32) */,
{ 10010, 412, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::get_Count() */,
{ 10011, 412, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 10012, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 10013, 412, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 10014, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 10015, 412, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 10016, 412, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 10017, 412, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10018, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10019, 412, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10020, 412, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Guid,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 10007, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10008, 388, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Boolean>::GetEnumerator() */,
{ 10009, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Boolean>::CopyTo(TValue[],System.Int32) */,
{ 10010, 388, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Boolean>::get_Count() */,
{ 10011, 388, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Boolean>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 10012, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Boolean>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 10013, 388, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Boolean>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 10014, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Boolean>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 10015, 388, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Boolean>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 10016, 388, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Boolean>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 10017, 388, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Boolean>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10018, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Boolean>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10019, 388, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Boolean>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10020, 388, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Boolean>::System.Collections.ICollection.get_SyncRoot() */,
{ 10007, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Char>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10008, 727, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Char>::GetEnumerator() */,
{ 10009, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Char>::CopyTo(TValue[],System.Int32) */,
{ 10010, 727, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Char>::get_Count() */,
{ 10011, 727, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Char>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 10012, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Char>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 10013, 727, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Char>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 10014, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Char>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 10015, 727, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Char>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 10016, 727, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Char>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 10017, 727, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Char>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10018, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Char>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10019, 727, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Char>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10020, 727, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Char>::System.Collections.ICollection.get_SyncRoot() */,
{ 10007, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10008, 424, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int32>::GetEnumerator() */,
{ 10009, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int32>::CopyTo(TValue[],System.Int32) */,
{ 10010, 424, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int32>::get_Count() */,
{ 10011, 424, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int32>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 10012, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int32>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 10013, 424, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int32>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 10014, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int32>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 10015, 424, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int32>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 10016, 424, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int32>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 10017, 424, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10018, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10019, 424, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10020, 424, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int32>::System.Collections.ICollection.get_SyncRoot() */,
{ 10007, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int64>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10008, 753, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int64>::GetEnumerator() */,
{ 10009, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int64>::CopyTo(TValue[],System.Int32) */,
{ 10010, 753, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int64>::get_Count() */,
{ 10011, 753, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int64>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 10012, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int64>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 10013, 753, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int64>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 10014, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int64>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 10015, 753, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int64>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 10016, 753, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int64>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 10017, 753, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int64>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10018, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int64>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10019, 753, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int64>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10020, 753, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int64>::System.Collections.ICollection.get_SyncRoot() */,
{ 10007, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10008, 123, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::GetEnumerator() */,
{ 10009, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::CopyTo(TValue[],System.Int32) */,
{ 10010, 123, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::get_Count() */,
{ 10011, 123, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 10012, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 10013, 123, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 10014, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 10015, 123, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 10016, 123, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 10017, 123, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10018, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10019, 123, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10020, 123, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 10007, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10008, 747, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::GetEnumerator() */,
{ 10009, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::CopyTo(TValue[],System.Int32) */,
{ 10010, 747, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::get_Count() */,
{ 10011, 747, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 10012, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 10013, 747, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 10014, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 10015, 747, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 10016, 747, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 10017, 747, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10018, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10019, 747, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10020, 747, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 10007, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10008, 250, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::GetEnumerator() */,
{ 10009, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::CopyTo(TValue[],System.Int32) */,
{ 10010, 250, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::get_Count() */,
{ 10011, 250, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 10012, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 10013, 250, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 10014, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 10015, 250, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 10016, 250, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 10017, 250, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10018, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10019, 250, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10020, 250, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean>::System.Collections.ICollection.get_SyncRoot() */,
{ 10007, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10008, 182, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::GetEnumerator() */,
{ 10009, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::CopyTo(TValue[],System.Int32) */,
{ 10010, 182, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::get_Count() */,
{ 10011, 182, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 10012, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 10013, 182, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 10014, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 10015, 182, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 10016, 182, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 10017, 182, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10018, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10019, 182, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10020, 182, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>::System.Collections.ICollection.get_SyncRoot() */,
{ 10007, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10008, 165, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::GetEnumerator() */,
{ 10009, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::CopyTo(TValue[],System.Int32) */,
{ 10010, 165, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::get_Count() */,
{ 10011, 165, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TValue>.get_IsReadOnly() */,
{ 10012, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TValue>.Add(TValue) */,
{ 10013, 165, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TValue>.Remove(TValue) */,
{ 10014, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TValue>.Clear() */,
{ 10015, 165, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<TValue>.Contains(TValue) */,
{ 10016, 165, -1 } /* System.Collections.Generic.IEnumerator`1<TValue> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() */,
{ 10017, 165, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10018, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10019, 165, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10020, 165, -1 } /* System.Object System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.get_SyncRoot() */,
{ 9939, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::.ctor() */,
{ 9940, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::.ctor(System.Int32) */,
{ 9941, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9942, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9943, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 9944, 351, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::get_Count() */,
{ 9945, 351, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::get_Keys() */,
{ 9946, 351, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::get_Values() */,
{ 9948, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::set_Item(TKey,TValue) */,
{ 9949, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::Add(TKey,TValue) */,
{ 9950, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9951, 351, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9952, 351, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9953, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::Clear() */,
{ 9955, 351, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::ContainsValue(TValue) */,
{ 9956, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9957, 351, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::GetEnumerator() */,
{ 9958, 351, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 9959, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 9960, 351, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::FindEntry(TKey) */,
{ 9961, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::Initialize(System.Int32) */,
{ 9962, 351, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 10061, 1, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.String>::get_Default() */,
{ 9963, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::OnDeserialization(System.Object) */,
{ 9964, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::Resize() */,
{ 9965, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::Resize(System.Int32,System.Boolean) */,
{ 9966, 351, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::Remove(TKey) */,
{ 9967, 351, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::TryGetValue(TKey,TValue&) */,
{ 9968, 351, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 9969, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9970, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9971, 351, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9972, 351, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9973, 351, -1 } /* System.Object System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.ICollection.get_SyncRoot() */,
{ 9974, 351, -1 } /* System.Object System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 9975, 351, -1 } /* System.Void System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 9976, 351, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::IsCompatibleKey(System.Object) */,
{ 9977, 351, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IDictionary.GetEnumerator() */,
{ 9939, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::.ctor() */,
{ 9940, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::.ctor(System.Int32) */,
{ 9941, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9942, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9943, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 9944, 412, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::get_Count() */,
{ 9945, 412, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::get_Keys() */,
{ 9946, 412, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::get_Values() */,
{ 9947, 412, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::get_Item(TKey) */,
{ 9948, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::set_Item(TKey,TValue) */,
{ 9949, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::Add(TKey,TValue) */,
{ 9950, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9951, 412, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9952, 412, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9953, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::Clear() */,
{ 9954, 412, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::ContainsKey(TKey) */,
{ 9955, 412, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::ContainsValue(TValue) */,
{ 9956, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9957, 412, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::GetEnumerator() */,
{ 9958, 412, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 9959, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 9960, 412, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::FindEntry(TKey) */,
{ 9961, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::Initialize(System.Int32) */,
{ 9962, 412, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 9963, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::OnDeserialization(System.Object) */,
{ 9964, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::Resize() */,
{ 9965, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::Resize(System.Int32,System.Boolean) */,
{ 9966, 412, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::Remove(TKey) */,
{ 9967, 412, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::TryGetValue(TKey,TValue&) */,
{ 9968, 412, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 9969, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9970, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9971, 412, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9972, 412, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9973, 412, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 9974, 412, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 9975, 412, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 9976, 412, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::IsCompatibleKey(System.Object) */,
{ 9977, 412, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Guid,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 9939, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::.ctor() */,
{ 9941, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9942, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9943, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 9944, 388, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::get_Count() */,
{ 9945, 388, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::get_Keys() */,
{ 9946, 388, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::get_Values() */,
{ 9947, 388, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::get_Item(TKey) */,
{ 9948, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::set_Item(TKey,TValue) */,
{ 9950, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9951, 388, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9952, 388, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9954, 388, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::ContainsKey(TKey) */,
{ 9955, 388, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::ContainsValue(TValue) */,
{ 9956, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9957, 388, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::GetEnumerator() */,
{ 9958, 388, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 9959, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 9960, 388, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::FindEntry(TKey) */,
{ 9961, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::Initialize(System.Int32) */,
{ 9962, 388, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 9963, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::OnDeserialization(System.Object) */,
{ 9964, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::Resize() */,
{ 9965, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::Resize(System.Int32,System.Boolean) */,
{ 9966, 388, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::Remove(TKey) */,
{ 9968, 388, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 9969, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9970, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9971, 388, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9972, 388, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9973, 388, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::System.Collections.ICollection.get_SyncRoot() */,
{ 9974, 388, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 9975, 388, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 9976, 388, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::IsCompatibleKey(System.Object) */,
{ 9977, 388, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::System.Collections.IDictionary.GetEnumerator() */,
{ 9940, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::.ctor(System.Int32) */,
{ 9941, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9942, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9943, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 9944, 727, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::get_Count() */,
{ 9945, 727, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::get_Keys() */,
{ 9946, 727, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::get_Values() */,
{ 9947, 727, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::get_Item(TKey) */,
{ 9948, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::set_Item(TKey,TValue) */,
{ 9950, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9951, 727, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9952, 727, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9953, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::Clear() */,
{ 9955, 727, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::ContainsValue(TValue) */,
{ 9956, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9957, 727, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::GetEnumerator() */,
{ 9958, 727, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 9959, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 9960, 727, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::FindEntry(TKey) */,
{ 9961, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::Initialize(System.Int32) */,
{ 9962, 727, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 9963, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::OnDeserialization(System.Object) */,
{ 9964, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::Resize() */,
{ 9965, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::Resize(System.Int32,System.Boolean) */,
{ 9966, 727, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::Remove(TKey) */,
{ 9967, 727, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::TryGetValue(TKey,TValue&) */,
{ 9968, 727, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 9969, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9970, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9971, 727, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9972, 727, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9973, 727, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::System.Collections.ICollection.get_SyncRoot() */,
{ 9974, 727, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 9975, 727, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 9976, 727, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::IsCompatibleKey(System.Object) */,
{ 9977, 727, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::System.Collections.IDictionary.GetEnumerator() */,
{ 9940, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::.ctor(System.Int32) */,
{ 9941, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9942, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9943, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 9945, 424, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::get_Keys() */,
{ 9946, 424, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::get_Values() */,
{ 9947, 424, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::get_Item(TKey) */,
{ 9950, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9951, 424, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9952, 424, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9955, 424, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::ContainsValue(TValue) */,
{ 9956, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9957, 424, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::GetEnumerator() */,
{ 9958, 424, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 9959, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 9960, 424, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::FindEntry(TKey) */,
{ 9961, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::Initialize(System.Int32) */,
{ 9962, 424, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 9963, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::OnDeserialization(System.Object) */,
{ 9964, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::Resize() */,
{ 9965, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::Resize(System.Int32,System.Boolean) */,
{ 9968, 424, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 9969, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9970, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9971, 424, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9972, 424, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9973, 424, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::System.Collections.ICollection.get_SyncRoot() */,
{ 9974, 424, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 9975, 424, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 9976, 424, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::IsCompatibleKey(System.Object) */,
{ 9977, 424, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::System.Collections.IDictionary.GetEnumerator() */,
{ 9940, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::.ctor(System.Int32) */,
{ 9941, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9942, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9943, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 9944, 753, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::get_Count() */,
{ 9945, 753, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::get_Keys() */,
{ 9946, 753, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::get_Values() */,
{ 9947, 753, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::get_Item(TKey) */,
{ 9948, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::set_Item(TKey,TValue) */,
{ 9950, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9951, 753, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9952, 753, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9953, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::Clear() */,
{ 9954, 753, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::ContainsKey(TKey) */,
{ 9955, 753, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::ContainsValue(TValue) */,
{ 9956, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9957, 753, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::GetEnumerator() */,
{ 9958, 753, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 9959, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 9960, 753, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::FindEntry(TKey) */,
{ 9961, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::Initialize(System.Int32) */,
{ 9962, 753, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 9963, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::OnDeserialization(System.Object) */,
{ 9964, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::Resize() */,
{ 9965, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::Resize(System.Int32,System.Boolean) */,
{ 9968, 753, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 9969, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9970, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9971, 753, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9972, 753, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9973, 753, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::System.Collections.ICollection.get_SyncRoot() */,
{ 9974, 753, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 9975, 753, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 9976, 753, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::IsCompatibleKey(System.Object) */,
{ 9977, 753, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::System.Collections.IDictionary.GetEnumerator() */,
{ 9939, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor() */,
{ 9940, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor(System.Int32) */,
{ 9941, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9942, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9943, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 9944, 123, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::get_Count() */,
{ 9945, 123, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::get_Keys() */,
{ 9946, 123, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::get_Values() */,
{ 9947, 123, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::get_Item(TKey) */,
{ 9948, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::set_Item(TKey,TValue) */,
{ 9949, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Add(TKey,TValue) */,
{ 9950, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9951, 123, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9952, 123, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9953, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Clear() */,
{ 9954, 123, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::ContainsKey(TKey) */,
{ 9955, 123, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::ContainsValue(TValue) */,
{ 9956, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9957, 123, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::GetEnumerator() */,
{ 9958, 123, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 9959, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 9960, 123, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::FindEntry(TKey) */,
{ 9961, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Initialize(System.Int32) */,
{ 9962, 123, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 9963, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::OnDeserialization(System.Object) */,
{ 9964, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Resize() */,
{ 9965, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Resize(System.Int32,System.Boolean) */,
{ 9966, 123, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Remove(TKey) */,
{ 9967, 123, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::TryGetValue(TKey,TValue&) */,
{ 9968, 123, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 9969, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9970, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9971, 123, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9972, 123, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9973, 123, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 9974, 123, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 9975, 123, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 9976, 123, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::IsCompatibleKey(System.Object) */,
{ 9977, 123, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 9939, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::.ctor() */,
{ 9940, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::.ctor(System.Int32) */,
{ 9941, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9942, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9943, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 9944, 747, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::get_Count() */,
{ 9945, 747, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::get_Keys() */,
{ 9946, 747, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::get_Values() */,
{ 9947, 747, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::get_Item(TKey) */,
{ 9948, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::set_Item(TKey,TValue) */,
{ 9949, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::Add(TKey,TValue) */,
{ 9950, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9951, 747, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9952, 747, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9953, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::Clear() */,
{ 9954, 747, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::ContainsKey(TKey) */,
{ 9955, 747, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::ContainsValue(TValue) */,
{ 9956, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9957, 747, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::GetEnumerator() */,
{ 9958, 747, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 9959, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 9960, 747, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::FindEntry(TKey) */,
{ 9961, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::Initialize(System.Int32) */,
{ 9962, 747, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 9963, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::OnDeserialization(System.Object) */,
{ 9964, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::Resize() */,
{ 9965, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::Resize(System.Int32,System.Boolean) */,
{ 9966, 747, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::Remove(TKey) */,
{ 9967, 747, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::TryGetValue(TKey,TValue&) */,
{ 9968, 747, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 9969, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9970, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9971, 747, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9972, 747, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9973, 747, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.ICollection.get_SyncRoot() */,
{ 9974, 747, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 9975, 747, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 9976, 747, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::IsCompatibleKey(System.Object) */,
{ 9977, 747, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::System.Collections.IDictionary.GetEnumerator() */,
{ 9939, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::.ctor() */,
{ 9940, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::.ctor(System.Int32) */,
{ 9941, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9942, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9943, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 9944, 250, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::get_Count() */,
{ 9945, 250, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::get_Keys() */,
{ 9946, 250, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::get_Values() */,
{ 9947, 250, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::get_Item(TKey) */,
{ 9948, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::set_Item(TKey,TValue) */,
{ 9949, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::Add(TKey,TValue) */,
{ 9950, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9951, 250, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9952, 250, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9953, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::Clear() */,
{ 9954, 250, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::ContainsKey(TKey) */,
{ 9955, 250, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::ContainsValue(TValue) */,
{ 9956, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9957, 250, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::GetEnumerator() */,
{ 9958, 250, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 9959, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 9960, 250, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::FindEntry(TKey) */,
{ 9961, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::Initialize(System.Int32) */,
{ 9962, 250, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 9963, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::OnDeserialization(System.Object) */,
{ 9964, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::Resize() */,
{ 9965, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::Resize(System.Int32,System.Boolean) */,
{ 9966, 250, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::Remove(TKey) */,
{ 9967, 250, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::TryGetValue(TKey,TValue&) */,
{ 9968, 250, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 9969, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9970, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9971, 250, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9972, 250, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9973, 250, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.ICollection.get_SyncRoot() */,
{ 9974, 250, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 9975, 250, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 9976, 250, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::IsCompatibleKey(System.Object) */,
{ 9977, 250, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Boolean>::System.Collections.IDictionary.GetEnumerator() */,
{ 9939, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor() */,
{ 9940, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor(System.Int32) */,
{ 9941, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9942, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9943, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 9944, 182, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::get_Count() */,
{ 9945, 182, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::get_Keys() */,
{ 9946, 182, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::get_Values() */,
{ 9947, 182, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::get_Item(TKey) */,
{ 9948, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::set_Item(TKey,TValue) */,
{ 9949, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Add(TKey,TValue) */,
{ 9950, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9951, 182, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9952, 182, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9953, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Clear() */,
{ 9954, 182, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::ContainsKey(TKey) */,
{ 9955, 182, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::ContainsValue(TValue) */,
{ 9956, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9957, 182, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::GetEnumerator() */,
{ 9958, 182, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 9959, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 9960, 182, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::FindEntry(TKey) */,
{ 9961, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Initialize(System.Int32) */,
{ 9962, 182, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 9963, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::OnDeserialization(System.Object) */,
{ 9964, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Resize() */,
{ 9965, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Resize(System.Int32,System.Boolean) */,
{ 9966, 182, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Remove(TKey) */,
{ 9967, 182, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::TryGetValue(TKey,TValue&) */,
{ 9968, 182, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 9969, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9970, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9971, 182, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9972, 182, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9973, 182, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.ICollection.get_SyncRoot() */,
{ 9974, 182, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 9975, 182, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 9976, 182, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::IsCompatibleKey(System.Object) */,
{ 9977, 182, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::System.Collections.IDictionary.GetEnumerator() */,
{ 9939, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::.ctor() */,
{ 9940, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::.ctor(System.Int32) */,
{ 9941, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9942, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9943, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 9944, 165, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::get_Count() */,
{ 9945, 165, -1 } /* System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::get_Keys() */,
{ 9946, 165, -1 } /* System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::get_Values() */,
{ 9947, 165, -1 } /* TValue System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::get_Item(TKey) */,
{ 9948, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::set_Item(TKey,TValue) */,
{ 9949, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::Add(TKey,TValue) */,
{ 9950, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9951, 165, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9952, 165, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair`2<TKey,TValue>) */,
{ 9953, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::Clear() */,
{ 9954, 165, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::ContainsKey(TKey) */,
{ 9955, 165, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::ContainsValue(TValue) */,
{ 9956, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9957, 165, -1 } /* System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::GetEnumerator() */,
{ 9958, 165, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() */,
{ 9959, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 9960, 165, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::FindEntry(TKey) */,
{ 9961, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::Initialize(System.Int32) */,
{ 9962, 165, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 9963, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::OnDeserialization(System.Object) */,
{ 9964, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::Resize() */,
{ 9965, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::Resize(System.Int32,System.Boolean) */,
{ 9966, 165, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::Remove(TKey) */,
{ 9967, 165, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::TryGetValue(TKey,TValue&) */,
{ 9968, 165, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.get_IsReadOnly() */,
{ 9969, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9970, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9971, 165, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9972, 165, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9973, 165, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.ICollection.get_SyncRoot() */,
{ 9974, 165, -1 } /* System.Object System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionary.get_Item(System.Object) */,
{ 9975, 165, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionary.set_Item(System.Object,System.Object) */,
{ 9976, 165, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::IsCompatibleKey(System.Object) */,
{ 9977, 165, -1 } /* System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionary.GetEnumerator() */,
{ 10098, 92, -1 } /* System.Boolean System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>::Equals(T,T) */,
{ 10099, 92, -1 } /* System.Int32 System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>::GetHashCode(T) */,
{ 10100, 92, -1 } /* System.Void System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>::.ctor() */,
{ 10101, 92, -1 } /* System.Void System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 10102, 92, -1 } /* System.Void System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 10103, 92, -1 } /* System.Boolean System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>::Equals(System.Object) */,
{ 10104, 92, -1 } /* System.Int32 System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>::GetHashCode() */,
{ 10061, 353, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::get_Default() */,
{ 10062, 353, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::CreateComparer() */,
{ 10065, 353, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 353, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 353, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 353, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 353, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::.ctor() */,
{ 10061, 47, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Boolean>::get_Default() */,
{ 10062, 47, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Boolean>::CreateComparer() */,
{ 10065, 47, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Boolean>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 47, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Boolean>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 47, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Boolean>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 47, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Boolean>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 47, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Boolean>::.ctor() */,
{ 10061, 8, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Byte>::get_Default() */,
{ 10062, 8, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Byte>::CreateComparer() */,
{ 10065, 8, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Byte>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 8, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Byte>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 8, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Byte>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 8, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Byte>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10061, 9, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Char>::get_Default() */,
{ 10062, 9, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Char>::CreateComparer() */,
{ 10065, 9, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Char>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 9, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Char>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 9, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Char>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 9, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Char>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 9, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Char>::.ctor() */,
{ 10061, 116, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Default() */,
{ 10062, 116, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::CreateComparer() */,
{ 10065, 116, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 116, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 116, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 116, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 116, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor() */,
{ 10061, 61, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.DateTime>::get_Default() */,
{ 10062, 61, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.DateTime>::CreateComparer() */,
{ 10065, 61, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.DateTime>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 61, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.DateTime>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 61, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.DateTime>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 61, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.DateTime>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 61, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.DateTime>::.ctor() */,
{ 10061, 62, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.DateTimeOffset>::get_Default() */,
{ 10062, 62, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.DateTimeOffset>::CreateComparer() */,
{ 10065, 62, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.DateTimeOffset>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 62, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.DateTimeOffset>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 62, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.DateTimeOffset>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 62, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.DateTimeOffset>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 62, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.DateTimeOffset>::.ctor() */,
{ 10061, 63, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Decimal>::get_Default() */,
{ 10062, 63, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Decimal>::CreateComparer() */,
{ 10065, 63, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Decimal>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 63, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Decimal>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 63, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Decimal>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 63, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Decimal>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 63, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Decimal>::.ctor() */,
{ 10061, 83, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Double>::get_Default() */,
{ 10062, 83, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Double>::CreateComparer() */,
{ 10065, 83, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Double>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 83, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Double>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 83, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Double>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 83, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Double>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 83, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Double>::.ctor() */,
{ 10061, 96, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Guid>::get_Default() */,
{ 10062, 96, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Guid>::CreateComparer() */,
{ 10065, 96, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Guid>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 96, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Guid>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 96, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Guid>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 96, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Guid>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 96, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Guid>::.ctor() */,
{ 10061, 97, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Int16>::get_Default() */,
{ 10062, 97, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Int16>::CreateComparer() */,
{ 10065, 97, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int16>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 97, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int16>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 97, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int16>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 97, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Int16>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 97, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Int16>::.ctor() */,
{ 10061, 24, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Int32>::get_Default() */,
{ 10062, 24, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Int32>::CreateComparer() */,
{ 10065, 24, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int32>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 24, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int32>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 24, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int32>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 24, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Int32>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 24, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Int32>::.ctor() */,
{ 10061, 92, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Int32Enum>::get_Default() */,
{ 10062, 92, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Int32Enum>::CreateComparer() */,
{ 10065, 92, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int32Enum>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 92, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int32Enum>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 92, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int32Enum>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 92, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Int32Enum>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 92, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Int32Enum>::.ctor() */,
{ 10061, 30, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Int64>::get_Default() */,
{ 10062, 30, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Int64>::CreateComparer() */,
{ 10065, 30, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int64>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 30, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int64>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 30, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Int64>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 30, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Int64>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 30, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Int64>::.ctor() */,
{ 10061, 168, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>::get_Default() */,
{ 10062, 168, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>::CreateComparer() */,
{ 10065, 168, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 168, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 168, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 168, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 168, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>::.ctor() */,
{ 10061, 110, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.SByte>::get_Default() */,
{ 10062, 110, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.SByte>::CreateComparer() */,
{ 10065, 110, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.SByte>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 110, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.SByte>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 110, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.SByte>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 110, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.SByte>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 110, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.SByte>::.ctor() */,
{ 10061, 111, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Single>::get_Default() */,
{ 10062, 111, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.Single>::CreateComparer() */,
{ 10065, 111, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Single>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 111, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Single>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 111, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Single>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 111, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Single>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 111, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Single>::.ctor() */,
{ 10061, 112, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.TimeSpan>::get_Default() */,
{ 10062, 112, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.TimeSpan>::CreateComparer() */,
{ 10065, 112, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.TimeSpan>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 112, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.TimeSpan>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 112, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.TimeSpan>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 112, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.TimeSpan>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 112, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.TimeSpan>::.ctor() */,
{ 10061, 136, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.UInt16>::get_Default() */,
{ 10062, 136, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.UInt16>::CreateComparer() */,
{ 10065, 136, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.UInt16>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 136, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.UInt16>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 136, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.UInt16>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 136, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.UInt16>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 136, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.UInt16>::.ctor() */,
{ 10061, 35, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.UInt32>::get_Default() */,
{ 10062, 35, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.UInt32>::CreateComparer() */,
{ 10065, 35, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.UInt32>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 35, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.UInt32>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 35, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.UInt32>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 35, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.UInt32>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 35, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.UInt32>::.ctor() */,
{ 10061, 84, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.UInt64>::get_Default() */,
{ 10062, 84, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<System.UInt64>::CreateComparer() */,
{ 10065, 84, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.UInt64>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 84, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.UInt64>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 84, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.UInt64>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 84, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.UInt64>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 84, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.UInt64>::.ctor() */,
{ 10061, 825, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::get_Default() */,
{ 10062, 825, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::CreateComparer() */,
{ 10065, 825, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 825, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 825, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 825, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 825, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::.ctor() */,
{ 10061, 470, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Default() */,
{ 10062, 470, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::CreateComparer() */,
{ 10065, 470, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 470, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 470, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 470, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 470, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor() */,
{ 10061, 485, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Color32>::get_Default() */,
{ 10062, 485, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Color32>::CreateComparer() */,
{ 10065, 485, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Color32>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 485, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Color32>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 485, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Color32>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 485, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.Color32>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 485, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.Color32>::.ctor() */,
{ 10061, 476, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Color>::get_Default() */,
{ 10062, 476, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Color>::CreateComparer() */,
{ 10065, 476, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Color>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 476, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Color>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 476, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Color>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 476, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.Color>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 476, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.Color>::.ctor() */,
{ 10061, 573, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.EventSystems.RaycastResult>::get_Default() */,
{ 10062, 573, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.EventSystems.RaycastResult>::CreateComparer() */,
{ 10065, 573, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.EventSystems.RaycastResult>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 573, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.EventSystems.RaycastResult>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 573, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 573, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 573, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.EventSystems.RaycastResult>::.ctor() */,
{ 10061, 482, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Quaternion>::get_Default() */,
{ 10062, 482, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Quaternion>::CreateComparer() */,
{ 10065, 482, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Quaternion>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 482, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Quaternion>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 482, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Quaternion>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 482, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.Quaternion>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 482, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.Quaternion>::.ctor() */,
{ 10061, 479, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Touch>::get_Default() */,
{ 10062, 479, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Touch>::CreateComparer() */,
{ 10065, 479, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Touch>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 479, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Touch>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 479, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Touch>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 479, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.Touch>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 479, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.Touch>::.ctor() */,
{ 10061, 612, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.ColorBlock>::get_Default() */,
{ 10062, 612, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.ColorBlock>::CreateComparer() */,
{ 10065, 612, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.ColorBlock>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 612, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.ColorBlock>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 612, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.ColorBlock>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 612, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.ColorBlock>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 612, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.ColorBlock>::.ctor() */,
{ 10061, 652, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.Navigation>::get_Default() */,
{ 10062, 652, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.Navigation>::CreateComparer() */,
{ 10065, 652, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.Navigation>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 652, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.Navigation>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 652, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.Navigation>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 652, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.Navigation>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 652, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.Navigation>::.ctor() */,
{ 10061, 655, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.SpriteState>::get_Default() */,
{ 10062, 655, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.SpriteState>::CreateComparer() */,
{ 10065, 655, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.SpriteState>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 655, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.SpriteState>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 655, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.SpriteState>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 655, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.SpriteState>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 655, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.SpriteState>::.ctor() */,
{ 10061, 522, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.UICharInfo>::get_Default() */,
{ 10062, 522, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.UICharInfo>::CreateComparer() */,
{ 10065, 522, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UICharInfo>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 522, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UICharInfo>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 522, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UICharInfo>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 522, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.UICharInfo>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 522, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.UICharInfo>::.ctor() */,
{ 10061, 523, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.UILineInfo>::get_Default() */,
{ 10062, 523, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.UILineInfo>::CreateComparer() */,
{ 10065, 523, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UILineInfo>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 523, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UILineInfo>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 523, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UILineInfo>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 523, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.UILineInfo>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 523, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.UILineInfo>::.ctor() */,
{ 10061, 521, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.UIVertex>::get_Default() */,
{ 10062, 521, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.UIVertex>::CreateComparer() */,
{ 10065, 521, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UIVertex>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 521, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UIVertex>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 521, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UIVertex>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 521, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.UIVertex>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 521, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.UIVertex>::.ctor() */,
{ 10061, 495, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Default() */,
{ 10062, 495, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::CreateComparer() */,
{ 10065, 495, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 495, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 495, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 495, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 495, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor() */,
{ 10061, 484, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector2>::get_Default() */,
{ 10062, 484, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector2>::CreateComparer() */,
{ 10065, 484, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector2>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 484, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector2>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 484, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector2>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 484, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector2>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 484, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector2>::.ctor() */,
{ 10061, 481, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector3>::get_Default() */,
{ 10062, 481, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector3>::CreateComparer() */,
{ 10065, 481, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector3>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 481, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector3>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 481, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector3>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 481, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector3>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 481, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector3>::.ctor() */,
{ 10061, 483, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector4>::get_Default() */,
{ 10062, 483, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector4>::CreateComparer() */,
{ 10065, 483, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector4>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 483, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector4>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10067, 483, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector4>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 483, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector4>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10069, 483, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector4>::.ctor() */,
{ 10047, 47, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Boolean>::Compare(T,T) */,
{ 10048, 47, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Boolean>::Equals(System.Object) */,
{ 10049, 47, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Boolean>::GetHashCode() */,
{ 10050, 47, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Boolean>::.ctor() */,
{ 10047, 8, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Byte>::Compare(T,T) */,
{ 10048, 8, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Byte>::Equals(System.Object) */,
{ 10049, 8, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Byte>::GetHashCode() */,
{ 10050, 8, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Byte>::.ctor() */,
{ 10047, 9, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Char>::Compare(T,T) */,
{ 10048, 9, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Char>::Equals(System.Object) */,
{ 10049, 9, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Char>::GetHashCode() */,
{ 10050, 9, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Char>::.ctor() */,
{ 10047, 61, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.DateTime>::Compare(T,T) */,
{ 10048, 61, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.DateTime>::Equals(System.Object) */,
{ 10049, 61, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.DateTime>::GetHashCode() */,
{ 10050, 61, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.DateTime>::.ctor() */,
{ 10047, 62, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.DateTimeOffset>::Compare(T,T) */,
{ 10048, 62, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.DateTimeOffset>::Equals(System.Object) */,
{ 10049, 62, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.DateTimeOffset>::GetHashCode() */,
{ 10050, 62, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.DateTimeOffset>::.ctor() */,
{ 10047, 63, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Decimal>::Compare(T,T) */,
{ 10048, 63, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Decimal>::Equals(System.Object) */,
{ 10049, 63, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Decimal>::GetHashCode() */,
{ 10050, 63, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Decimal>::.ctor() */,
{ 10047, 83, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Double>::Compare(T,T) */,
{ 10048, 83, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Double>::Equals(System.Object) */,
{ 10049, 83, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Double>::GetHashCode() */,
{ 10050, 83, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Double>::.ctor() */,
{ 10047, 97, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Int16>::Compare(T,T) */,
{ 10048, 97, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Int16>::Equals(System.Object) */,
{ 10049, 97, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Int16>::GetHashCode() */,
{ 10050, 97, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Int16>::.ctor() */,
{ 10047, 24, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Int32>::Compare(T,T) */,
{ 10048, 24, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Int32>::Equals(System.Object) */,
{ 10049, 24, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Int32>::GetHashCode() */,
{ 10050, 24, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Int32>::.ctor() */,
{ 10047, 30, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Int64>::Compare(T,T) */,
{ 10048, 30, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Int64>::Equals(System.Object) */,
{ 10049, 30, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Int64>::GetHashCode() */,
{ 10050, 30, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Int64>::.ctor() */,
{ 10047, 110, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.SByte>::Compare(T,T) */,
{ 10048, 110, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.SByte>::Equals(System.Object) */,
{ 10049, 110, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.SByte>::GetHashCode() */,
{ 10050, 110, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.SByte>::.ctor() */,
{ 10047, 111, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Single>::Compare(T,T) */,
{ 10048, 111, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.Single>::Equals(System.Object) */,
{ 10049, 111, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.Single>::GetHashCode() */,
{ 10050, 111, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.Single>::.ctor() */,
{ 10047, 112, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.TimeSpan>::Compare(T,T) */,
{ 10048, 112, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.TimeSpan>::Equals(System.Object) */,
{ 10049, 112, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.TimeSpan>::GetHashCode() */,
{ 10050, 112, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.TimeSpan>::.ctor() */,
{ 10047, 136, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.UInt16>::Compare(T,T) */,
{ 10048, 136, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.UInt16>::Equals(System.Object) */,
{ 10049, 136, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.UInt16>::GetHashCode() */,
{ 10050, 136, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.UInt16>::.ctor() */,
{ 10047, 35, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.UInt32>::Compare(T,T) */,
{ 10048, 35, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.UInt32>::Equals(System.Object) */,
{ 10049, 35, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.UInt32>::GetHashCode() */,
{ 10050, 35, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.UInt32>::.ctor() */,
{ 10047, 84, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.UInt64>::Compare(T,T) */,
{ 10048, 84, -1 } /* System.Boolean System.Collections.Generic.GenericComparer`1<System.UInt64>::Equals(System.Object) */,
{ 10049, 84, -1 } /* System.Int32 System.Collections.Generic.GenericComparer`1<System.UInt64>::GetHashCode() */,
{ 10050, 84, -1 } /* System.Void System.Collections.Generic.GenericComparer`1<System.UInt64>::.ctor() */,
{ 10070, 47, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Boolean>::Equals(T,T) */,
{ 10071, 47, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Boolean>::GetHashCode(T) */,
{ 10072, 47, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Boolean>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10073, 47, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Boolean>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10074, 47, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Boolean>::Equals(System.Object) */,
{ 10075, 47, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Boolean>::GetHashCode() */,
{ 10076, 47, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Boolean>::.ctor() */,
{ 10070, 8, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Byte>::Equals(T,T) */,
{ 10071, 8, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Byte>::GetHashCode(T) */,
{ 10072, 8, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Byte>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10073, 8, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Byte>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10074, 8, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Byte>::Equals(System.Object) */,
{ 10075, 8, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Byte>::GetHashCode() */,
{ 10076, 8, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Byte>::.ctor() */,
{ 10070, 9, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Char>::Equals(T,T) */,
{ 10071, 9, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Char>::GetHashCode(T) */,
{ 10072, 9, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Char>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10073, 9, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Char>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10074, 9, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Char>::Equals(System.Object) */,
{ 10075, 9, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Char>::GetHashCode() */,
{ 10076, 9, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Char>::.ctor() */,
{ 10070, 61, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.DateTime>::Equals(T,T) */,
{ 10071, 61, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.DateTime>::GetHashCode(T) */,
{ 10072, 61, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.DateTime>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10073, 61, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.DateTime>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10074, 61, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.DateTime>::Equals(System.Object) */,
{ 10075, 61, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.DateTime>::GetHashCode() */,
{ 10076, 61, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.DateTime>::.ctor() */,
{ 10070, 62, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.DateTimeOffset>::Equals(T,T) */,
{ 10071, 62, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.DateTimeOffset>::GetHashCode(T) */,
{ 10072, 62, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.DateTimeOffset>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10073, 62, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.DateTimeOffset>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10074, 62, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.DateTimeOffset>::Equals(System.Object) */,
{ 10075, 62, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.DateTimeOffset>::GetHashCode() */,
{ 10076, 62, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.DateTimeOffset>::.ctor() */,
{ 10070, 63, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Decimal>::Equals(T,T) */,
{ 10071, 63, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Decimal>::GetHashCode(T) */,
{ 10072, 63, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Decimal>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10073, 63, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Decimal>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10074, 63, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Decimal>::Equals(System.Object) */,
{ 10075, 63, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Decimal>::GetHashCode() */,
{ 10076, 63, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Decimal>::.ctor() */,
{ 10070, 83, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Double>::Equals(T,T) */,
{ 10071, 83, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Double>::GetHashCode(T) */,
{ 10072, 83, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Double>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10073, 83, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Double>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10074, 83, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Double>::Equals(System.Object) */,
{ 10075, 83, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Double>::GetHashCode() */,
{ 10076, 83, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Double>::.ctor() */,
{ 10070, 96, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Guid>::Equals(T,T) */,
{ 10071, 96, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Guid>::GetHashCode(T) */,
{ 10072, 96, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Guid>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10073, 96, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Guid>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10074, 96, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Guid>::Equals(System.Object) */,
{ 10075, 96, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Guid>::GetHashCode() */,
{ 10076, 96, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Guid>::.ctor() */,
{ 10070, 97, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Int16>::Equals(T,T) */,
{ 10071, 97, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int16>::GetHashCode(T) */,
{ 10072, 97, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int16>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10073, 97, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int16>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10074, 97, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Int16>::Equals(System.Object) */,
{ 10075, 97, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int16>::GetHashCode() */,
{ 10076, 97, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Int16>::.ctor() */,
{ 10070, 24, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Int32>::Equals(T,T) */,
{ 10071, 24, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int32>::GetHashCode(T) */,
{ 10072, 24, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int32>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10073, 24, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int32>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10074, 24, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Int32>::Equals(System.Object) */,
{ 10075, 24, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int32>::GetHashCode() */,
{ 10076, 24, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Int32>::.ctor() */,
{ 10070, 30, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Int64>::Equals(T,T) */,
{ 10071, 30, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int64>::GetHashCode(T) */,
{ 10072, 30, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int64>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10073, 30, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int64>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10074, 30, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Int64>::Equals(System.Object) */,
{ 10075, 30, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Int64>::GetHashCode() */,
{ 10076, 30, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Int64>::.ctor() */,
{ 10070, 110, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.SByte>::Equals(T,T) */,
{ 10071, 110, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.SByte>::GetHashCode(T) */,
{ 10072, 110, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.SByte>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10073, 110, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.SByte>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10074, 110, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.SByte>::Equals(System.Object) */,
{ 10075, 110, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.SByte>::GetHashCode() */,
{ 10076, 110, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.SByte>::.ctor() */,
{ 10070, 111, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Single>::Equals(T,T) */,
{ 10071, 111, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Single>::GetHashCode(T) */,
{ 10072, 111, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Single>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10073, 111, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Single>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10074, 111, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.Single>::Equals(System.Object) */,
{ 10075, 111, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.Single>::GetHashCode() */,
{ 10076, 111, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.Single>::.ctor() */,
{ 10070, 112, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.TimeSpan>::Equals(T,T) */,
{ 10071, 112, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.TimeSpan>::GetHashCode(T) */,
{ 10072, 112, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.TimeSpan>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10073, 112, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.TimeSpan>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10074, 112, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.TimeSpan>::Equals(System.Object) */,
{ 10075, 112, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.TimeSpan>::GetHashCode() */,
{ 10076, 112, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.TimeSpan>::.ctor() */,
{ 10070, 136, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.UInt16>::Equals(T,T) */,
{ 10071, 136, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt16>::GetHashCode(T) */,
{ 10072, 136, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt16>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10073, 136, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt16>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10074, 136, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.UInt16>::Equals(System.Object) */,
{ 10075, 136, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt16>::GetHashCode() */,
{ 10076, 136, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.UInt16>::.ctor() */,
{ 10070, 35, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.UInt32>::Equals(T,T) */,
{ 10071, 35, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt32>::GetHashCode(T) */,
{ 10072, 35, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt32>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10073, 35, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt32>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10074, 35, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.UInt32>::Equals(System.Object) */,
{ 10075, 35, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt32>::GetHashCode() */,
{ 10076, 35, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.UInt32>::.ctor() */,
{ 10070, 84, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.UInt64>::Equals(T,T) */,
{ 10071, 84, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt64>::GetHashCode(T) */,
{ 10072, 84, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt64>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10073, 84, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt64>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10074, 84, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<System.UInt64>::Equals(System.Object) */,
{ 10075, 84, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<System.UInt64>::GetHashCode() */,
{ 10076, 84, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<System.UInt64>::.ctor() */,
{ 10070, 476, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Color>::Equals(T,T) */,
{ 10071, 476, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Color>::GetHashCode(T) */,
{ 10072, 476, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Color>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10073, 476, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Color>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10074, 476, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Color>::Equals(System.Object) */,
{ 10075, 476, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Color>::GetHashCode() */,
{ 10076, 476, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Color>::.ctor() */,
{ 10070, 482, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Quaternion>::Equals(T,T) */,
{ 10071, 482, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Quaternion>::GetHashCode(T) */,
{ 10072, 482, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Quaternion>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10073, 482, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Quaternion>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10074, 482, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Quaternion>::Equals(System.Object) */,
{ 10075, 482, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Quaternion>::GetHashCode() */,
{ 10076, 482, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Quaternion>::.ctor() */,
{ 10070, 612, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.ColorBlock>::Equals(T,T) */,
{ 10071, 612, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.ColorBlock>::GetHashCode(T) */,
{ 10072, 612, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.ColorBlock>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10073, 612, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.ColorBlock>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10074, 612, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.ColorBlock>::Equals(System.Object) */,
{ 10075, 612, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.ColorBlock>::GetHashCode() */,
{ 10076, 612, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.ColorBlock>::.ctor() */,
{ 10070, 652, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.Navigation>::Equals(T,T) */,
{ 10071, 652, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.Navigation>::GetHashCode(T) */,
{ 10072, 652, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.Navigation>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10073, 652, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.Navigation>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10074, 652, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.Navigation>::Equals(System.Object) */,
{ 10075, 652, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.Navigation>::GetHashCode() */,
{ 10076, 652, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.Navigation>::.ctor() */,
{ 10070, 655, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.SpriteState>::Equals(T,T) */,
{ 10071, 655, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.SpriteState>::GetHashCode(T) */,
{ 10072, 655, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.SpriteState>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10073, 655, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.SpriteState>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10074, 655, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.SpriteState>::Equals(System.Object) */,
{ 10075, 655, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.SpriteState>::GetHashCode() */,
{ 10076, 655, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.SpriteState>::.ctor() */,
{ 10070, 484, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector2>::Equals(T,T) */,
{ 10071, 484, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector2>::GetHashCode(T) */,
{ 10072, 484, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector2>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10073, 484, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector2>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10074, 484, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector2>::Equals(System.Object) */,
{ 10075, 484, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector2>::GetHashCode() */,
{ 10076, 484, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector2>::.ctor() */,
{ 10070, 481, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector3>::Equals(T,T) */,
{ 10071, 481, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector3>::GetHashCode(T) */,
{ 10072, 481, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector3>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10073, 481, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector3>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10074, 481, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector3>::Equals(System.Object) */,
{ 10075, 481, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector3>::GetHashCode() */,
{ 10076, 481, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector3>::.ctor() */,
{ 10070, 483, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector4>::Equals(T,T) */,
{ 10071, 483, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector4>::GetHashCode(T) */,
{ 10072, 483, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector4>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10073, 483, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector4>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10074, 483, -1 } /* System.Boolean System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector4>::Equals(System.Object) */,
{ 10075, 483, -1 } /* System.Int32 System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector4>::GetHashCode() */,
{ 10076, 483, -1 } /* System.Void System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector4>::.ctor() */,
{ 9909, 351, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::.ctor(TKey,TValue) */,
{ 9910, 351, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::get_Key() */,
{ 9911, 351, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::get_Value() */,
{ 9912, 351, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>::ToString() */,
{ 9909, 117, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>::.ctor(TKey,TValue) */,
{ 9910, 117, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>::get_Key() */,
{ 9911, 117, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>::get_Value() */,
{ 9912, 117, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>::ToString() */,
{ 9909, 412, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>::.ctor(TKey,TValue) */,
{ 9910, 412, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>::get_Key() */,
{ 9911, 412, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>::get_Value() */,
{ 9912, 412, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>::ToString() */,
{ 9909, 388, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>::.ctor(TKey,TValue) */,
{ 9910, 388, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>::get_Key() */,
{ 9911, 388, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>::get_Value() */,
{ 9912, 388, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>::ToString() */,
{ 9909, 727, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>::.ctor(TKey,TValue) */,
{ 9910, 727, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>::get_Key() */,
{ 9911, 727, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>::get_Value() */,
{ 9912, 727, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>::ToString() */,
{ 9912, 424, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::ToString() */,
{ 9909, 753, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>::.ctor(TKey,TValue) */,
{ 9910, 753, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>::get_Key() */,
{ 9911, 753, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>::get_Value() */,
{ 9912, 753, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>::ToString() */,
{ 9909, 123, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::.ctor(TKey,TValue) */,
{ 9910, 123, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::get_Key() */,
{ 9911, 123, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::get_Value() */,
{ 9912, 123, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::ToString() */,
{ 9909, 747, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>::.ctor(TKey,TValue) */,
{ 9910, 747, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>::get_Key() */,
{ 9911, 747, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>::get_Value() */,
{ 9912, 747, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>::ToString() */,
{ 9909, 250, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>::.ctor(TKey,TValue) */,
{ 9910, 250, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>::get_Key() */,
{ 9911, 250, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>::get_Value() */,
{ 9912, 250, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>::ToString() */,
{ 9909, 182, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>::.ctor(TKey,TValue) */,
{ 9910, 182, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>::get_Key() */,
{ 9911, 182, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>::get_Value() */,
{ 9912, 182, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>::ToString() */,
{ 9909, 165, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>::.ctor(TKey,TValue) */,
{ 9910, 165, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>::get_Key() */,
{ 9911, 165, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>::get_Value() */,
{ 9912, 165, -1 } /* System.String System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>::ToString() */,
{ 10199, 47, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Boolean>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 47, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Boolean>::Dispose() */,
{ 10201, 47, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Boolean>::MoveNext() */,
{ 10202, 47, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Boolean>::MoveNextRare() */,
{ 10203, 47, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Boolean>::get_Current() */,
{ 10204, 47, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Boolean>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 47, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Boolean>::System.Collections.IEnumerator.Reset() */,
{ 10199, 8, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Byte>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 8, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Byte>::Dispose() */,
{ 10201, 8, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Byte>::MoveNext() */,
{ 10202, 8, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Byte>::MoveNextRare() */,
{ 10203, 8, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Byte>::get_Current() */,
{ 10204, 8, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Byte>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 8, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Byte>::System.Collections.IEnumerator.Reset() */,
{ 10199, 9, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Char>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 9, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Char>::Dispose() */,
{ 10201, 9, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Char>::MoveNext() */,
{ 10202, 9, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Char>::MoveNextRare() */,
{ 10203, 9, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Char>::get_Current() */,
{ 10204, 9, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Char>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 9, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Char>::System.Collections.IEnumerator.Reset() */,
{ 10199, 116, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 116, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Dispose() */,
{ 10201, 116, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::MoveNext() */,
{ 10202, 116, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::MoveNextRare() */,
{ 10203, 116, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Current() */,
{ 10204, 116, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 116, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEnumerator.Reset() */,
{ 10199, 61, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.DateTime>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 61, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.DateTime>::Dispose() */,
{ 10201, 61, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.DateTime>::MoveNext() */,
{ 10202, 61, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.DateTime>::MoveNextRare() */,
{ 10203, 61, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.DateTime>::get_Current() */,
{ 10204, 61, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.DateTime>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 61, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.DateTime>::System.Collections.IEnumerator.Reset() */,
{ 10199, 62, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.DateTimeOffset>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 62, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.DateTimeOffset>::Dispose() */,
{ 10201, 62, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.DateTimeOffset>::MoveNext() */,
{ 10202, 62, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.DateTimeOffset>::MoveNextRare() */,
{ 10203, 62, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.DateTimeOffset>::get_Current() */,
{ 10204, 62, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.DateTimeOffset>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 62, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.DateTimeOffset>::System.Collections.IEnumerator.Reset() */,
{ 10199, 63, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Decimal>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 63, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Decimal>::Dispose() */,
{ 10201, 63, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Decimal>::MoveNext() */,
{ 10202, 63, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Decimal>::MoveNextRare() */,
{ 10203, 63, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Decimal>::get_Current() */,
{ 10204, 63, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Decimal>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 63, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Decimal>::System.Collections.IEnumerator.Reset() */,
{ 10199, 83, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Double>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 83, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Double>::Dispose() */,
{ 10201, 83, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Double>::MoveNext() */,
{ 10202, 83, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Double>::MoveNextRare() */,
{ 10203, 83, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Double>::get_Current() */,
{ 10204, 83, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Double>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 83, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Double>::System.Collections.IEnumerator.Reset() */,
{ 10199, 97, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int16>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 97, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int16>::Dispose() */,
{ 10201, 97, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Int16>::MoveNext() */,
{ 10202, 97, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Int16>::MoveNextRare() */,
{ 10203, 97, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Int16>::get_Current() */,
{ 10204, 97, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Int16>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 97, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int16>::System.Collections.IEnumerator.Reset() */,
{ 10199, 24, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int32>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10202, 24, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Int32>::MoveNextRare() */,
{ 10204, 24, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Int32>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 24, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int32>::System.Collections.IEnumerator.Reset() */,
{ 10199, 92, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int32Enum>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 92, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int32Enum>::Dispose() */,
{ 10201, 92, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Int32Enum>::MoveNext() */,
{ 10202, 92, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Int32Enum>::MoveNextRare() */,
{ 10203, 92, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Int32Enum>::get_Current() */,
{ 10204, 92, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Int32Enum>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 92, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int32Enum>::System.Collections.IEnumerator.Reset() */,
{ 10199, 30, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int64>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 30, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int64>::Dispose() */,
{ 10201, 30, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Int64>::MoveNext() */,
{ 10202, 30, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Int64>::MoveNextRare() */,
{ 10203, 30, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Int64>::get_Current() */,
{ 10204, 30, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Int64>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 30, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Int64>::System.Collections.IEnumerator.Reset() */,
{ 10199, 110, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.SByte>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 110, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.SByte>::Dispose() */,
{ 10201, 110, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.SByte>::MoveNext() */,
{ 10202, 110, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.SByte>::MoveNextRare() */,
{ 10203, 110, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.SByte>::get_Current() */,
{ 10204, 110, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.SByte>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 110, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.SByte>::System.Collections.IEnumerator.Reset() */,
{ 10199, 111, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Single>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 111, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Single>::Dispose() */,
{ 10201, 111, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Single>::MoveNext() */,
{ 10202, 111, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.Single>::MoveNextRare() */,
{ 10203, 111, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.Single>::get_Current() */,
{ 10204, 111, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.Single>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 111, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.Single>::System.Collections.IEnumerator.Reset() */,
{ 10199, 112, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.TimeSpan>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 112, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.TimeSpan>::Dispose() */,
{ 10201, 112, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.TimeSpan>::MoveNext() */,
{ 10202, 112, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.TimeSpan>::MoveNextRare() */,
{ 10203, 112, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.TimeSpan>::get_Current() */,
{ 10204, 112, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.TimeSpan>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 112, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.TimeSpan>::System.Collections.IEnumerator.Reset() */,
{ 10199, 136, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.UInt16>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 136, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.UInt16>::Dispose() */,
{ 10201, 136, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.UInt16>::MoveNext() */,
{ 10202, 136, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.UInt16>::MoveNextRare() */,
{ 10203, 136, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.UInt16>::get_Current() */,
{ 10204, 136, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.UInt16>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 136, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.UInt16>::System.Collections.IEnumerator.Reset() */,
{ 10199, 35, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.UInt32>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 35, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.UInt32>::Dispose() */,
{ 10201, 35, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.UInt32>::MoveNext() */,
{ 10202, 35, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.UInt32>::MoveNextRare() */,
{ 10203, 35, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.UInt32>::get_Current() */,
{ 10204, 35, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.UInt32>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 35, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.UInt32>::System.Collections.IEnumerator.Reset() */,
{ 10199, 84, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.UInt64>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 84, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.UInt64>::Dispose() */,
{ 10201, 84, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.UInt64>::MoveNext() */,
{ 10202, 84, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<System.UInt64>::MoveNextRare() */,
{ 10203, 84, -1 } /* T System.Collections.Generic.List`1/Enumerator<System.UInt64>::get_Current() */,
{ 10204, 84, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<System.UInt64>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 84, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<System.UInt64>::System.Collections.IEnumerator.Reset() */,
{ 10199, 825, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 825, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::Dispose() */,
{ 10201, 825, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::MoveNext() */,
{ 10202, 825, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::MoveNextRare() */,
{ 10203, 825, -1 } /* T System.Collections.Generic.List`1/Enumerator<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::get_Current() */,
{ 10204, 825, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 825, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IEnumerator.Reset() */,
{ 10199, 470, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 470, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.BeforeRenderHelper/OrderBlock>::Dispose() */,
{ 10201, 470, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.BeforeRenderHelper/OrderBlock>::MoveNext() */,
{ 10202, 470, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.BeforeRenderHelper/OrderBlock>::MoveNextRare() */,
{ 10203, 470, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Current() */,
{ 10204, 470, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 470, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEnumerator.Reset() */,
{ 10199, 485, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Color32>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 485, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Color32>::Dispose() */,
{ 10201, 485, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Color32>::MoveNext() */,
{ 10202, 485, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Color32>::MoveNextRare() */,
{ 10203, 485, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.Color32>::get_Current() */,
{ 10204, 485, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.Color32>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 485, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Color32>::System.Collections.IEnumerator.Reset() */,
{ 10199, 476, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Color>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 476, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Color>::Dispose() */,
{ 10201, 476, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Color>::MoveNext() */,
{ 10202, 476, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Color>::MoveNextRare() */,
{ 10203, 476, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.Color>::get_Current() */,
{ 10204, 476, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.Color>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 476, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Color>::System.Collections.IEnumerator.Reset() */,
{ 10199, 573, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.EventSystems.RaycastResult>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 573, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.EventSystems.RaycastResult>::Dispose() */,
{ 10201, 573, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.EventSystems.RaycastResult>::MoveNext() */,
{ 10202, 573, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.EventSystems.RaycastResult>::MoveNextRare() */,
{ 10203, 573, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.EventSystems.RaycastResult>::get_Current() */,
{ 10204, 573, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.EventSystems.RaycastResult>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 573, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.EventSystems.RaycastResult>::System.Collections.IEnumerator.Reset() */,
{ 10199, 482, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Quaternion>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 482, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Quaternion>::Dispose() */,
{ 10201, 482, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Quaternion>::MoveNext() */,
{ 10202, 482, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Quaternion>::MoveNextRare() */,
{ 10203, 482, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.Quaternion>::get_Current() */,
{ 10204, 482, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.Quaternion>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 482, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Quaternion>::System.Collections.IEnumerator.Reset() */,
{ 10199, 479, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Touch>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 479, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Touch>::Dispose() */,
{ 10201, 479, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Touch>::MoveNext() */,
{ 10202, 479, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Touch>::MoveNextRare() */,
{ 10203, 479, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.Touch>::get_Current() */,
{ 10204, 479, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.Touch>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 479, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Touch>::System.Collections.IEnumerator.Reset() */,
{ 10199, 522, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UICharInfo>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 522, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UICharInfo>::Dispose() */,
{ 10201, 522, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UICharInfo>::MoveNext() */,
{ 10202, 522, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UICharInfo>::MoveNextRare() */,
{ 10203, 522, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.UICharInfo>::get_Current() */,
{ 10204, 522, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.UICharInfo>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 522, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UICharInfo>::System.Collections.IEnumerator.Reset() */,
{ 10199, 523, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UILineInfo>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 523, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UILineInfo>::Dispose() */,
{ 10201, 523, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UILineInfo>::MoveNext() */,
{ 10202, 523, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UILineInfo>::MoveNextRare() */,
{ 10203, 523, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.UILineInfo>::get_Current() */,
{ 10204, 523, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.UILineInfo>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 523, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UILineInfo>::System.Collections.IEnumerator.Reset() */,
{ 10199, 521, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UIVertex>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 521, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UIVertex>::Dispose() */,
{ 10201, 521, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UIVertex>::MoveNext() */,
{ 10202, 521, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UIVertex>::MoveNextRare() */,
{ 10203, 521, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.UIVertex>::get_Current() */,
{ 10204, 521, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.UIVertex>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 521, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UIVertex>::System.Collections.IEnumerator.Reset() */,
{ 10199, 495, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10202, 495, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>::MoveNextRare() */,
{ 10204, 495, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 495, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEnumerator.Reset() */,
{ 10199, 484, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector2>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 484, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector2>::Dispose() */,
{ 10201, 484, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector2>::MoveNext() */,
{ 10202, 484, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector2>::MoveNextRare() */,
{ 10203, 484, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector2>::get_Current() */,
{ 10204, 484, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector2>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 484, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector2>::System.Collections.IEnumerator.Reset() */,
{ 10199, 481, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 481, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::Dispose() */,
{ 10201, 481, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::MoveNext() */,
{ 10202, 481, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::MoveNextRare() */,
{ 10203, 481, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::get_Current() */,
{ 10204, 481, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 481, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>::System.Collections.IEnumerator.Reset() */,
{ 10199, 483, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector4>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 10200, 483, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector4>::Dispose() */,
{ 10201, 483, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector4>::MoveNext() */,
{ 10202, 483, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector4>::MoveNextRare() */,
{ 10203, 483, -1 } /* T System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector4>::get_Current() */,
{ 10204, 483, -1 } /* System.Object System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector4>::System.Collections.IEnumerator.get_Current() */,
{ 10205, 483, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector4>::System.Collections.IEnumerator.Reset() */,
{ 10146, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::.ctor() */,
{ 10147, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::.ctor(System.Int32) */,
{ 10148, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::get_Capacity() */,
{ 10150, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::set_Capacity(System.Int32) */,
{ 10151, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::get_Count() */,
{ 10152, 47, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Boolean>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 47, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Boolean>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 47, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Boolean>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 47, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Boolean>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 47, -1 } /* System.Object System.Collections.Generic.List`1<System.Boolean>::System.Collections.ICollection.get_SyncRoot() */,
{ 10157, 47, -1 } /* T System.Collections.Generic.List`1<System.Boolean>::get_Item(System.Int32) */,
{ 10158, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::set_Item(System.Int32,T) */,
{ 10159, 47, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Boolean>::IsCompatibleObject(System.Object) */,
{ 10160, 47, -1 } /* System.Object System.Collections.Generic.List`1<System.Boolean>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10162, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::Add(T) */,
{ 10163, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::System.Collections.IList.Add(System.Object) */,
{ 10164, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 47, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Boolean>::AsReadOnly() */,
{ 10166, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::Clear() */,
{ 10167, 47, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Boolean>::Contains(T) */,
{ 10168, 47, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Boolean>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::CopyTo(T[]) */,
{ 10170, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::CopyTo(T[],System.Int32) */,
{ 10173, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::EnsureCapacity(System.Int32) */,
{ 10174, 47, -1 } /* T System.Collections.Generic.List`1<System.Boolean>::Find(System.Predicate`1<T>) */,
{ 10175, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 47, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Boolean>::GetEnumerator() */,
{ 10178, 47, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Boolean>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 47, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Boolean>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::IndexOf(T) */,
{ 10181, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::Insert(System.Int32,T) */,
{ 10183, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 47, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Boolean>::Remove(T) */,
{ 10186, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 47, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Boolean>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::RemoveAt(System.Int32) */,
{ 10189, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::Reverse() */,
{ 10191, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::Reverse(System.Int32,System.Int32) */,
{ 10192, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::Sort() */,
{ 10193, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::Sort(System.Comparison`1<T>) */,
{ 10196, 47, -1 } /* T[] System.Collections.Generic.List`1<System.Boolean>::ToArray() */,
{ 10197, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::TrimExcess() */,
{ 10198, 47, -1 } /* System.Void System.Collections.Generic.List`1<System.Boolean>::.cctor() */,
{ 10146, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::.ctor() */,
{ 10147, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::.ctor(System.Int32) */,
{ 10148, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 8, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::get_Capacity() */,
{ 10150, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::set_Capacity(System.Int32) */,
{ 10151, 8, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::get_Count() */,
{ 10152, 8, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 8, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 8, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 8, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 8, -1 } /* System.Object System.Collections.Generic.List`1<System.Byte>::System.Collections.ICollection.get_SyncRoot() */,
{ 10157, 8, -1 } /* T System.Collections.Generic.List`1<System.Byte>::get_Item(System.Int32) */,
{ 10158, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::set_Item(System.Int32,T) */,
{ 10159, 8, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::IsCompatibleObject(System.Object) */,
{ 10160, 8, -1 } /* System.Object System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10162, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Add(T) */,
{ 10163, 8, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.Add(System.Object) */,
{ 10164, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 8, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Byte>::AsReadOnly() */,
{ 10166, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Clear() */,
{ 10167, 8, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::Contains(T) */,
{ 10168, 8, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::CopyTo(T[]) */,
{ 10170, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::CopyTo(T[],System.Int32) */,
{ 10173, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::EnsureCapacity(System.Int32) */,
{ 10174, 8, -1 } /* T System.Collections.Generic.List`1<System.Byte>::Find(System.Predicate`1<T>) */,
{ 10175, 8, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 8, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 8, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Byte>::GetEnumerator() */,
{ 10178, 8, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Byte>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 8, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Byte>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 8, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::IndexOf(T) */,
{ 10181, 8, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Insert(System.Int32,T) */,
{ 10183, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 8, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Byte>::Remove(T) */,
{ 10186, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 8, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Byte>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::RemoveAt(System.Int32) */,
{ 10189, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Reverse() */,
{ 10191, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Reverse(System.Int32,System.Int32) */,
{ 10192, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Sort() */,
{ 10193, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::Sort(System.Comparison`1<T>) */,
{ 10196, 8, -1 } /* T[] System.Collections.Generic.List`1<System.Byte>::ToArray() */,
{ 10197, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::TrimExcess() */,
{ 10198, 8, -1 } /* System.Void System.Collections.Generic.List`1<System.Byte>::.cctor() */,
{ 10147, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::.ctor(System.Int32) */,
{ 10148, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 9, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::get_Capacity() */,
{ 10150, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::set_Capacity(System.Int32) */,
{ 10152, 9, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 9, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 9, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 9, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 9, -1 } /* System.Object System.Collections.Generic.List`1<System.Char>::System.Collections.ICollection.get_SyncRoot() */,
{ 10157, 9, -1 } /* T System.Collections.Generic.List`1<System.Char>::get_Item(System.Int32) */,
{ 10158, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::set_Item(System.Int32,T) */,
{ 10159, 9, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::IsCompatibleObject(System.Object) */,
{ 10160, 9, -1 } /* System.Object System.Collections.Generic.List`1<System.Char>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10163, 9, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::System.Collections.IList.Add(System.Object) */,
{ 10164, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 9, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Char>::AsReadOnly() */,
{ 10166, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Clear() */,
{ 10167, 9, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::Contains(T) */,
{ 10168, 9, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::CopyTo(T[]) */,
{ 10170, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::CopyTo(T[],System.Int32) */,
{ 10173, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::EnsureCapacity(System.Int32) */,
{ 10174, 9, -1 } /* T System.Collections.Generic.List`1<System.Char>::Find(System.Predicate`1<T>) */,
{ 10175, 9, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 9, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 9, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Char>::GetEnumerator() */,
{ 10178, 9, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Char>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 9, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Char>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 9, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::IndexOf(T) */,
{ 10181, 9, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Insert(System.Int32,T) */,
{ 10183, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 9, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Char>::Remove(T) */,
{ 10186, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 9, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Char>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::RemoveAt(System.Int32) */,
{ 10189, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Reverse() */,
{ 10191, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Reverse(System.Int32,System.Int32) */,
{ 10192, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Sort() */,
{ 10193, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::Sort(System.Comparison`1<T>) */,
{ 10196, 9, -1 } /* T[] System.Collections.Generic.List`1<System.Char>::ToArray() */,
{ 10197, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::TrimExcess() */,
{ 10198, 9, -1 } /* System.Void System.Collections.Generic.List`1<System.Char>::.cctor() */,
{ 10146, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor() */,
{ 10147, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor(System.Int32) */,
{ 10148, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 116, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Capacity() */,
{ 10150, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::set_Capacity(System.Int32) */,
{ 10151, 116, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Count() */,
{ 10152, 116, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 116, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 116, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 116, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 116, -1 } /* System.Object System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.ICollection.get_SyncRoot() */,
{ 10157, 116, -1 } /* T System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Item(System.Int32) */,
{ 10158, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::set_Item(System.Int32,T) */,
{ 10159, 116, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::IsCompatibleObject(System.Object) */,
{ 10160, 116, -1 } /* System.Object System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10162, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Add(T) */,
{ 10163, 116, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.Add(System.Object) */,
{ 10164, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 116, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::AsReadOnly() */,
{ 10166, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Clear() */,
{ 10167, 116, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Contains(T) */,
{ 10168, 116, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::CopyTo(T[]) */,
{ 10170, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::CopyTo(T[],System.Int32) */,
{ 10173, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::EnsureCapacity(System.Int32) */,
{ 10174, 116, -1 } /* T System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Find(System.Predicate`1<T>) */,
{ 10175, 116, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 116, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 116, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::GetEnumerator() */,
{ 10178, 116, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 116, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 116, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::IndexOf(T) */,
{ 10181, 116, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Insert(System.Int32,T) */,
{ 10183, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 116, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Remove(T) */,
{ 10186, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 116, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::RemoveAt(System.Int32) */,
{ 10189, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Reverse() */,
{ 10191, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Reverse(System.Int32,System.Int32) */,
{ 10192, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Sort() */,
{ 10193, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Sort(System.Comparison`1<T>) */,
{ 10196, 116, -1 } /* T[] System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::ToArray() */,
{ 10197, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::TrimExcess() */,
{ 10198, 116, -1 } /* System.Void System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.cctor() */,
{ 10146, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::.ctor() */,
{ 10147, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::.ctor(System.Int32) */,
{ 10148, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::get_Capacity() */,
{ 10150, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::set_Capacity(System.Int32) */,
{ 10151, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::get_Count() */,
{ 10152, 61, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTime>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 61, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTime>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 61, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTime>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 61, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTime>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 61, -1 } /* System.Object System.Collections.Generic.List`1<System.DateTime>::System.Collections.ICollection.get_SyncRoot() */,
{ 10157, 61, -1 } /* T System.Collections.Generic.List`1<System.DateTime>::get_Item(System.Int32) */,
{ 10158, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::set_Item(System.Int32,T) */,
{ 10159, 61, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTime>::IsCompatibleObject(System.Object) */,
{ 10160, 61, -1 } /* System.Object System.Collections.Generic.List`1<System.DateTime>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10162, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::Add(T) */,
{ 10163, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::System.Collections.IList.Add(System.Object) */,
{ 10164, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 61, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.DateTime>::AsReadOnly() */,
{ 10166, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::Clear() */,
{ 10167, 61, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTime>::Contains(T) */,
{ 10168, 61, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTime>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::CopyTo(T[]) */,
{ 10170, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::CopyTo(T[],System.Int32) */,
{ 10173, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::EnsureCapacity(System.Int32) */,
{ 10174, 61, -1 } /* T System.Collections.Generic.List`1<System.DateTime>::Find(System.Predicate`1<T>) */,
{ 10175, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 61, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.DateTime>::GetEnumerator() */,
{ 10178, 61, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.DateTime>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 61, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.DateTime>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::IndexOf(T) */,
{ 10181, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::Insert(System.Int32,T) */,
{ 10183, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 61, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTime>::Remove(T) */,
{ 10186, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 61, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTime>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::RemoveAt(System.Int32) */,
{ 10189, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::Reverse() */,
{ 10191, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::Reverse(System.Int32,System.Int32) */,
{ 10192, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::Sort() */,
{ 10193, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::Sort(System.Comparison`1<T>) */,
{ 10196, 61, -1 } /* T[] System.Collections.Generic.List`1<System.DateTime>::ToArray() */,
{ 10197, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::TrimExcess() */,
{ 10198, 61, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTime>::.cctor() */,
{ 10146, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::.ctor() */,
{ 10147, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::.ctor(System.Int32) */,
{ 10148, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 62, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::get_Capacity() */,
{ 10150, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::set_Capacity(System.Int32) */,
{ 10151, 62, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::get_Count() */,
{ 10152, 62, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 62, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 62, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 62, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 62, -1 } /* System.Object System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.ICollection.get_SyncRoot() */,
{ 10157, 62, -1 } /* T System.Collections.Generic.List`1<System.DateTimeOffset>::get_Item(System.Int32) */,
{ 10158, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::set_Item(System.Int32,T) */,
{ 10159, 62, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTimeOffset>::IsCompatibleObject(System.Object) */,
{ 10160, 62, -1 } /* System.Object System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10162, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::Add(T) */,
{ 10163, 62, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.IList.Add(System.Object) */,
{ 10164, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 62, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.DateTimeOffset>::AsReadOnly() */,
{ 10166, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::Clear() */,
{ 10167, 62, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTimeOffset>::Contains(T) */,
{ 10168, 62, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::CopyTo(T[]) */,
{ 10170, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::CopyTo(T[],System.Int32) */,
{ 10173, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::EnsureCapacity(System.Int32) */,
{ 10174, 62, -1 } /* T System.Collections.Generic.List`1<System.DateTimeOffset>::Find(System.Predicate`1<T>) */,
{ 10175, 62, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 62, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 62, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.DateTimeOffset>::GetEnumerator() */,
{ 10178, 62, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 62, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 62, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::IndexOf(T) */,
{ 10181, 62, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::Insert(System.Int32,T) */,
{ 10183, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 62, -1 } /* System.Boolean System.Collections.Generic.List`1<System.DateTimeOffset>::Remove(T) */,
{ 10186, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 62, -1 } /* System.Int32 System.Collections.Generic.List`1<System.DateTimeOffset>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::RemoveAt(System.Int32) */,
{ 10189, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::Reverse() */,
{ 10191, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::Reverse(System.Int32,System.Int32) */,
{ 10192, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::Sort() */,
{ 10193, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::Sort(System.Comparison`1<T>) */,
{ 10196, 62, -1 } /* T[] System.Collections.Generic.List`1<System.DateTimeOffset>::ToArray() */,
{ 10197, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::TrimExcess() */,
{ 10198, 62, -1 } /* System.Void System.Collections.Generic.List`1<System.DateTimeOffset>::.cctor() */,
{ 10146, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::.ctor() */,
{ 10147, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::.ctor(System.Int32) */,
{ 10148, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 63, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::get_Capacity() */,
{ 10150, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::set_Capacity(System.Int32) */,
{ 10151, 63, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::get_Count() */,
{ 10152, 63, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Decimal>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 63, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Decimal>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 63, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Decimal>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 63, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Decimal>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 63, -1 } /* System.Object System.Collections.Generic.List`1<System.Decimal>::System.Collections.ICollection.get_SyncRoot() */,
{ 10157, 63, -1 } /* T System.Collections.Generic.List`1<System.Decimal>::get_Item(System.Int32) */,
{ 10158, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::set_Item(System.Int32,T) */,
{ 10159, 63, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Decimal>::IsCompatibleObject(System.Object) */,
{ 10160, 63, -1 } /* System.Object System.Collections.Generic.List`1<System.Decimal>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10162, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::Add(T) */,
{ 10163, 63, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::System.Collections.IList.Add(System.Object) */,
{ 10164, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 63, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Decimal>::AsReadOnly() */,
{ 10166, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::Clear() */,
{ 10167, 63, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Decimal>::Contains(T) */,
{ 10168, 63, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Decimal>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::CopyTo(T[]) */,
{ 10170, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::CopyTo(T[],System.Int32) */,
{ 10173, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::EnsureCapacity(System.Int32) */,
{ 10174, 63, -1 } /* T System.Collections.Generic.List`1<System.Decimal>::Find(System.Predicate`1<T>) */,
{ 10175, 63, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 63, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 63, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Decimal>::GetEnumerator() */,
{ 10178, 63, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Decimal>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 63, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Decimal>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 63, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::IndexOf(T) */,
{ 10181, 63, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::Insert(System.Int32,T) */,
{ 10183, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 63, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Decimal>::Remove(T) */,
{ 10186, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 63, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Decimal>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::RemoveAt(System.Int32) */,
{ 10189, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::Reverse() */,
{ 10191, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::Reverse(System.Int32,System.Int32) */,
{ 10192, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::Sort() */,
{ 10193, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::Sort(System.Comparison`1<T>) */,
{ 10196, 63, -1 } /* T[] System.Collections.Generic.List`1<System.Decimal>::ToArray() */,
{ 10197, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::TrimExcess() */,
{ 10198, 63, -1 } /* System.Void System.Collections.Generic.List`1<System.Decimal>::.cctor() */,
{ 10146, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::.ctor() */,
{ 10147, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::.ctor(System.Int32) */,
{ 10148, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 83, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::get_Capacity() */,
{ 10150, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::set_Capacity(System.Int32) */,
{ 10151, 83, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::get_Count() */,
{ 10152, 83, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Double>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 83, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Double>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 83, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Double>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 83, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Double>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 83, -1 } /* System.Object System.Collections.Generic.List`1<System.Double>::System.Collections.ICollection.get_SyncRoot() */,
{ 10157, 83, -1 } /* T System.Collections.Generic.List`1<System.Double>::get_Item(System.Int32) */,
{ 10158, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::set_Item(System.Int32,T) */,
{ 10159, 83, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Double>::IsCompatibleObject(System.Object) */,
{ 10160, 83, -1 } /* System.Object System.Collections.Generic.List`1<System.Double>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10162, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::Add(T) */,
{ 10163, 83, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::System.Collections.IList.Add(System.Object) */,
{ 10164, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 83, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Double>::AsReadOnly() */,
{ 10166, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::Clear() */,
{ 10167, 83, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Double>::Contains(T) */,
{ 10168, 83, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Double>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::CopyTo(T[]) */,
{ 10170, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::CopyTo(T[],System.Int32) */,
{ 10173, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::EnsureCapacity(System.Int32) */,
{ 10174, 83, -1 } /* T System.Collections.Generic.List`1<System.Double>::Find(System.Predicate`1<T>) */,
{ 10175, 83, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 83, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 83, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Double>::GetEnumerator() */,
{ 10178, 83, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Double>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 83, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Double>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 83, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::IndexOf(T) */,
{ 10181, 83, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::Insert(System.Int32,T) */,
{ 10183, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 83, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Double>::Remove(T) */,
{ 10186, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 83, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Double>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::RemoveAt(System.Int32) */,
{ 10189, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::Reverse() */,
{ 10191, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::Reverse(System.Int32,System.Int32) */,
{ 10192, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::Sort() */,
{ 10193, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::Sort(System.Comparison`1<T>) */,
{ 10196, 83, -1 } /* T[] System.Collections.Generic.List`1<System.Double>::ToArray() */,
{ 10197, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::TrimExcess() */,
{ 10198, 83, -1 } /* System.Void System.Collections.Generic.List`1<System.Double>::.cctor() */,
{ 10146, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::.ctor() */,
{ 10147, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::.ctor(System.Int32) */,
{ 10148, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 97, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::get_Capacity() */,
{ 10150, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::set_Capacity(System.Int32) */,
{ 10151, 97, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::get_Count() */,
{ 10152, 97, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int16>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 97, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int16>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 97, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int16>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 97, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int16>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 97, -1 } /* System.Object System.Collections.Generic.List`1<System.Int16>::System.Collections.ICollection.get_SyncRoot() */,
{ 10157, 97, -1 } /* T System.Collections.Generic.List`1<System.Int16>::get_Item(System.Int32) */,
{ 10158, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::set_Item(System.Int32,T) */,
{ 10159, 97, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int16>::IsCompatibleObject(System.Object) */,
{ 10160, 97, -1 } /* System.Object System.Collections.Generic.List`1<System.Int16>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10162, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::Add(T) */,
{ 10163, 97, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::System.Collections.IList.Add(System.Object) */,
{ 10164, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 97, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Int16>::AsReadOnly() */,
{ 10166, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::Clear() */,
{ 10167, 97, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int16>::Contains(T) */,
{ 10168, 97, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int16>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::CopyTo(T[]) */,
{ 10170, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::CopyTo(T[],System.Int32) */,
{ 10173, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::EnsureCapacity(System.Int32) */,
{ 10174, 97, -1 } /* T System.Collections.Generic.List`1<System.Int16>::Find(System.Predicate`1<T>) */,
{ 10175, 97, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 97, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 97, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Int16>::GetEnumerator() */,
{ 10178, 97, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Int16>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 97, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Int16>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 97, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::IndexOf(T) */,
{ 10181, 97, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::Insert(System.Int32,T) */,
{ 10183, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 97, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int16>::Remove(T) */,
{ 10186, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 97, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int16>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::RemoveAt(System.Int32) */,
{ 10189, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::Reverse() */,
{ 10191, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::Reverse(System.Int32,System.Int32) */,
{ 10192, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::Sort() */,
{ 10193, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::Sort(System.Comparison`1<T>) */,
{ 10196, 97, -1 } /* T[] System.Collections.Generic.List`1<System.Int16>::ToArray() */,
{ 10197, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::TrimExcess() */,
{ 10198, 97, -1 } /* System.Void System.Collections.Generic.List`1<System.Int16>::.cctor() */,
{ 10147, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::.ctor(System.Int32) */,
{ 10148, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 24, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::get_Capacity() */,
{ 10150, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::set_Capacity(System.Int32) */,
{ 10152, 24, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 24, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 24, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 24, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 24, -1 } /* System.Object System.Collections.Generic.List`1<System.Int32>::System.Collections.ICollection.get_SyncRoot() */,
{ 10157, 24, -1 } /* T System.Collections.Generic.List`1<System.Int32>::get_Item(System.Int32) */,
{ 10158, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::set_Item(System.Int32,T) */,
{ 10159, 24, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::IsCompatibleObject(System.Object) */,
{ 10160, 24, -1 } /* System.Object System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10163, 24, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.Add(System.Object) */,
{ 10165, 24, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Int32>::AsReadOnly() */,
{ 10168, 24, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::CopyTo(T[]) */,
{ 10170, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::CopyTo(T[],System.Int32) */,
{ 10173, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::EnsureCapacity(System.Int32) */,
{ 10174, 24, -1 } /* T System.Collections.Generic.List`1<System.Int32>::Find(System.Predicate`1<T>) */,
{ 10175, 24, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 24, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10178, 24, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Int32>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 24, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 24, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::IndexOf(T) */,
{ 10181, 24, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Insert(System.Int32,T) */,
{ 10183, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10186, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 24, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::RemoveAt(System.Int32) */,
{ 10189, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Reverse() */,
{ 10191, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Reverse(System.Int32,System.Int32) */,
{ 10192, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Sort() */,
{ 10193, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10197, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::TrimExcess() */,
{ 10198, 24, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32>::.cctor() */,
{ 10146, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::.ctor() */,
{ 10147, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::.ctor(System.Int32) */,
{ 10148, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 92, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::get_Capacity() */,
{ 10150, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::set_Capacity(System.Int32) */,
{ 10151, 92, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::get_Count() */,
{ 10152, 92, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 92, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 92, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 92, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 92, -1 } /* System.Object System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.ICollection.get_SyncRoot() */,
{ 10157, 92, -1 } /* T System.Collections.Generic.List`1<System.Int32Enum>::get_Item(System.Int32) */,
{ 10158, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::set_Item(System.Int32,T) */,
{ 10159, 92, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::IsCompatibleObject(System.Object) */,
{ 10160, 92, -1 } /* System.Object System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10162, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Add(T) */,
{ 10163, 92, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.Add(System.Object) */,
{ 10164, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 92, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Int32Enum>::AsReadOnly() */,
{ 10166, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Clear() */,
{ 10167, 92, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::Contains(T) */,
{ 10168, 92, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::CopyTo(T[]) */,
{ 10170, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::CopyTo(T[],System.Int32) */,
{ 10173, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::EnsureCapacity(System.Int32) */,
{ 10174, 92, -1 } /* T System.Collections.Generic.List`1<System.Int32Enum>::Find(System.Predicate`1<T>) */,
{ 10175, 92, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 92, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 92, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Int32Enum>::GetEnumerator() */,
{ 10178, 92, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 92, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 92, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::IndexOf(T) */,
{ 10181, 92, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Insert(System.Int32,T) */,
{ 10183, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 92, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int32Enum>::Remove(T) */,
{ 10186, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 92, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::RemoveAt(System.Int32) */,
{ 10189, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Reverse() */,
{ 10191, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Reverse(System.Int32,System.Int32) */,
{ 10192, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Sort() */,
{ 10193, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::Sort(System.Comparison`1<T>) */,
{ 10196, 92, -1 } /* T[] System.Collections.Generic.List`1<System.Int32Enum>::ToArray() */,
{ 10197, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::TrimExcess() */,
{ 10198, 92, -1 } /* System.Void System.Collections.Generic.List`1<System.Int32Enum>::.cctor() */,
{ 10146, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::.ctor() */,
{ 10147, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::.ctor(System.Int32) */,
{ 10148, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 30, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::get_Capacity() */,
{ 10150, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::set_Capacity(System.Int32) */,
{ 10151, 30, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::get_Count() */,
{ 10152, 30, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 30, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 30, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 30, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 30, -1 } /* System.Object System.Collections.Generic.List`1<System.Int64>::System.Collections.ICollection.get_SyncRoot() */,
{ 10157, 30, -1 } /* T System.Collections.Generic.List`1<System.Int64>::get_Item(System.Int32) */,
{ 10158, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::set_Item(System.Int32,T) */,
{ 10159, 30, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::IsCompatibleObject(System.Object) */,
{ 10160, 30, -1 } /* System.Object System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10162, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Add(T) */,
{ 10163, 30, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.Add(System.Object) */,
{ 10164, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 30, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Int64>::AsReadOnly() */,
{ 10166, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Clear() */,
{ 10167, 30, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::Contains(T) */,
{ 10168, 30, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::CopyTo(T[]) */,
{ 10170, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::CopyTo(T[],System.Int32) */,
{ 10173, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::EnsureCapacity(System.Int32) */,
{ 10174, 30, -1 } /* T System.Collections.Generic.List`1<System.Int64>::Find(System.Predicate`1<T>) */,
{ 10175, 30, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 30, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 30, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Int64>::GetEnumerator() */,
{ 10178, 30, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Int64>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 30, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Int64>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 30, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::IndexOf(T) */,
{ 10181, 30, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Insert(System.Int32,T) */,
{ 10183, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 30, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Int64>::Remove(T) */,
{ 10186, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 30, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Int64>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::RemoveAt(System.Int32) */,
{ 10189, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Reverse() */,
{ 10191, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Reverse(System.Int32,System.Int32) */,
{ 10192, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Sort() */,
{ 10193, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::Sort(System.Comparison`1<T>) */,
{ 10196, 30, -1 } /* T[] System.Collections.Generic.List`1<System.Int64>::ToArray() */,
{ 10197, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::TrimExcess() */,
{ 10198, 30, -1 } /* System.Void System.Collections.Generic.List`1<System.Int64>::.cctor() */,
{ 10146, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::.ctor() */,
{ 10147, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::.ctor(System.Int32) */,
{ 10148, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::get_Capacity() */,
{ 10150, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::set_Capacity(System.Int32) */,
{ 10151, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::get_Count() */,
{ 10152, 110, -1 } /* System.Boolean System.Collections.Generic.List`1<System.SByte>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 110, -1 } /* System.Boolean System.Collections.Generic.List`1<System.SByte>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 110, -1 } /* System.Boolean System.Collections.Generic.List`1<System.SByte>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 110, -1 } /* System.Boolean System.Collections.Generic.List`1<System.SByte>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 110, -1 } /* System.Object System.Collections.Generic.List`1<System.SByte>::System.Collections.ICollection.get_SyncRoot() */,
{ 10157, 110, -1 } /* T System.Collections.Generic.List`1<System.SByte>::get_Item(System.Int32) */,
{ 10158, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::set_Item(System.Int32,T) */,
{ 10159, 110, -1 } /* System.Boolean System.Collections.Generic.List`1<System.SByte>::IsCompatibleObject(System.Object) */,
{ 10160, 110, -1 } /* System.Object System.Collections.Generic.List`1<System.SByte>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10162, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::Add(T) */,
{ 10163, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::System.Collections.IList.Add(System.Object) */,
{ 10164, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 110, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.SByte>::AsReadOnly() */,
{ 10166, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::Clear() */,
{ 10167, 110, -1 } /* System.Boolean System.Collections.Generic.List`1<System.SByte>::Contains(T) */,
{ 10168, 110, -1 } /* System.Boolean System.Collections.Generic.List`1<System.SByte>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::CopyTo(T[]) */,
{ 10170, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::CopyTo(T[],System.Int32) */,
{ 10173, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::EnsureCapacity(System.Int32) */,
{ 10174, 110, -1 } /* T System.Collections.Generic.List`1<System.SByte>::Find(System.Predicate`1<T>) */,
{ 10175, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 110, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.SByte>::GetEnumerator() */,
{ 10178, 110, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.SByte>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 110, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.SByte>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::IndexOf(T) */,
{ 10181, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::Insert(System.Int32,T) */,
{ 10183, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 110, -1 } /* System.Boolean System.Collections.Generic.List`1<System.SByte>::Remove(T) */,
{ 10186, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 110, -1 } /* System.Int32 System.Collections.Generic.List`1<System.SByte>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::RemoveAt(System.Int32) */,
{ 10189, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::Reverse() */,
{ 10191, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::Reverse(System.Int32,System.Int32) */,
{ 10192, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::Sort() */,
{ 10193, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::Sort(System.Comparison`1<T>) */,
{ 10196, 110, -1 } /* T[] System.Collections.Generic.List`1<System.SByte>::ToArray() */,
{ 10197, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::TrimExcess() */,
{ 10198, 110, -1 } /* System.Void System.Collections.Generic.List`1<System.SByte>::.cctor() */,
{ 10147, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::.ctor(System.Int32) */,
{ 10148, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 111, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::get_Capacity() */,
{ 10150, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::set_Capacity(System.Int32) */,
{ 10152, 111, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 111, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 111, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 111, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 111, -1 } /* System.Object System.Collections.Generic.List`1<System.Single>::System.Collections.ICollection.get_SyncRoot() */,
{ 10158, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::set_Item(System.Int32,T) */,
{ 10159, 111, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::IsCompatibleObject(System.Object) */,
{ 10160, 111, -1 } /* System.Object System.Collections.Generic.List`1<System.Single>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10163, 111, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::System.Collections.IList.Add(System.Object) */,
{ 10164, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 111, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.Single>::AsReadOnly() */,
{ 10167, 111, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::Contains(T) */,
{ 10168, 111, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::CopyTo(T[]) */,
{ 10170, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::CopyTo(T[],System.Int32) */,
{ 10173, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::EnsureCapacity(System.Int32) */,
{ 10174, 111, -1 } /* T System.Collections.Generic.List`1<System.Single>::Find(System.Predicate`1<T>) */,
{ 10175, 111, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 111, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 111, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Single>::GetEnumerator() */,
{ 10178, 111, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.Single>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 111, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.Single>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 111, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::IndexOf(T) */,
{ 10181, 111, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Insert(System.Int32,T) */,
{ 10183, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 111, -1 } /* System.Boolean System.Collections.Generic.List`1<System.Single>::Remove(T) */,
{ 10186, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 111, -1 } /* System.Int32 System.Collections.Generic.List`1<System.Single>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::RemoveAt(System.Int32) */,
{ 10189, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Reverse() */,
{ 10191, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Reverse(System.Int32,System.Int32) */,
{ 10192, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Sort() */,
{ 10193, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::Sort(System.Comparison`1<T>) */,
{ 10197, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::TrimExcess() */,
{ 10198, 111, -1 } /* System.Void System.Collections.Generic.List`1<System.Single>::.cctor() */,
{ 10146, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::.ctor() */,
{ 10147, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::.ctor(System.Int32) */,
{ 10148, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 112, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::get_Capacity() */,
{ 10150, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::set_Capacity(System.Int32) */,
{ 10151, 112, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::get_Count() */,
{ 10152, 112, -1 } /* System.Boolean System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 112, -1 } /* System.Boolean System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 112, -1 } /* System.Boolean System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 112, -1 } /* System.Boolean System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 112, -1 } /* System.Object System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.ICollection.get_SyncRoot() */,
{ 10157, 112, -1 } /* T System.Collections.Generic.List`1<System.TimeSpan>::get_Item(System.Int32) */,
{ 10158, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::set_Item(System.Int32,T) */,
{ 10159, 112, -1 } /* System.Boolean System.Collections.Generic.List`1<System.TimeSpan>::IsCompatibleObject(System.Object) */,
{ 10160, 112, -1 } /* System.Object System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10162, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::Add(T) */,
{ 10163, 112, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.IList.Add(System.Object) */,
{ 10164, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 112, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.TimeSpan>::AsReadOnly() */,
{ 10166, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::Clear() */,
{ 10167, 112, -1 } /* System.Boolean System.Collections.Generic.List`1<System.TimeSpan>::Contains(T) */,
{ 10168, 112, -1 } /* System.Boolean System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::CopyTo(T[]) */,
{ 10170, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::CopyTo(T[],System.Int32) */,
{ 10173, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::EnsureCapacity(System.Int32) */,
{ 10174, 112, -1 } /* T System.Collections.Generic.List`1<System.TimeSpan>::Find(System.Predicate`1<T>) */,
{ 10175, 112, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 112, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 112, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.TimeSpan>::GetEnumerator() */,
{ 10178, 112, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 112, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 112, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::IndexOf(T) */,
{ 10181, 112, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::Insert(System.Int32,T) */,
{ 10183, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 112, -1 } /* System.Boolean System.Collections.Generic.List`1<System.TimeSpan>::Remove(T) */,
{ 10186, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 112, -1 } /* System.Int32 System.Collections.Generic.List`1<System.TimeSpan>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::RemoveAt(System.Int32) */,
{ 10189, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::Reverse() */,
{ 10191, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::Reverse(System.Int32,System.Int32) */,
{ 10192, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::Sort() */,
{ 10193, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::Sort(System.Comparison`1<T>) */,
{ 10196, 112, -1 } /* T[] System.Collections.Generic.List`1<System.TimeSpan>::ToArray() */,
{ 10197, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::TrimExcess() */,
{ 10198, 112, -1 } /* System.Void System.Collections.Generic.List`1<System.TimeSpan>::.cctor() */,
{ 10146, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::.ctor() */,
{ 10147, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::.ctor(System.Int32) */,
{ 10148, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 136, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::get_Capacity() */,
{ 10150, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::set_Capacity(System.Int32) */,
{ 10151, 136, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::get_Count() */,
{ 10152, 136, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt16>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 136, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt16>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 136, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt16>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 136, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt16>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 136, -1 } /* System.Object System.Collections.Generic.List`1<System.UInt16>::System.Collections.ICollection.get_SyncRoot() */,
{ 10157, 136, -1 } /* T System.Collections.Generic.List`1<System.UInt16>::get_Item(System.Int32) */,
{ 10158, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::set_Item(System.Int32,T) */,
{ 10159, 136, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt16>::IsCompatibleObject(System.Object) */,
{ 10160, 136, -1 } /* System.Object System.Collections.Generic.List`1<System.UInt16>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10162, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::Add(T) */,
{ 10163, 136, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::System.Collections.IList.Add(System.Object) */,
{ 10164, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 136, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.UInt16>::AsReadOnly() */,
{ 10166, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::Clear() */,
{ 10167, 136, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt16>::Contains(T) */,
{ 10168, 136, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt16>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::CopyTo(T[]) */,
{ 10170, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::CopyTo(T[],System.Int32) */,
{ 10173, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::EnsureCapacity(System.Int32) */,
{ 10174, 136, -1 } /* T System.Collections.Generic.List`1<System.UInt16>::Find(System.Predicate`1<T>) */,
{ 10175, 136, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 136, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 136, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.UInt16>::GetEnumerator() */,
{ 10178, 136, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.UInt16>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 136, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.UInt16>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 136, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::IndexOf(T) */,
{ 10181, 136, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::Insert(System.Int32,T) */,
{ 10183, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 136, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt16>::Remove(T) */,
{ 10186, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 136, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt16>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::RemoveAt(System.Int32) */,
{ 10189, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::Reverse() */,
{ 10191, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::Reverse(System.Int32,System.Int32) */,
{ 10192, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::Sort() */,
{ 10193, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::Sort(System.Comparison`1<T>) */,
{ 10196, 136, -1 } /* T[] System.Collections.Generic.List`1<System.UInt16>::ToArray() */,
{ 10197, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::TrimExcess() */,
{ 10198, 136, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt16>::.cctor() */,
{ 10146, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::.ctor() */,
{ 10147, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::.ctor(System.Int32) */,
{ 10148, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 35, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::get_Capacity() */,
{ 10150, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::set_Capacity(System.Int32) */,
{ 10151, 35, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::get_Count() */,
{ 10152, 35, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt32>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 35, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt32>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 35, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt32>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 35, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 35, -1 } /* System.Object System.Collections.Generic.List`1<System.UInt32>::System.Collections.ICollection.get_SyncRoot() */,
{ 10157, 35, -1 } /* T System.Collections.Generic.List`1<System.UInt32>::get_Item(System.Int32) */,
{ 10158, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::set_Item(System.Int32,T) */,
{ 10159, 35, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt32>::IsCompatibleObject(System.Object) */,
{ 10160, 35, -1 } /* System.Object System.Collections.Generic.List`1<System.UInt32>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10162, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::Add(T) */,
{ 10163, 35, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::System.Collections.IList.Add(System.Object) */,
{ 10164, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 35, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.UInt32>::AsReadOnly() */,
{ 10166, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::Clear() */,
{ 10167, 35, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt32>::Contains(T) */,
{ 10168, 35, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt32>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::CopyTo(T[]) */,
{ 10170, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::CopyTo(T[],System.Int32) */,
{ 10173, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::EnsureCapacity(System.Int32) */,
{ 10174, 35, -1 } /* T System.Collections.Generic.List`1<System.UInt32>::Find(System.Predicate`1<T>) */,
{ 10175, 35, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 35, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 35, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.UInt32>::GetEnumerator() */,
{ 10178, 35, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.UInt32>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 35, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.UInt32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 35, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::IndexOf(T) */,
{ 10181, 35, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::Insert(System.Int32,T) */,
{ 10183, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 35, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt32>::Remove(T) */,
{ 10186, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 35, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt32>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::RemoveAt(System.Int32) */,
{ 10189, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::Reverse() */,
{ 10191, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::Reverse(System.Int32,System.Int32) */,
{ 10192, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::Sort() */,
{ 10193, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::Sort(System.Comparison`1<T>) */,
{ 10196, 35, -1 } /* T[] System.Collections.Generic.List`1<System.UInt32>::ToArray() */,
{ 10197, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::TrimExcess() */,
{ 10198, 35, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt32>::.cctor() */,
{ 10146, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::.ctor() */,
{ 10147, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::.ctor(System.Int32) */,
{ 10148, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 84, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::get_Capacity() */,
{ 10150, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::set_Capacity(System.Int32) */,
{ 10151, 84, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::get_Count() */,
{ 10152, 84, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt64>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 84, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt64>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 84, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt64>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 84, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt64>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 84, -1 } /* System.Object System.Collections.Generic.List`1<System.UInt64>::System.Collections.ICollection.get_SyncRoot() */,
{ 10157, 84, -1 } /* T System.Collections.Generic.List`1<System.UInt64>::get_Item(System.Int32) */,
{ 10158, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::set_Item(System.Int32,T) */,
{ 10159, 84, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt64>::IsCompatibleObject(System.Object) */,
{ 10160, 84, -1 } /* System.Object System.Collections.Generic.List`1<System.UInt64>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10162, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::Add(T) */,
{ 10163, 84, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::System.Collections.IList.Add(System.Object) */,
{ 10164, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 84, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<System.UInt64>::AsReadOnly() */,
{ 10166, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::Clear() */,
{ 10167, 84, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt64>::Contains(T) */,
{ 10168, 84, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt64>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::CopyTo(T[]) */,
{ 10170, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::CopyTo(T[],System.Int32) */,
{ 10173, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::EnsureCapacity(System.Int32) */,
{ 10174, 84, -1 } /* T System.Collections.Generic.List`1<System.UInt64>::Find(System.Predicate`1<T>) */,
{ 10175, 84, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 84, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 84, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.UInt64>::GetEnumerator() */,
{ 10178, 84, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<System.UInt64>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 84, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<System.UInt64>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 84, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::IndexOf(T) */,
{ 10181, 84, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::Insert(System.Int32,T) */,
{ 10183, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 84, -1 } /* System.Boolean System.Collections.Generic.List`1<System.UInt64>::Remove(T) */,
{ 10186, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 84, -1 } /* System.Int32 System.Collections.Generic.List`1<System.UInt64>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::RemoveAt(System.Int32) */,
{ 10189, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::Reverse() */,
{ 10191, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::Reverse(System.Int32,System.Int32) */,
{ 10192, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::Sort() */,
{ 10193, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::Sort(System.Comparison`1<T>) */,
{ 10196, 84, -1 } /* T[] System.Collections.Generic.List`1<System.UInt64>::ToArray() */,
{ 10197, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::TrimExcess() */,
{ 10198, 84, -1 } /* System.Void System.Collections.Generic.List`1<System.UInt64>::.cctor() */,
{ 10146, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::.ctor() */,
{ 10147, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::.ctor(System.Int32) */,
{ 10148, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 825, -1 } /* System.Int32 System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::get_Capacity() */,
{ 10150, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::set_Capacity(System.Int32) */,
{ 10151, 825, -1 } /* System.Int32 System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::get_Count() */,
{ 10152, 825, -1 } /* System.Boolean System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 825, -1 } /* System.Boolean System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 825, -1 } /* System.Boolean System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 825, -1 } /* System.Boolean System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 825, -1 } /* System.Object System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.ICollection.get_SyncRoot() */,
{ 10157, 825, -1 } /* T System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::get_Item(System.Int32) */,
{ 10158, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::set_Item(System.Int32,T) */,
{ 10159, 825, -1 } /* System.Boolean System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::IsCompatibleObject(System.Object) */,
{ 10160, 825, -1 } /* System.Object System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10162, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::Add(T) */,
{ 10163, 825, -1 } /* System.Int32 System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IList.Add(System.Object) */,
{ 10164, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 825, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::AsReadOnly() */,
{ 10166, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::Clear() */,
{ 10167, 825, -1 } /* System.Boolean System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::Contains(T) */,
{ 10168, 825, -1 } /* System.Boolean System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::CopyTo(T[]) */,
{ 10170, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::CopyTo(T[],System.Int32) */,
{ 10173, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::EnsureCapacity(System.Int32) */,
{ 10174, 825, -1 } /* T System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::Find(System.Predicate`1<T>) */,
{ 10175, 825, -1 } /* System.Int32 System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 825, -1 } /* System.Int32 System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 825, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::GetEnumerator() */,
{ 10178, 825, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 825, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 825, -1 } /* System.Int32 System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::IndexOf(T) */,
{ 10181, 825, -1 } /* System.Int32 System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::Insert(System.Int32,T) */,
{ 10183, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 825, -1 } /* System.Boolean System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::Remove(T) */,
{ 10186, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 825, -1 } /* System.Int32 System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::RemoveAt(System.Int32) */,
{ 10189, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::Reverse() */,
{ 10191, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::Reverse(System.Int32,System.Int32) */,
{ 10192, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::Sort() */,
{ 10193, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::Sort(System.Comparison`1<T>) */,
{ 10196, 825, -1 } /* T[] System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::ToArray() */,
{ 10197, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::TrimExcess() */,
{ 10198, 825, -1 } /* System.Void System.Collections.Generic.List`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::.cctor() */,
{ 10147, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Int32) */,
{ 10148, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 470, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Capacity() */,
{ 10150, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::set_Capacity(System.Int32) */,
{ 10152, 470, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 470, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 470, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 470, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 470, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.ICollection.get_SyncRoot() */,
{ 10158, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::set_Item(System.Int32,T) */,
{ 10159, 470, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IsCompatibleObject(System.Object) */,
{ 10160, 470, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10162, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Add(T) */,
{ 10163, 470, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Add(System.Object) */,
{ 10164, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 470, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::AsReadOnly() */,
{ 10166, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Clear() */,
{ 10167, 470, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Contains(T) */,
{ 10168, 470, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::CopyTo(T[]) */,
{ 10170, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::CopyTo(T[],System.Int32) */,
{ 10173, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::EnsureCapacity(System.Int32) */,
{ 10174, 470, -1 } /* T System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Find(System.Predicate`1<T>) */,
{ 10175, 470, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 470, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 470, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::GetEnumerator() */,
{ 10178, 470, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 470, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 470, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IndexOf(T) */,
{ 10181, 470, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Insert(System.Int32,T) */,
{ 10183, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 470, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Remove(T) */,
{ 10186, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 470, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::RemoveAt(System.Int32) */,
{ 10189, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Reverse() */,
{ 10191, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Reverse(System.Int32,System.Int32) */,
{ 10192, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Sort() */,
{ 10193, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Sort(System.Comparison`1<T>) */,
{ 10196, 470, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::ToArray() */,
{ 10197, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::TrimExcess() */,
{ 10198, 470, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.cctor() */,
{ 10146, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::.ctor() */,
{ 10147, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::.ctor(System.Int32) */,
{ 10148, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 485, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::get_Capacity() */,
{ 10150, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::set_Capacity(System.Int32) */,
{ 10151, 485, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::get_Count() */,
{ 10152, 485, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 485, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 485, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 485, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 485, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.ICollection.get_SyncRoot() */,
{ 10159, 485, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::IsCompatibleObject(System.Object) */,
{ 10160, 485, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10163, 485, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.Add(System.Object) */,
{ 10165, 485, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.Color32>::AsReadOnly() */,
{ 10167, 485, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::Contains(T) */,
{ 10168, 485, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::CopyTo(T[]) */,
{ 10170, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::CopyTo(T[],System.Int32) */,
{ 10173, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::EnsureCapacity(System.Int32) */,
{ 10174, 485, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Color32>::Find(System.Predicate`1<T>) */,
{ 10175, 485, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 485, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 485, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.Color32>::GetEnumerator() */,
{ 10178, 485, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 485, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 485, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::IndexOf(T) */,
{ 10181, 485, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Insert(System.Int32,T) */,
{ 10183, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 485, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color32>::Remove(T) */,
{ 10186, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 485, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color32>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::RemoveAt(System.Int32) */,
{ 10189, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Reverse() */,
{ 10191, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Reverse(System.Int32,System.Int32) */,
{ 10192, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Sort() */,
{ 10193, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Sort(System.Comparison`1<T>) */,
{ 10196, 485, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.Color32>::ToArray() */,
{ 10197, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::TrimExcess() */,
{ 10198, 485, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::.cctor() */,
{ 10147, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::.ctor(System.Int32) */,
{ 10148, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 476, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::get_Capacity() */,
{ 10150, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::set_Capacity(System.Int32) */,
{ 10151, 476, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::get_Count() */,
{ 10152, 476, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 476, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 476, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 476, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 476, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.ICollection.get_SyncRoot() */,
{ 10157, 476, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Color>::get_Item(System.Int32) */,
{ 10158, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::set_Item(System.Int32,T) */,
{ 10159, 476, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::IsCompatibleObject(System.Object) */,
{ 10160, 476, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10163, 476, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.Add(System.Object) */,
{ 10164, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 476, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.Color>::AsReadOnly() */,
{ 10166, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Clear() */,
{ 10167, 476, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::Contains(T) */,
{ 10168, 476, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::CopyTo(T[]) */,
{ 10170, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::CopyTo(T[],System.Int32) */,
{ 10173, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::EnsureCapacity(System.Int32) */,
{ 10174, 476, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Color>::Find(System.Predicate`1<T>) */,
{ 10175, 476, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 476, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 476, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.Color>::GetEnumerator() */,
{ 10178, 476, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 476, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 476, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::IndexOf(T) */,
{ 10181, 476, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Insert(System.Int32,T) */,
{ 10183, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 476, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Color>::Remove(T) */,
{ 10186, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 476, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Color>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::RemoveAt(System.Int32) */,
{ 10189, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Reverse() */,
{ 10191, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Reverse(System.Int32,System.Int32) */,
{ 10192, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Sort() */,
{ 10193, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::Sort(System.Comparison`1<T>) */,
{ 10197, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::TrimExcess() */,
{ 10198, 476, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Color>::.cctor() */,
{ 10147, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::.ctor(System.Int32) */,
{ 10148, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 573, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::get_Capacity() */,
{ 10150, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::set_Capacity(System.Int32) */,
{ 10152, 573, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 573, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 573, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 573, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 573, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.ICollection.get_SyncRoot() */,
{ 10158, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::set_Item(System.Int32,T) */,
{ 10159, 573, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::IsCompatibleObject(System.Object) */,
{ 10160, 573, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10163, 573, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IList.Add(System.Object) */,
{ 10164, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 573, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::AsReadOnly() */,
{ 10167, 573, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::Contains(T) */,
{ 10168, 573, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::CopyTo(T[]) */,
{ 10170, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::CopyTo(T[],System.Int32) */,
{ 10173, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::EnsureCapacity(System.Int32) */,
{ 10174, 573, -1 } /* T System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::Find(System.Predicate`1<T>) */,
{ 10175, 573, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 573, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 573, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::GetEnumerator() */,
{ 10178, 573, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 573, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 573, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::IndexOf(T) */,
{ 10181, 573, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::Insert(System.Int32,T) */,
{ 10183, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 573, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::Remove(T) */,
{ 10186, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 573, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::RemoveAt(System.Int32) */,
{ 10189, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::Reverse() */,
{ 10191, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::Reverse(System.Int32,System.Int32) */,
{ 10192, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::Sort() */,
{ 10193, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10196, 573, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::ToArray() */,
{ 10197, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::TrimExcess() */,
{ 10198, 573, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::.cctor() */,
{ 10147, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::.ctor(System.Int32) */,
{ 10148, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 482, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Quaternion>::get_Capacity() */,
{ 10150, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::set_Capacity(System.Int32) */,
{ 10151, 482, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Quaternion>::get_Count() */,
{ 10152, 482, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Quaternion>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 482, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Quaternion>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 482, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Quaternion>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 482, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Quaternion>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 482, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Quaternion>::System.Collections.ICollection.get_SyncRoot() */,
{ 10157, 482, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Quaternion>::get_Item(System.Int32) */,
{ 10158, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::set_Item(System.Int32,T) */,
{ 10159, 482, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Quaternion>::IsCompatibleObject(System.Object) */,
{ 10160, 482, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Quaternion>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10163, 482, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Quaternion>::System.Collections.IList.Add(System.Object) */,
{ 10164, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 482, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.Quaternion>::AsReadOnly() */,
{ 10166, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::Clear() */,
{ 10167, 482, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Quaternion>::Contains(T) */,
{ 10168, 482, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Quaternion>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::CopyTo(T[]) */,
{ 10170, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::CopyTo(T[],System.Int32) */,
{ 10173, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::EnsureCapacity(System.Int32) */,
{ 10174, 482, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Quaternion>::Find(System.Predicate`1<T>) */,
{ 10175, 482, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Quaternion>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 482, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Quaternion>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 482, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.Quaternion>::GetEnumerator() */,
{ 10178, 482, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.Quaternion>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 482, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.Quaternion>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 482, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Quaternion>::IndexOf(T) */,
{ 10181, 482, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Quaternion>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::Insert(System.Int32,T) */,
{ 10183, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 482, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Quaternion>::Remove(T) */,
{ 10186, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 482, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Quaternion>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::RemoveAt(System.Int32) */,
{ 10189, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::Reverse() */,
{ 10191, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::Reverse(System.Int32,System.Int32) */,
{ 10192, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::Sort() */,
{ 10193, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::Sort(System.Comparison`1<T>) */,
{ 10197, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::TrimExcess() */,
{ 10198, 482, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Quaternion>::.cctor() */,
{ 10147, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::.ctor(System.Int32) */,
{ 10148, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 479, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Touch>::get_Capacity() */,
{ 10150, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::set_Capacity(System.Int32) */,
{ 10151, 479, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Touch>::get_Count() */,
{ 10152, 479, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Touch>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 479, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Touch>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 479, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Touch>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 479, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Touch>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 479, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Touch>::System.Collections.ICollection.get_SyncRoot() */,
{ 10158, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::set_Item(System.Int32,T) */,
{ 10159, 479, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Touch>::IsCompatibleObject(System.Object) */,
{ 10160, 479, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Touch>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10162, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::Add(T) */,
{ 10163, 479, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Touch>::System.Collections.IList.Add(System.Object) */,
{ 10164, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 479, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.Touch>::AsReadOnly() */,
{ 10166, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::Clear() */,
{ 10167, 479, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Touch>::Contains(T) */,
{ 10168, 479, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Touch>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::CopyTo(T[]) */,
{ 10170, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::CopyTo(T[],System.Int32) */,
{ 10173, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::EnsureCapacity(System.Int32) */,
{ 10174, 479, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Touch>::Find(System.Predicate`1<T>) */,
{ 10175, 479, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Touch>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 479, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Touch>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 479, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.Touch>::GetEnumerator() */,
{ 10178, 479, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.Touch>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 479, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.Touch>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 479, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Touch>::IndexOf(T) */,
{ 10181, 479, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Touch>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::Insert(System.Int32,T) */,
{ 10183, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 479, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Touch>::Remove(T) */,
{ 10186, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 479, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Touch>::RemoveAll(System.Predicate`1<T>) */,
{ 10190, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::Reverse() */,
{ 10191, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::Reverse(System.Int32,System.Int32) */,
{ 10192, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::Sort() */,
{ 10193, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::Sort(System.Comparison`1<T>) */,
{ 10196, 479, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.Touch>::ToArray() */,
{ 10197, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::TrimExcess() */,
{ 10198, 479, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Touch>::.cctor() */,
{ 10146, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::.ctor() */,
{ 10148, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 522, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UICharInfo>::get_Capacity() */,
{ 10150, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::set_Capacity(System.Int32) */,
{ 10151, 522, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UICharInfo>::get_Count() */,
{ 10152, 522, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UICharInfo>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 522, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UICharInfo>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 522, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UICharInfo>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 522, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UICharInfo>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 522, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.UICharInfo>::System.Collections.ICollection.get_SyncRoot() */,
{ 10157, 522, -1 } /* T System.Collections.Generic.List`1<UnityEngine.UICharInfo>::get_Item(System.Int32) */,
{ 10158, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::set_Item(System.Int32,T) */,
{ 10159, 522, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UICharInfo>::IsCompatibleObject(System.Object) */,
{ 10160, 522, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.UICharInfo>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10162, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::Add(T) */,
{ 10163, 522, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UICharInfo>::System.Collections.IList.Add(System.Object) */,
{ 10164, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 522, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.UICharInfo>::AsReadOnly() */,
{ 10166, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::Clear() */,
{ 10167, 522, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UICharInfo>::Contains(T) */,
{ 10168, 522, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UICharInfo>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::CopyTo(T[]) */,
{ 10170, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::CopyTo(T[],System.Int32) */,
{ 10173, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::EnsureCapacity(System.Int32) */,
{ 10174, 522, -1 } /* T System.Collections.Generic.List`1<UnityEngine.UICharInfo>::Find(System.Predicate`1<T>) */,
{ 10175, 522, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UICharInfo>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 522, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UICharInfo>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 522, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.UICharInfo>::GetEnumerator() */,
{ 10178, 522, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.UICharInfo>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 522, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.UICharInfo>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 522, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UICharInfo>::IndexOf(T) */,
{ 10181, 522, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UICharInfo>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::Insert(System.Int32,T) */,
{ 10183, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 522, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UICharInfo>::Remove(T) */,
{ 10186, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 522, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UICharInfo>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::RemoveAt(System.Int32) */,
{ 10189, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::Reverse() */,
{ 10191, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::Reverse(System.Int32,System.Int32) */,
{ 10192, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::Sort() */,
{ 10193, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::Sort(System.Comparison`1<T>) */,
{ 10196, 522, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.UICharInfo>::ToArray() */,
{ 10197, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::TrimExcess() */,
{ 10198, 522, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UICharInfo>::.cctor() */,
{ 10146, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::.ctor() */,
{ 10148, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 523, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UILineInfo>::get_Capacity() */,
{ 10150, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::set_Capacity(System.Int32) */,
{ 10151, 523, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UILineInfo>::get_Count() */,
{ 10152, 523, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UILineInfo>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 523, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UILineInfo>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 523, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UILineInfo>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 523, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UILineInfo>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 523, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.UILineInfo>::System.Collections.ICollection.get_SyncRoot() */,
{ 10157, 523, -1 } /* T System.Collections.Generic.List`1<UnityEngine.UILineInfo>::get_Item(System.Int32) */,
{ 10158, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::set_Item(System.Int32,T) */,
{ 10159, 523, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UILineInfo>::IsCompatibleObject(System.Object) */,
{ 10160, 523, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.UILineInfo>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10162, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::Add(T) */,
{ 10163, 523, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UILineInfo>::System.Collections.IList.Add(System.Object) */,
{ 10164, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 523, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.UILineInfo>::AsReadOnly() */,
{ 10166, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::Clear() */,
{ 10167, 523, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UILineInfo>::Contains(T) */,
{ 10168, 523, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UILineInfo>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::CopyTo(T[]) */,
{ 10170, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::CopyTo(T[],System.Int32) */,
{ 10173, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::EnsureCapacity(System.Int32) */,
{ 10174, 523, -1 } /* T System.Collections.Generic.List`1<UnityEngine.UILineInfo>::Find(System.Predicate`1<T>) */,
{ 10175, 523, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UILineInfo>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 523, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UILineInfo>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 523, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.UILineInfo>::GetEnumerator() */,
{ 10178, 523, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.UILineInfo>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 523, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.UILineInfo>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 523, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UILineInfo>::IndexOf(T) */,
{ 10181, 523, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UILineInfo>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::Insert(System.Int32,T) */,
{ 10183, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 523, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UILineInfo>::Remove(T) */,
{ 10186, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 523, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UILineInfo>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::RemoveAt(System.Int32) */,
{ 10189, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::Reverse() */,
{ 10191, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::Reverse(System.Int32,System.Int32) */,
{ 10192, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::Sort() */,
{ 10193, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::Sort(System.Comparison`1<T>) */,
{ 10196, 523, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.UILineInfo>::ToArray() */,
{ 10197, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::TrimExcess() */,
{ 10198, 523, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UILineInfo>::.cctor() */,
{ 10146, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::.ctor() */,
{ 10148, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10152, 521, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIVertex>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 521, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIVertex>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 521, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIVertex>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 521, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIVertex>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 521, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.UIVertex>::System.Collections.ICollection.get_SyncRoot() */,
{ 10159, 521, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIVertex>::IsCompatibleObject(System.Object) */,
{ 10160, 521, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.UIVertex>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10163, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIVertex>::System.Collections.IList.Add(System.Object) */,
{ 10164, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::AddRange(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10165, 521, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.UIVertex>::AsReadOnly() */,
{ 10166, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::Clear() */,
{ 10167, 521, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIVertex>::Contains(T) */,
{ 10168, 521, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIVertex>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::CopyTo(T[]) */,
{ 10170, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::CopyTo(T[],System.Int32) */,
{ 10173, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::EnsureCapacity(System.Int32) */,
{ 10174, 521, -1 } /* T System.Collections.Generic.List`1<UnityEngine.UIVertex>::Find(System.Predicate`1<T>) */,
{ 10175, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIVertex>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIVertex>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 521, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.UIVertex>::GetEnumerator() */,
{ 10178, 521, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.UIVertex>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 521, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.UIVertex>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIVertex>::IndexOf(T) */,
{ 10181, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIVertex>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::Insert(System.Int32,T) */,
{ 10183, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 521, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UIVertex>::Remove(T) */,
{ 10186, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 521, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UIVertex>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::RemoveAt(System.Int32) */,
{ 10189, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::Reverse() */,
{ 10191, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::Reverse(System.Int32,System.Int32) */,
{ 10192, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::Sort() */,
{ 10193, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::Sort(System.Comparison`1<T>) */,
{ 10196, 521, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.UIVertex>::ToArray() */,
{ 10197, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::TrimExcess() */,
{ 10198, 521, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::.cctor() */,
{ 10146, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor() */,
{ 10148, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 495, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Capacity() */,
{ 10150, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::set_Capacity(System.Int32) */,
{ 10151, 495, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Count() */,
{ 10152, 495, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 495, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 495, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 495, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 495, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.ICollection.get_SyncRoot() */,
{ 10157, 495, -1 } /* T System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Item(System.Int32) */,
{ 10158, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::set_Item(System.Int32,T) */,
{ 10159, 495, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IsCompatibleObject(System.Object) */,
{ 10160, 495, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10163, 495, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Add(System.Object) */,
{ 10165, 495, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::AsReadOnly() */,
{ 10167, 495, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Contains(T) */,
{ 10168, 495, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::CopyTo(T[]) */,
{ 10170, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::CopyTo(T[],System.Int32) */,
{ 10173, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::EnsureCapacity(System.Int32) */,
{ 10174, 495, -1 } /* T System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Find(System.Predicate`1<T>) */,
{ 10175, 495, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 495, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10178, 495, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 495, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 495, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IndexOf(T) */,
{ 10181, 495, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Insert(System.Int32,T) */,
{ 10183, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 495, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Remove(T) */,
{ 10186, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 495, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::RemoveAt(System.Int32) */,
{ 10189, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Reverse() */,
{ 10191, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Reverse(System.Int32,System.Int32) */,
{ 10192, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Sort() */,
{ 10193, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Sort(System.Comparison`1<T>) */,
{ 10196, 495, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::ToArray() */,
{ 10197, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::TrimExcess() */,
{ 10198, 495, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.cctor() */,
{ 10147, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::.ctor(System.Int32) */,
{ 10148, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 484, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::get_Capacity() */,
{ 10150, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::set_Capacity(System.Int32) */,
{ 10151, 484, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::get_Count() */,
{ 10152, 484, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 484, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 484, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 484, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 484, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.ICollection.get_SyncRoot() */,
{ 10159, 484, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::IsCompatibleObject(System.Object) */,
{ 10160, 484, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10163, 484, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.Add(System.Object) */,
{ 10165, 484, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.Vector2>::AsReadOnly() */,
{ 10167, 484, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::Contains(T) */,
{ 10168, 484, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::CopyTo(T[]) */,
{ 10170, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::CopyTo(T[],System.Int32) */,
{ 10173, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::EnsureCapacity(System.Int32) */,
{ 10174, 484, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Vector2>::Find(System.Predicate`1<T>) */,
{ 10175, 484, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 484, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 484, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.Vector2>::GetEnumerator() */,
{ 10178, 484, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 484, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 484, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::IndexOf(T) */,
{ 10181, 484, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Insert(System.Int32,T) */,
{ 10183, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 484, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector2>::Remove(T) */,
{ 10186, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 484, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector2>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::RemoveAt(System.Int32) */,
{ 10189, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Reverse() */,
{ 10191, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Reverse(System.Int32,System.Int32) */,
{ 10192, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Sort() */,
{ 10193, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Sort(System.Comparison`1<T>) */,
{ 10197, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::TrimExcess() */,
{ 10198, 484, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::.cctor() */,
{ 10147, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::.ctor(System.Int32) */,
{ 10148, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 481, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::get_Capacity() */,
{ 10150, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::set_Capacity(System.Int32) */,
{ 10152, 481, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 481, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 481, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 481, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 481, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.ICollection.get_SyncRoot() */,
{ 10159, 481, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::IsCompatibleObject(System.Object) */,
{ 10160, 481, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10163, 481, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.Add(System.Object) */,
{ 10165, 481, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.Vector3>::AsReadOnly() */,
{ 10167, 481, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::Contains(T) */,
{ 10168, 481, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::CopyTo(T[]) */,
{ 10170, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::CopyTo(T[],System.Int32) */,
{ 10173, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::EnsureCapacity(System.Int32) */,
{ 10174, 481, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Vector3>::Find(System.Predicate`1<T>) */,
{ 10175, 481, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 481, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 481, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.Vector3>::GetEnumerator() */,
{ 10178, 481, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 481, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 481, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::IndexOf(T) */,
{ 10181, 481, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Insert(System.Int32,T) */,
{ 10183, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 481, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector3>::Remove(T) */,
{ 10186, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 481, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::RemoveAt(System.Int32) */,
{ 10189, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Reverse() */,
{ 10191, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Reverse(System.Int32,System.Int32) */,
{ 10192, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Sort() */,
{ 10193, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Sort(System.Comparison`1<T>) */,
{ 10197, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::TrimExcess() */,
{ 10198, 481, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::.cctor() */,
{ 10146, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::.ctor() */,
{ 10147, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::.ctor(System.Int32) */,
{ 10148, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 10149, 483, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::get_Capacity() */,
{ 10150, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::set_Capacity(System.Int32) */,
{ 10151, 483, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::get_Count() */,
{ 10152, 483, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.get_IsFixedSize() */,
{ 10153, 483, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 10154, 483, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.get_IsReadOnly() */,
{ 10155, 483, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.ICollection.get_IsSynchronized() */,
{ 10156, 483, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.ICollection.get_SyncRoot() */,
{ 10159, 483, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::IsCompatibleObject(System.Object) */,
{ 10160, 483, -1 } /* System.Object System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.get_Item(System.Int32) */,
{ 10161, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 10163, 483, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.Add(System.Object) */,
{ 10165, 483, -1 } /* System.Collections.ObjectModel.ReadOnlyCollection`1<T> System.Collections.Generic.List`1<UnityEngine.Vector4>::AsReadOnly() */,
{ 10167, 483, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::Contains(T) */,
{ 10168, 483, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.Contains(System.Object) */,
{ 10169, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::CopyTo(T[]) */,
{ 10170, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 10171, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::CopyTo(System.Int32,T[],System.Int32,System.Int32) */,
{ 10172, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::CopyTo(T[],System.Int32) */,
{ 10173, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::EnsureCapacity(System.Int32) */,
{ 10174, 483, -1 } /* T System.Collections.Generic.List`1<UnityEngine.Vector4>::Find(System.Predicate`1<T>) */,
{ 10175, 483, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::FindIndex(System.Predicate`1<T>) */,
{ 10176, 483, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10177, 483, -1 } /* System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.Vector4>::GetEnumerator() */,
{ 10178, 483, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 10179, 483, -1 } /* System.Collections.IEnumerator System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IEnumerable.GetEnumerator() */,
{ 10180, 483, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::IndexOf(T) */,
{ 10181, 483, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.IndexOf(System.Object) */,
{ 10182, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Insert(System.Int32,T) */,
{ 10183, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 10184, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 10185, 483, -1 } /* System.Boolean System.Collections.Generic.List`1<UnityEngine.Vector4>::Remove(T) */,
{ 10186, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::System.Collections.IList.Remove(System.Object) */,
{ 10187, 483, -1 } /* System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector4>::RemoveAll(System.Predicate`1<T>) */,
{ 10188, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::RemoveAt(System.Int32) */,
{ 10189, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::RemoveRange(System.Int32,System.Int32) */,
{ 10190, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Reverse() */,
{ 10191, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Reverse(System.Int32,System.Int32) */,
{ 10192, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Sort() */,
{ 10193, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Sort(System.Collections.Generic.IComparer`1<T>) */,
{ 10194, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 10195, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Sort(System.Comparison`1<T>) */,
{ 10196, 483, -1 } /* T[] System.Collections.Generic.List`1<UnityEngine.Vector4>::ToArray() */,
{ 10197, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::TrimExcess() */,
{ 10198, 483, -1 } /* System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::.cctor() */,
{ 10055, 47, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Boolean>::Compare(T,T) */,
{ 10056, 47, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Boolean>::Equals(System.Object) */,
{ 10057, 47, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Boolean>::GetHashCode() */,
{ 10058, 47, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Boolean>::.ctor() */,
{ 10055, 8, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Byte>::Compare(T,T) */,
{ 10056, 8, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Byte>::Equals(System.Object) */,
{ 10057, 8, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Byte>::GetHashCode() */,
{ 10058, 8, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Byte>::.ctor() */,
{ 10055, 9, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Char>::Compare(T,T) */,
{ 10056, 9, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Char>::Equals(System.Object) */,
{ 10057, 9, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Char>::GetHashCode() */,
{ 10058, 9, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Char>::.ctor() */,
{ 10055, 116, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Compare(T,T) */,
{ 10056, 116, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Equals(System.Object) */,
{ 10057, 116, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::GetHashCode() */,
{ 10058, 116, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor() */,
{ 10055, 61, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.DateTime>::Compare(T,T) */,
{ 10056, 61, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.DateTime>::Equals(System.Object) */,
{ 10057, 61, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.DateTime>::GetHashCode() */,
{ 10058, 61, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.DateTime>::.ctor() */,
{ 10055, 62, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.DateTimeOffset>::Compare(T,T) */,
{ 10056, 62, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.DateTimeOffset>::Equals(System.Object) */,
{ 10057, 62, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.DateTimeOffset>::GetHashCode() */,
{ 10058, 62, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.DateTimeOffset>::.ctor() */,
{ 10055, 63, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Decimal>::Compare(T,T) */,
{ 10056, 63, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Decimal>::Equals(System.Object) */,
{ 10057, 63, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Decimal>::GetHashCode() */,
{ 10058, 63, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Decimal>::.ctor() */,
{ 10055, 83, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Double>::Compare(T,T) */,
{ 10056, 83, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Double>::Equals(System.Object) */,
{ 10057, 83, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Double>::GetHashCode() */,
{ 10058, 83, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Double>::.ctor() */,
{ 10055, 97, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Int16>::Compare(T,T) */,
{ 10056, 97, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Int16>::Equals(System.Object) */,
{ 10057, 97, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Int16>::GetHashCode() */,
{ 10058, 97, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Int16>::.ctor() */,
{ 10055, 24, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Int32>::Compare(T,T) */,
{ 10056, 24, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Int32>::Equals(System.Object) */,
{ 10057, 24, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Int32>::GetHashCode() */,
{ 10058, 24, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Int32>::.ctor() */,
{ 10055, 92, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Int32Enum>::Compare(T,T) */,
{ 10056, 92, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Int32Enum>::Equals(System.Object) */,
{ 10057, 92, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Int32Enum>::GetHashCode() */,
{ 10058, 92, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Int32Enum>::.ctor() */,
{ 10055, 30, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Int64>::Compare(T,T) */,
{ 10056, 30, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Int64>::Equals(System.Object) */,
{ 10057, 30, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Int64>::GetHashCode() */,
{ 10058, 30, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Int64>::.ctor() */,
{ 10055, 110, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.SByte>::Compare(T,T) */,
{ 10056, 110, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.SByte>::Equals(System.Object) */,
{ 10057, 110, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.SByte>::GetHashCode() */,
{ 10058, 110, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.SByte>::.ctor() */,
{ 10055, 111, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Single>::Compare(T,T) */,
{ 10056, 111, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.Single>::Equals(System.Object) */,
{ 10057, 111, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.Single>::GetHashCode() */,
{ 10058, 111, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.Single>::.ctor() */,
{ 10055, 112, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.TimeSpan>::Compare(T,T) */,
{ 10056, 112, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.TimeSpan>::Equals(System.Object) */,
{ 10057, 112, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.TimeSpan>::GetHashCode() */,
{ 10058, 112, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.TimeSpan>::.ctor() */,
{ 10055, 136, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.UInt16>::Compare(T,T) */,
{ 10056, 136, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.UInt16>::Equals(System.Object) */,
{ 10057, 136, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.UInt16>::GetHashCode() */,
{ 10058, 136, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.UInt16>::.ctor() */,
{ 10055, 35, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.UInt32>::Compare(T,T) */,
{ 10056, 35, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.UInt32>::Equals(System.Object) */,
{ 10057, 35, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.UInt32>::GetHashCode() */,
{ 10058, 35, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.UInt32>::.ctor() */,
{ 10055, 84, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.UInt64>::Compare(T,T) */,
{ 10056, 84, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<System.UInt64>::Equals(System.Object) */,
{ 10057, 84, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<System.UInt64>::GetHashCode() */,
{ 10058, 84, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<System.UInt64>::.ctor() */,
{ 10055, 825, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::Compare(T,T) */,
{ 10056, 825, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::Equals(System.Object) */,
{ 10057, 825, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::GetHashCode() */,
{ 10058, 825, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::.ctor() */,
{ 10055, 470, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Compare(T,T) */,
{ 10056, 470, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Equals(System.Object) */,
{ 10057, 470, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::GetHashCode() */,
{ 10058, 470, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor() */,
{ 10055, 485, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Color32>::Compare(T,T) */,
{ 10056, 485, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.Color32>::Equals(System.Object) */,
{ 10057, 485, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Color32>::GetHashCode() */,
{ 10058, 485, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.Color32>::.ctor() */,
{ 10055, 476, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Color>::Compare(T,T) */,
{ 10056, 476, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.Color>::Equals(System.Object) */,
{ 10057, 476, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Color>::GetHashCode() */,
{ 10058, 476, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.Color>::.ctor() */,
{ 10055, 573, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.EventSystems.RaycastResult>::Compare(T,T) */,
{ 10056, 573, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.EventSystems.RaycastResult>::Equals(System.Object) */,
{ 10057, 573, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.EventSystems.RaycastResult>::GetHashCode() */,
{ 10058, 573, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.EventSystems.RaycastResult>::.ctor() */,
{ 10055, 482, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Quaternion>::Compare(T,T) */,
{ 10056, 482, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.Quaternion>::Equals(System.Object) */,
{ 10057, 482, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Quaternion>::GetHashCode() */,
{ 10058, 482, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.Quaternion>::.ctor() */,
{ 10055, 566, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.RaycastHit>::Compare(T,T) */,
{ 10056, 566, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.RaycastHit>::Equals(System.Object) */,
{ 10057, 566, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.RaycastHit>::GetHashCode() */,
{ 10058, 566, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.RaycastHit>::.ctor() */,
{ 10055, 479, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Touch>::Compare(T,T) */,
{ 10056, 479, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.Touch>::Equals(System.Object) */,
{ 10057, 479, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Touch>::GetHashCode() */,
{ 10058, 479, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.Touch>::.ctor() */,
{ 10055, 522, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.UICharInfo>::Compare(T,T) */,
{ 10056, 522, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.UICharInfo>::Equals(System.Object) */,
{ 10057, 522, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.UICharInfo>::GetHashCode() */,
{ 10058, 522, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.UICharInfo>::.ctor() */,
{ 10055, 523, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.UILineInfo>::Compare(T,T) */,
{ 10056, 523, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.UILineInfo>::Equals(System.Object) */,
{ 10057, 523, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.UILineInfo>::GetHashCode() */,
{ 10058, 523, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.UILineInfo>::.ctor() */,
{ 10055, 521, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.UIVertex>::Compare(T,T) */,
{ 10056, 521, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.UIVertex>::Equals(System.Object) */,
{ 10057, 521, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.UIVertex>::GetHashCode() */,
{ 10058, 521, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.UIVertex>::.ctor() */,
{ 10055, 495, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Compare(T,T) */,
{ 10056, 495, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Equals(System.Object) */,
{ 10057, 495, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::GetHashCode() */,
{ 10058, 495, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor() */,
{ 10055, 484, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector2>::Compare(T,T) */,
{ 10056, 484, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector2>::Equals(System.Object) */,
{ 10057, 484, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector2>::GetHashCode() */,
{ 10058, 484, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector2>::.ctor() */,
{ 10055, 481, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector3>::Compare(T,T) */,
{ 10056, 481, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector3>::Equals(System.Object) */,
{ 10057, 481, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector3>::GetHashCode() */,
{ 10058, 481, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector3>::.ctor() */,
{ 10055, 483, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector4>::Compare(T,T) */,
{ 10056, 483, -1 } /* System.Boolean System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector4>::Equals(System.Object) */,
{ 10057, 483, -1 } /* System.Int32 System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector4>::GetHashCode() */,
{ 10058, 483, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector4>::.ctor() */,
{ 10084, 353, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::Equals(T,T) */,
{ 10085, 353, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::GetHashCode(T) */,
{ 10086, 353, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 353, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 353, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::Equals(System.Object) */,
{ 10089, 353, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::GetHashCode() */,
{ 10090, 353, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<MS.Internal.Xml.Cache.XPathNodeRef>::.ctor() */,
{ 10084, 47, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Boolean>::Equals(T,T) */,
{ 10085, 47, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Boolean>::GetHashCode(T) */,
{ 10086, 47, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Boolean>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 47, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Boolean>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 47, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Boolean>::Equals(System.Object) */,
{ 10089, 47, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Boolean>::GetHashCode() */,
{ 10090, 47, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Boolean>::.ctor() */,
{ 10084, 8, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Byte>::Equals(T,T) */,
{ 10085, 8, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Byte>::GetHashCode(T) */,
{ 10086, 8, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Byte>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 8, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Byte>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 8, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Byte>::Equals(System.Object) */,
{ 10089, 8, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Byte>::GetHashCode() */,
{ 10090, 8, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Byte>::.ctor() */,
{ 10084, 9, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Char>::Equals(T,T) */,
{ 10085, 9, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Char>::GetHashCode(T) */,
{ 10086, 9, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Char>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 9, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Char>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 9, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Char>::Equals(System.Object) */,
{ 10089, 9, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Char>::GetHashCode() */,
{ 10090, 9, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Char>::.ctor() */,
{ 10084, 116, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Equals(T,T) */,
{ 10085, 116, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::GetHashCode(T) */,
{ 10086, 116, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 116, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 116, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Equals(System.Object) */,
{ 10089, 116, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::GetHashCode() */,
{ 10090, 116, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor() */,
{ 10084, 61, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.DateTime>::Equals(T,T) */,
{ 10085, 61, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.DateTime>::GetHashCode(T) */,
{ 10086, 61, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.DateTime>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 61, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.DateTime>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 61, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.DateTime>::Equals(System.Object) */,
{ 10089, 61, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.DateTime>::GetHashCode() */,
{ 10090, 61, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.DateTime>::.ctor() */,
{ 10084, 62, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.DateTimeOffset>::Equals(T,T) */,
{ 10085, 62, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.DateTimeOffset>::GetHashCode(T) */,
{ 10086, 62, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.DateTimeOffset>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 62, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.DateTimeOffset>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 62, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.DateTimeOffset>::Equals(System.Object) */,
{ 10089, 62, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.DateTimeOffset>::GetHashCode() */,
{ 10090, 62, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.DateTimeOffset>::.ctor() */,
{ 10084, 63, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Decimal>::Equals(T,T) */,
{ 10085, 63, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Decimal>::GetHashCode(T) */,
{ 10086, 63, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Decimal>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 63, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Decimal>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 63, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Decimal>::Equals(System.Object) */,
{ 10089, 63, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Decimal>::GetHashCode() */,
{ 10090, 63, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Decimal>::.ctor() */,
{ 10084, 83, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Double>::Equals(T,T) */,
{ 10085, 83, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Double>::GetHashCode(T) */,
{ 10086, 83, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Double>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 83, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Double>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 83, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Double>::Equals(System.Object) */,
{ 10089, 83, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Double>::GetHashCode() */,
{ 10090, 83, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Double>::.ctor() */,
{ 10084, 96, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Guid>::Equals(T,T) */,
{ 10085, 96, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Guid>::GetHashCode(T) */,
{ 10086, 96, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Guid>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 96, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Guid>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 96, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Guid>::Equals(System.Object) */,
{ 10089, 96, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Guid>::GetHashCode() */,
{ 10090, 96, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Guid>::.ctor() */,
{ 10084, 97, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Int16>::Equals(T,T) */,
{ 10085, 97, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int16>::GetHashCode(T) */,
{ 10086, 97, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int16>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 97, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int16>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 97, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Int16>::Equals(System.Object) */,
{ 10089, 97, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int16>::GetHashCode() */,
{ 10090, 97, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Int16>::.ctor() */,
{ 10084, 24, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Int32>::Equals(T,T) */,
{ 10085, 24, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int32>::GetHashCode(T) */,
{ 10086, 24, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int32>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 24, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int32>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 24, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Int32>::Equals(System.Object) */,
{ 10089, 24, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int32>::GetHashCode() */,
{ 10090, 24, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Int32>::.ctor() */,
{ 10084, 92, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Int32Enum>::Equals(T,T) */,
{ 10085, 92, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int32Enum>::GetHashCode(T) */,
{ 10086, 92, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int32Enum>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 92, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int32Enum>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 92, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Int32Enum>::Equals(System.Object) */,
{ 10089, 92, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int32Enum>::GetHashCode() */,
{ 10090, 92, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Int32Enum>::.ctor() */,
{ 10084, 30, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Int64>::Equals(T,T) */,
{ 10085, 30, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int64>::GetHashCode(T) */,
{ 10086, 30, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int64>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 30, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int64>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 30, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Int64>::Equals(System.Object) */,
{ 10089, 30, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Int64>::GetHashCode() */,
{ 10090, 30, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Int64>::.ctor() */,
{ 10084, 168, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>::Equals(T,T) */,
{ 10085, 168, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>::GetHashCode(T) */,
{ 10086, 168, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 168, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 168, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>::Equals(System.Object) */,
{ 10089, 168, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>::GetHashCode() */,
{ 10090, 168, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>::.ctor() */,
{ 10084, 110, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.SByte>::Equals(T,T) */,
{ 10085, 110, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.SByte>::GetHashCode(T) */,
{ 10086, 110, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.SByte>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 110, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.SByte>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 110, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.SByte>::Equals(System.Object) */,
{ 10089, 110, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.SByte>::GetHashCode() */,
{ 10090, 110, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.SByte>::.ctor() */,
{ 10084, 111, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Single>::Equals(T,T) */,
{ 10085, 111, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Single>::GetHashCode(T) */,
{ 10086, 111, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Single>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 111, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Single>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 111, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.Single>::Equals(System.Object) */,
{ 10089, 111, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.Single>::GetHashCode() */,
{ 10090, 111, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.Single>::.ctor() */,
{ 10084, 112, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.TimeSpan>::Equals(T,T) */,
{ 10085, 112, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.TimeSpan>::GetHashCode(T) */,
{ 10086, 112, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.TimeSpan>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 112, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.TimeSpan>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 112, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.TimeSpan>::Equals(System.Object) */,
{ 10089, 112, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.TimeSpan>::GetHashCode() */,
{ 10090, 112, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.TimeSpan>::.ctor() */,
{ 10084, 136, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.UInt16>::Equals(T,T) */,
{ 10085, 136, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt16>::GetHashCode(T) */,
{ 10086, 136, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt16>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 136, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt16>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 136, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.UInt16>::Equals(System.Object) */,
{ 10089, 136, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt16>::GetHashCode() */,
{ 10090, 136, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.UInt16>::.ctor() */,
{ 10084, 35, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.UInt32>::Equals(T,T) */,
{ 10085, 35, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt32>::GetHashCode(T) */,
{ 10086, 35, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt32>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 35, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt32>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 35, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.UInt32>::Equals(System.Object) */,
{ 10089, 35, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt32>::GetHashCode() */,
{ 10090, 35, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.UInt32>::.ctor() */,
{ 10084, 84, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.UInt64>::Equals(T,T) */,
{ 10085, 84, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt64>::GetHashCode(T) */,
{ 10086, 84, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt64>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 84, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt64>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 84, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<System.UInt64>::Equals(System.Object) */,
{ 10089, 84, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<System.UInt64>::GetHashCode() */,
{ 10090, 84, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<System.UInt64>::.ctor() */,
{ 10084, 825, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::Equals(T,T) */,
{ 10085, 825, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::GetHashCode(T) */,
{ 10086, 825, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 825, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 825, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::Equals(System.Object) */,
{ 10089, 825, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::GetHashCode() */,
{ 10090, 825, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::.ctor() */,
{ 10084, 470, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Equals(T,T) */,
{ 10085, 470, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::GetHashCode(T) */,
{ 10086, 470, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 470, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 470, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Equals(System.Object) */,
{ 10089, 470, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::GetHashCode() */,
{ 10090, 470, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor() */,
{ 10084, 485, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color32>::Equals(T,T) */,
{ 10085, 485, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color32>::GetHashCode(T) */,
{ 10086, 485, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color32>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 485, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color32>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 485, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color32>::Equals(System.Object) */,
{ 10089, 485, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color32>::GetHashCode() */,
{ 10090, 485, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color32>::.ctor() */,
{ 10084, 476, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color>::Equals(T,T) */,
{ 10085, 476, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color>::GetHashCode(T) */,
{ 10086, 476, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 476, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 476, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color>::Equals(System.Object) */,
{ 10089, 476, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color>::GetHashCode() */,
{ 10090, 476, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color>::.ctor() */,
{ 10084, 573, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.EventSystems.RaycastResult>::Equals(T,T) */,
{ 10085, 573, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.EventSystems.RaycastResult>::GetHashCode(T) */,
{ 10086, 573, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.EventSystems.RaycastResult>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 573, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.EventSystems.RaycastResult>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 573, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.EventSystems.RaycastResult>::Equals(System.Object) */,
{ 10089, 573, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.EventSystems.RaycastResult>::GetHashCode() */,
{ 10090, 573, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.EventSystems.RaycastResult>::.ctor() */,
{ 10084, 482, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Quaternion>::Equals(T,T) */,
{ 10085, 482, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Quaternion>::GetHashCode(T) */,
{ 10086, 482, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Quaternion>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 482, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Quaternion>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 482, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Quaternion>::Equals(System.Object) */,
{ 10089, 482, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Quaternion>::GetHashCode() */,
{ 10090, 482, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Quaternion>::.ctor() */,
{ 10084, 479, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Touch>::Equals(T,T) */,
{ 10085, 479, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Touch>::GetHashCode(T) */,
{ 10086, 479, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Touch>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 479, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Touch>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 479, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Touch>::Equals(System.Object) */,
{ 10089, 479, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Touch>::GetHashCode() */,
{ 10090, 479, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Touch>::.ctor() */,
{ 10084, 612, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.ColorBlock>::Equals(T,T) */,
{ 10085, 612, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.ColorBlock>::GetHashCode(T) */,
{ 10086, 612, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.ColorBlock>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 612, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.ColorBlock>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 612, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.ColorBlock>::Equals(System.Object) */,
{ 10089, 612, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.ColorBlock>::GetHashCode() */,
{ 10090, 612, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.ColorBlock>::.ctor() */,
{ 10084, 652, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.Navigation>::Equals(T,T) */,
{ 10085, 652, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.Navigation>::GetHashCode(T) */,
{ 10086, 652, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.Navigation>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 652, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.Navigation>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 652, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.Navigation>::Equals(System.Object) */,
{ 10089, 652, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.Navigation>::GetHashCode() */,
{ 10090, 652, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.Navigation>::.ctor() */,
{ 10084, 655, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.SpriteState>::Equals(T,T) */,
{ 10085, 655, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.SpriteState>::GetHashCode(T) */,
{ 10086, 655, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.SpriteState>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 655, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.SpriteState>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 655, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.SpriteState>::Equals(System.Object) */,
{ 10089, 655, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.SpriteState>::GetHashCode() */,
{ 10090, 655, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.SpriteState>::.ctor() */,
{ 10084, 522, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UICharInfo>::Equals(T,T) */,
{ 10085, 522, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UICharInfo>::GetHashCode(T) */,
{ 10086, 522, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UICharInfo>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 522, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UICharInfo>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 522, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UICharInfo>::Equals(System.Object) */,
{ 10089, 522, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UICharInfo>::GetHashCode() */,
{ 10090, 522, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UICharInfo>::.ctor() */,
{ 10084, 523, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UILineInfo>::Equals(T,T) */,
{ 10085, 523, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UILineInfo>::GetHashCode(T) */,
{ 10086, 523, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UILineInfo>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 523, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UILineInfo>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 523, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UILineInfo>::Equals(System.Object) */,
{ 10089, 523, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UILineInfo>::GetHashCode() */,
{ 10090, 523, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UILineInfo>::.ctor() */,
{ 10084, 521, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIVertex>::Equals(T,T) */,
{ 10085, 521, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIVertex>::GetHashCode(T) */,
{ 10086, 521, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIVertex>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 521, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIVertex>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 521, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIVertex>::Equals(System.Object) */,
{ 10089, 521, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIVertex>::GetHashCode() */,
{ 10090, 521, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIVertex>::.ctor() */,
{ 10084, 495, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Equals(T,T) */,
{ 10085, 495, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::GetHashCode(T) */,
{ 10086, 495, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 495, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 495, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Equals(System.Object) */,
{ 10089, 495, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::GetHashCode() */,
{ 10090, 495, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor() */,
{ 10084, 484, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector2>::Equals(T,T) */,
{ 10085, 484, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector2>::GetHashCode(T) */,
{ 10086, 484, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector2>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 484, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector2>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 484, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector2>::Equals(System.Object) */,
{ 10089, 484, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector2>::GetHashCode() */,
{ 10090, 484, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector2>::.ctor() */,
{ 10084, 481, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector3>::Equals(T,T) */,
{ 10085, 481, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector3>::GetHashCode(T) */,
{ 10086, 481, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector3>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 481, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector3>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 481, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector3>::Equals(System.Object) */,
{ 10089, 481, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector3>::GetHashCode() */,
{ 10090, 481, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector3>::.ctor() */,
{ 10084, 483, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector4>::Equals(T,T) */,
{ 10085, 483, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector4>::GetHashCode(T) */,
{ 10086, 483, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector4>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10087, 483, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector4>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10088, 483, -1 } /* System.Boolean System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector4>::Equals(System.Object) */,
{ 10089, 483, -1 } /* System.Int32 System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector4>::GetHashCode() */,
{ 10090, 483, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector4>::.ctor() */,
{ 15594, 358, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::.ctor(System.Collections.Generic.Stack`1<T>) */,
{ 15595, 358, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::Dispose() */,
{ 15596, 358, -1 } /* System.Boolean System.Collections.Generic.Stack`1/Enumerator<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::MoveNext() */,
{ 15597, 358, -1 } /* T System.Collections.Generic.Stack`1/Enumerator<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::get_Current() */,
{ 15598, 358, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::ThrowEnumerationNotStartedOrEnded() */,
{ 15599, 358, -1 } /* System.Object System.Collections.Generic.Stack`1/Enumerator<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::System.Collections.IEnumerator.get_Current() */,
{ 15600, 358, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::System.Collections.IEnumerator.Reset() */,
{ 15584, 358, -1 } /* System.Boolean System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::System.Collections.ICollection.get_IsSynchronized() */,
{ 15585, 358, -1 } /* System.Object System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::System.Collections.ICollection.get_SyncRoot() */,
{ 15586, 358, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 15587, 358, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::System.Collections.Generic.IEnumerable<T>.GetEnumerator() */,
{ 15588, 358, -1 } /* System.Collections.IEnumerator System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::System.Collections.IEnumerable.GetEnumerator() */,
{ 15589, 358, -1 } /* T System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::Peek() */,
{ 15592, 358, -1 } /* T[] System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::ToArray() */,
{ 15593, 358, -1 } /* System.Void System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::ThrowForEmptyStack() */,
{ 9816, 47, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 47, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::get_Count() */,
{ 9818, 47, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::get_Item(System.Int32) */,
{ 9819, 47, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::Contains(T) */,
{ 9820, 47, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::CopyTo(T[],System.Int32) */,
{ 9821, 47, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::GetEnumerator() */,
{ 9822, 47, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::IndexOf(T) */,
{ 9823, 47, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 47, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 47, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 47, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 47, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 47, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 47, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 47, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 47, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 47, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 47, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 47, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 47, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 47, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 47, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 47, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 47, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.IList.Add(System.Object) */,
{ 9840, 47, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.IList.Clear() */,
{ 9841, 47, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::IsCompatibleObject(System.Object) */,
{ 9842, 47, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 47, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 47, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 47, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 47, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Boolean>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 8, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 8, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::get_Count() */,
{ 9818, 8, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::get_Item(System.Int32) */,
{ 9819, 8, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::Contains(T) */,
{ 9820, 8, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::CopyTo(T[],System.Int32) */,
{ 9821, 8, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::GetEnumerator() */,
{ 9822, 8, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::IndexOf(T) */,
{ 9823, 8, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 8, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 8, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 8, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 8, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 8, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 8, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 8, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 8, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 8, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 8, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 8, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 8, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 8, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 8, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 8, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 8, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.Add(System.Object) */,
{ 9840, 8, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.Clear() */,
{ 9841, 8, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::IsCompatibleObject(System.Object) */,
{ 9842, 8, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 8, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 8, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 8, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 8, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Byte>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 9, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 9, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::get_Count() */,
{ 9818, 9, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::get_Item(System.Int32) */,
{ 9819, 9, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::Contains(T) */,
{ 9820, 9, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::CopyTo(T[],System.Int32) */,
{ 9821, 9, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::GetEnumerator() */,
{ 9822, 9, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::IndexOf(T) */,
{ 9823, 9, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 9, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 9, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 9, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 9, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 9, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 9, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 9, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 9, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 9, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 9, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 9, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 9, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 9, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 9, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 9, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 9, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.Add(System.Object) */,
{ 9840, 9, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.Clear() */,
{ 9841, 9, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::IsCompatibleObject(System.Object) */,
{ 9842, 9, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 9, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 9, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 9, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 9, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Char>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 116, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 116, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Count() */,
{ 9818, 116, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::get_Item(System.Int32) */,
{ 9819, 116, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Contains(T) */,
{ 9820, 116, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::CopyTo(T[],System.Int32) */,
{ 9821, 116, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::GetEnumerator() */,
{ 9822, 116, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::IndexOf(T) */,
{ 9823, 116, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 116, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 116, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 116, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 116, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 116, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 116, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 116, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 116, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 116, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 116, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 116, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 116, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 116, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 116, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 116, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 116, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.Add(System.Object) */,
{ 9840, 116, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.Clear() */,
{ 9841, 116, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::IsCompatibleObject(System.Object) */,
{ 9842, 116, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 116, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 116, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 116, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 116, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 61, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 61, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::get_Count() */,
{ 9818, 61, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::get_Item(System.Int32) */,
{ 9819, 61, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::Contains(T) */,
{ 9820, 61, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::CopyTo(T[],System.Int32) */,
{ 9821, 61, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::GetEnumerator() */,
{ 9822, 61, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::IndexOf(T) */,
{ 9823, 61, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 61, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 61, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 61, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 61, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 61, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 61, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 61, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 61, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 61, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 61, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 61, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 61, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 61, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 61, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 61, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 61, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.IList.Add(System.Object) */,
{ 9840, 61, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.IList.Clear() */,
{ 9841, 61, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::IsCompatibleObject(System.Object) */,
{ 9842, 61, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 61, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 61, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 61, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 61, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTime>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 62, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 62, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::get_Count() */,
{ 9818, 62, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::get_Item(System.Int32) */,
{ 9819, 62, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::Contains(T) */,
{ 9820, 62, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::CopyTo(T[],System.Int32) */,
{ 9821, 62, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::GetEnumerator() */,
{ 9822, 62, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::IndexOf(T) */,
{ 9823, 62, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 62, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 62, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 62, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 62, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 62, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 62, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 62, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 62, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 62, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 62, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 62, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 62, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 62, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 62, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 62, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 62, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.IList.Add(System.Object) */,
{ 9840, 62, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.IList.Clear() */,
{ 9841, 62, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::IsCompatibleObject(System.Object) */,
{ 9842, 62, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 62, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 62, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 62, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 62, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.DateTimeOffset>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 63, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 63, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::get_Count() */,
{ 9818, 63, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::get_Item(System.Int32) */,
{ 9819, 63, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::Contains(T) */,
{ 9820, 63, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::CopyTo(T[],System.Int32) */,
{ 9821, 63, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::GetEnumerator() */,
{ 9822, 63, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::IndexOf(T) */,
{ 9823, 63, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 63, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 63, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 63, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 63, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 63, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 63, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 63, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 63, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 63, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 63, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 63, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 63, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 63, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 63, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 63, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 63, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.IList.Add(System.Object) */,
{ 9840, 63, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.IList.Clear() */,
{ 9841, 63, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::IsCompatibleObject(System.Object) */,
{ 9842, 63, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 63, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 63, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 63, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 63, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Decimal>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 83, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 83, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::get_Count() */,
{ 9818, 83, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::get_Item(System.Int32) */,
{ 9819, 83, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::Contains(T) */,
{ 9820, 83, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::CopyTo(T[],System.Int32) */,
{ 9821, 83, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::GetEnumerator() */,
{ 9822, 83, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::IndexOf(T) */,
{ 9823, 83, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 83, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 83, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 83, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 83, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 83, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 83, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 83, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 83, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 83, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 83, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 83, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 83, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 83, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 83, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 83, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 83, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.IList.Add(System.Object) */,
{ 9840, 83, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.IList.Clear() */,
{ 9841, 83, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::IsCompatibleObject(System.Object) */,
{ 9842, 83, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 83, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 83, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 83, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 83, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Double>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 97, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 97, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::get_Count() */,
{ 9818, 97, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::get_Item(System.Int32) */,
{ 9819, 97, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::Contains(T) */,
{ 9820, 97, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::CopyTo(T[],System.Int32) */,
{ 9821, 97, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::GetEnumerator() */,
{ 9822, 97, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::IndexOf(T) */,
{ 9823, 97, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 97, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 97, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 97, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 97, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 97, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 97, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 97, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 97, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 97, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 97, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 97, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 97, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 97, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 97, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 97, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 97, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.IList.Add(System.Object) */,
{ 9840, 97, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.IList.Clear() */,
{ 9841, 97, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::IsCompatibleObject(System.Object) */,
{ 9842, 97, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 97, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 97, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 97, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 97, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int16>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 24, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 24, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::get_Count() */,
{ 9818, 24, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::get_Item(System.Int32) */,
{ 9819, 24, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::Contains(T) */,
{ 9820, 24, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::CopyTo(T[],System.Int32) */,
{ 9821, 24, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::GetEnumerator() */,
{ 9822, 24, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::IndexOf(T) */,
{ 9823, 24, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 24, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 24, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 24, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 24, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 24, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 24, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 24, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 24, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 24, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 24, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 24, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 24, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 24, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 24, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 24, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 24, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.Add(System.Object) */,
{ 9840, 24, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.Clear() */,
{ 9841, 24, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::IsCompatibleObject(System.Object) */,
{ 9842, 24, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 24, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 24, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 24, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 24, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 92, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 92, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::get_Count() */,
{ 9818, 92, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::get_Item(System.Int32) */,
{ 9819, 92, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::Contains(T) */,
{ 9820, 92, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::CopyTo(T[],System.Int32) */,
{ 9821, 92, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::GetEnumerator() */,
{ 9822, 92, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::IndexOf(T) */,
{ 9823, 92, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 92, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 92, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 92, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 92, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 92, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 92, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 92, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 92, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 92, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 92, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 92, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 92, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 92, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 92, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 92, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 92, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.Add(System.Object) */,
{ 9840, 92, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.Clear() */,
{ 9841, 92, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::IsCompatibleObject(System.Object) */,
{ 9842, 92, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 92, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 92, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 92, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 92, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int32Enum>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 30, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 30, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::get_Count() */,
{ 9818, 30, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::get_Item(System.Int32) */,
{ 9819, 30, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::Contains(T) */,
{ 9820, 30, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::CopyTo(T[],System.Int32) */,
{ 9821, 30, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::GetEnumerator() */,
{ 9822, 30, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::IndexOf(T) */,
{ 9823, 30, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 30, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 30, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 30, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 30, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 30, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 30, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 30, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 30, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 30, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 30, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 30, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 30, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 30, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 30, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 30, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 30, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.Add(System.Object) */,
{ 9840, 30, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.Clear() */,
{ 9841, 30, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::IsCompatibleObject(System.Object) */,
{ 9842, 30, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 30, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 30, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 30, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 30, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Int64>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 174, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 174, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::get_Count() */,
{ 9818, 174, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::get_Item(System.Int32) */,
{ 9819, 174, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::Contains(T) */,
{ 9820, 174, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::CopyTo(T[],System.Int32) */,
{ 9821, 174, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::GetEnumerator() */,
{ 9822, 174, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::IndexOf(T) */,
{ 9823, 174, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 174, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 174, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 174, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 174, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 174, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 174, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 174, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 174, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 174, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 174, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 174, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 174, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 174, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 174, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 174, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 174, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.Add(System.Object) */,
{ 9840, 174, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.Clear() */,
{ 9841, 174, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::IsCompatibleObject(System.Object) */,
{ 9842, 174, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 174, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 174, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 174, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 174, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9817, 173, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::get_Count() */,
{ 9818, 173, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::get_Item(System.Int32) */,
{ 9819, 173, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::Contains(T) */,
{ 9820, 173, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::CopyTo(T[],System.Int32) */,
{ 9821, 173, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::GetEnumerator() */,
{ 9822, 173, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::IndexOf(T) */,
{ 9823, 173, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 173, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 173, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 173, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 173, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 173, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 173, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 173, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 173, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 173, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 173, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 173, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 173, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 173, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 173, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 173, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 173, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.Add(System.Object) */,
{ 9840, 173, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.Clear() */,
{ 9841, 173, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::IsCompatibleObject(System.Object) */,
{ 9842, 173, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 173, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 173, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 173, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 173, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 110, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 110, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::get_Count() */,
{ 9818, 110, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::get_Item(System.Int32) */,
{ 9819, 110, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::Contains(T) */,
{ 9820, 110, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::CopyTo(T[],System.Int32) */,
{ 9821, 110, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::GetEnumerator() */,
{ 9822, 110, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::IndexOf(T) */,
{ 9823, 110, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 110, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 110, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 110, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 110, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 110, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 110, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 110, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 110, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 110, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 110, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 110, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 110, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 110, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 110, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 110, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 110, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.IList.Add(System.Object) */,
{ 9840, 110, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.IList.Clear() */,
{ 9841, 110, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::IsCompatibleObject(System.Object) */,
{ 9842, 110, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 110, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 110, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 110, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 110, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.SByte>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 111, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 111, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::get_Count() */,
{ 9818, 111, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::get_Item(System.Int32) */,
{ 9819, 111, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::Contains(T) */,
{ 9820, 111, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::CopyTo(T[],System.Int32) */,
{ 9821, 111, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::GetEnumerator() */,
{ 9822, 111, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::IndexOf(T) */,
{ 9823, 111, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 111, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 111, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 111, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 111, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 111, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 111, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 111, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 111, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 111, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 111, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 111, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 111, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 111, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 111, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 111, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 111, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.Add(System.Object) */,
{ 9840, 111, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.Clear() */,
{ 9841, 111, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::IsCompatibleObject(System.Object) */,
{ 9842, 111, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 111, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 111, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 111, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 111, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Single>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 112, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 112, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::get_Count() */,
{ 9818, 112, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::get_Item(System.Int32) */,
{ 9819, 112, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::Contains(T) */,
{ 9820, 112, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::CopyTo(T[],System.Int32) */,
{ 9821, 112, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::GetEnumerator() */,
{ 9822, 112, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::IndexOf(T) */,
{ 9823, 112, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 112, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 112, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 112, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 112, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 112, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 112, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 112, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 112, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 112, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 112, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 112, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 112, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 112, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 112, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 112, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 112, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.IList.Add(System.Object) */,
{ 9840, 112, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.IList.Clear() */,
{ 9841, 112, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::IsCompatibleObject(System.Object) */,
{ 9842, 112, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 112, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 112, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 112, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 112, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeSpan>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 136, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 136, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::get_Count() */,
{ 9818, 136, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::get_Item(System.Int32) */,
{ 9819, 136, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::Contains(T) */,
{ 9820, 136, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::CopyTo(T[],System.Int32) */,
{ 9821, 136, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::GetEnumerator() */,
{ 9822, 136, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::IndexOf(T) */,
{ 9823, 136, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 136, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 136, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 136, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 136, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 136, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 136, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 136, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 136, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 136, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 136, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 136, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 136, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 136, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 136, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 136, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 136, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.IList.Add(System.Object) */,
{ 9840, 136, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.IList.Clear() */,
{ 9841, 136, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::IsCompatibleObject(System.Object) */,
{ 9842, 136, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 136, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 136, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 136, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 136, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt16>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 35, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 35, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::get_Count() */,
{ 9818, 35, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::get_Item(System.Int32) */,
{ 9819, 35, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::Contains(T) */,
{ 9820, 35, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::CopyTo(T[],System.Int32) */,
{ 9821, 35, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::GetEnumerator() */,
{ 9822, 35, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::IndexOf(T) */,
{ 9823, 35, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 35, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 35, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 35, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 35, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 35, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 35, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 35, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 35, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 35, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 35, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 35, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 35, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 35, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 35, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 35, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 35, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.IList.Add(System.Object) */,
{ 9840, 35, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.IList.Clear() */,
{ 9841, 35, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::IsCompatibleObject(System.Object) */,
{ 9842, 35, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 35, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 35, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 35, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 35, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 84, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 84, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::get_Count() */,
{ 9818, 84, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::get_Item(System.Int32) */,
{ 9819, 84, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::Contains(T) */,
{ 9820, 84, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::CopyTo(T[],System.Int32) */,
{ 9821, 84, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::GetEnumerator() */,
{ 9822, 84, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::IndexOf(T) */,
{ 9823, 84, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 84, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 84, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 84, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 84, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 84, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 84, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 84, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 84, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 84, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 84, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 84, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 84, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 84, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 84, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 84, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 84, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.IList.Add(System.Object) */,
{ 9840, 84, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.IList.Clear() */,
{ 9841, 84, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::IsCompatibleObject(System.Object) */,
{ 9842, 84, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 84, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 84, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 84, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 84, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt64>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 825, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 825, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::get_Count() */,
{ 9818, 825, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::get_Item(System.Int32) */,
{ 9819, 825, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::Contains(T) */,
{ 9820, 825, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::CopyTo(T[],System.Int32) */,
{ 9821, 825, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::GetEnumerator() */,
{ 9822, 825, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::IndexOf(T) */,
{ 9823, 825, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 825, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 825, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 825, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 825, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 825, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 825, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 825, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 825, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 825, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 825, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 825, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 825, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 825, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 825, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 825, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 825, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IList.Add(System.Object) */,
{ 9840, 825, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IList.Clear() */,
{ 9841, 825, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::IsCompatibleObject(System.Object) */,
{ 9842, 825, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 825, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 825, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 825, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 825, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 470, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 470, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Count() */,
{ 9818, 470, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::get_Item(System.Int32) */,
{ 9819, 470, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Contains(T) */,
{ 9820, 470, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::CopyTo(T[],System.Int32) */,
{ 9821, 470, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::GetEnumerator() */,
{ 9822, 470, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IndexOf(T) */,
{ 9823, 470, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 470, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 470, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 470, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 470, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 470, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 470, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 470, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 470, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 470, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 470, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 470, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 470, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 470, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 470, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 470, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 470, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Add(System.Object) */,
{ 9840, 470, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Clear() */,
{ 9841, 470, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::IsCompatibleObject(System.Object) */,
{ 9842, 470, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 470, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 470, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 470, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 470, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 485, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 485, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::get_Count() */,
{ 9818, 485, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::get_Item(System.Int32) */,
{ 9819, 485, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::Contains(T) */,
{ 9820, 485, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::CopyTo(T[],System.Int32) */,
{ 9821, 485, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::GetEnumerator() */,
{ 9822, 485, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::IndexOf(T) */,
{ 9823, 485, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 485, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 485, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 485, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 485, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 485, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 485, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 485, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 485, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 485, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 485, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 485, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 485, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 485, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 485, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 485, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 485, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.Add(System.Object) */,
{ 9840, 485, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.Clear() */,
{ 9841, 485, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::IsCompatibleObject(System.Object) */,
{ 9842, 485, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 485, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 485, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 485, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 485, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color32>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 476, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 476, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::get_Count() */,
{ 9818, 476, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::get_Item(System.Int32) */,
{ 9819, 476, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::Contains(T) */,
{ 9820, 476, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::CopyTo(T[],System.Int32) */,
{ 9821, 476, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::GetEnumerator() */,
{ 9822, 476, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::IndexOf(T) */,
{ 9823, 476, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 476, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 476, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 476, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 476, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 476, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 476, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 476, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 476, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 476, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 476, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 476, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 476, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 476, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 476, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 476, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 476, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.Add(System.Object) */,
{ 9840, 476, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.Clear() */,
{ 9841, 476, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::IsCompatibleObject(System.Object) */,
{ 9842, 476, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 476, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 476, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 476, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 476, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Color>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 573, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 573, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::get_Count() */,
{ 9818, 573, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::get_Item(System.Int32) */,
{ 9819, 573, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::Contains(T) */,
{ 9820, 573, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::CopyTo(T[],System.Int32) */,
{ 9821, 573, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::GetEnumerator() */,
{ 9822, 573, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::IndexOf(T) */,
{ 9823, 573, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 573, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 573, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 573, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 573, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 573, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 573, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 573, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 573, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 573, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 573, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 573, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 573, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 573, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 573, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 573, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 573, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IList.Add(System.Object) */,
{ 9840, 573, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IList.Clear() */,
{ 9841, 573, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::IsCompatibleObject(System.Object) */,
{ 9842, 573, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 573, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 573, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 573, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 573, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 482, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 482, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::get_Count() */,
{ 9818, 482, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::get_Item(System.Int32) */,
{ 9819, 482, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::Contains(T) */,
{ 9820, 482, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::CopyTo(T[],System.Int32) */,
{ 9821, 482, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::GetEnumerator() */,
{ 9822, 482, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::IndexOf(T) */,
{ 9823, 482, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 482, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 482, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 482, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 482, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 482, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 482, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 482, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 482, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 482, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 482, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 482, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 482, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 482, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 482, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 482, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 482, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::System.Collections.IList.Add(System.Object) */,
{ 9840, 482, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::System.Collections.IList.Clear() */,
{ 9841, 482, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::IsCompatibleObject(System.Object) */,
{ 9842, 482, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 482, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 482, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 482, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 482, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Quaternion>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 479, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 479, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::get_Count() */,
{ 9818, 479, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::get_Item(System.Int32) */,
{ 9819, 479, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::Contains(T) */,
{ 9820, 479, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::CopyTo(T[],System.Int32) */,
{ 9821, 479, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::GetEnumerator() */,
{ 9822, 479, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::IndexOf(T) */,
{ 9823, 479, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 479, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 479, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 479, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 479, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 479, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 479, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 479, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 479, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 479, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 479, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 479, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 479, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 479, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 479, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 479, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 479, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::System.Collections.IList.Add(System.Object) */,
{ 9840, 479, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::System.Collections.IList.Clear() */,
{ 9841, 479, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::IsCompatibleObject(System.Object) */,
{ 9842, 479, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 479, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 479, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 479, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 479, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Touch>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 522, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 522, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::get_Count() */,
{ 9818, 522, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::get_Item(System.Int32) */,
{ 9819, 522, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::Contains(T) */,
{ 9820, 522, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::CopyTo(T[],System.Int32) */,
{ 9821, 522, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::GetEnumerator() */,
{ 9822, 522, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::IndexOf(T) */,
{ 9823, 522, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 522, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 522, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 522, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 522, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 522, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 522, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 522, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 522, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 522, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 522, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 522, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 522, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 522, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 522, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 522, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 522, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::System.Collections.IList.Add(System.Object) */,
{ 9840, 522, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::System.Collections.IList.Clear() */,
{ 9841, 522, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::IsCompatibleObject(System.Object) */,
{ 9842, 522, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 522, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 522, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 522, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 522, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UICharInfo>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 523, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 523, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::get_Count() */,
{ 9818, 523, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::get_Item(System.Int32) */,
{ 9819, 523, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::Contains(T) */,
{ 9820, 523, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::CopyTo(T[],System.Int32) */,
{ 9821, 523, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::GetEnumerator() */,
{ 9822, 523, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::IndexOf(T) */,
{ 9823, 523, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 523, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 523, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 523, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 523, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 523, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 523, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 523, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 523, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 523, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 523, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 523, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 523, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 523, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 523, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 523, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 523, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::System.Collections.IList.Add(System.Object) */,
{ 9840, 523, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::System.Collections.IList.Clear() */,
{ 9841, 523, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::IsCompatibleObject(System.Object) */,
{ 9842, 523, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 523, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 523, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 523, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 523, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UILineInfo>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 521, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 521, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::get_Count() */,
{ 9818, 521, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::get_Item(System.Int32) */,
{ 9819, 521, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::Contains(T) */,
{ 9820, 521, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::CopyTo(T[],System.Int32) */,
{ 9821, 521, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::GetEnumerator() */,
{ 9822, 521, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::IndexOf(T) */,
{ 9823, 521, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 521, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 521, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 521, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 521, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 521, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 521, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 521, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 521, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 521, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 521, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 521, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 521, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 521, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 521, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 521, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 521, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::System.Collections.IList.Add(System.Object) */,
{ 9840, 521, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::System.Collections.IList.Clear() */,
{ 9841, 521, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::IsCompatibleObject(System.Object) */,
{ 9842, 521, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 521, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 521, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 521, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 521, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UIVertex>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 495, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 495, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Count() */,
{ 9818, 495, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::get_Item(System.Int32) */,
{ 9819, 495, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Contains(T) */,
{ 9820, 495, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::CopyTo(T[],System.Int32) */,
{ 9821, 495, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::GetEnumerator() */,
{ 9822, 495, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IndexOf(T) */,
{ 9823, 495, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 495, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 495, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 495, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 495, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 495, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 495, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 495, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 495, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 495, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 495, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 495, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 495, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 495, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 495, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 495, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 495, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Add(System.Object) */,
{ 9840, 495, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Clear() */,
{ 9841, 495, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::IsCompatibleObject(System.Object) */,
{ 9842, 495, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 495, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 495, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 495, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 495, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 484, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 484, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::get_Count() */,
{ 9818, 484, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::get_Item(System.Int32) */,
{ 9819, 484, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::Contains(T) */,
{ 9820, 484, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::CopyTo(T[],System.Int32) */,
{ 9821, 484, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::GetEnumerator() */,
{ 9822, 484, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::IndexOf(T) */,
{ 9823, 484, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 484, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 484, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 484, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 484, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 484, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 484, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 484, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 484, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 484, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 484, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 484, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 484, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 484, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 484, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 484, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 484, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.Add(System.Object) */,
{ 9840, 484, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.Clear() */,
{ 9841, 484, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::IsCompatibleObject(System.Object) */,
{ 9842, 484, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 484, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 484, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 484, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 484, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector2>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 481, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 481, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::get_Count() */,
{ 9818, 481, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::get_Item(System.Int32) */,
{ 9819, 481, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::Contains(T) */,
{ 9820, 481, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::CopyTo(T[],System.Int32) */,
{ 9821, 481, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::GetEnumerator() */,
{ 9822, 481, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::IndexOf(T) */,
{ 9823, 481, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 481, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 481, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 481, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 481, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 481, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 481, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 481, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 481, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 481, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 481, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 481, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 481, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 481, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 481, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 481, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 481, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.Add(System.Object) */,
{ 9840, 481, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.Clear() */,
{ 9841, 481, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::IsCompatibleObject(System.Object) */,
{ 9842, 481, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 481, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 481, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 481, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 481, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector3>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 9816, 483, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 9817, 483, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::get_Count() */,
{ 9818, 483, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::get_Item(System.Int32) */,
{ 9819, 483, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::Contains(T) */,
{ 9820, 483, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::CopyTo(T[],System.Int32) */,
{ 9821, 483, -1 } /* System.Collections.Generic.IEnumerator`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::GetEnumerator() */,
{ 9822, 483, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::IndexOf(T) */,
{ 9823, 483, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.Generic.ICollection<T>.get_IsReadOnly() */,
{ 9824, 483, -1 } /* T System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.Generic.IList<T>.get_Item(System.Int32) */,
{ 9825, 483, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.Generic.IList<T>.set_Item(System.Int32,T) */,
{ 9826, 483, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.Generic.ICollection<T>.Add(T) */,
{ 9827, 483, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.Generic.ICollection<T>.Clear() */,
{ 9828, 483, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.Generic.IList<T>.Insert(System.Int32,T) */,
{ 9829, 483, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.Generic.ICollection<T>.Remove(T) */,
{ 9830, 483, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.Generic.IList<T>.RemoveAt(System.Int32) */,
{ 9831, 483, -1 } /* System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IEnumerable.GetEnumerator() */,
{ 9832, 483, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.ICollection.get_IsSynchronized() */,
{ 9833, 483, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.ICollection.get_SyncRoot() */,
{ 9834, 483, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.ICollection.CopyTo(System.Array,System.Int32) */,
{ 9835, 483, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.get_IsFixedSize() */,
{ 9836, 483, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.get_IsReadOnly() */,
{ 9837, 483, -1 } /* System.Object System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.get_Item(System.Int32) */,
{ 9838, 483, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.set_Item(System.Int32,System.Object) */,
{ 9839, 483, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.Add(System.Object) */,
{ 9840, 483, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.Clear() */,
{ 9841, 483, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::IsCompatibleObject(System.Object) */,
{ 9842, 483, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.Contains(System.Object) */,
{ 9843, 483, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.IndexOf(System.Object) */,
{ 9844, 483, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.Insert(System.Int32,System.Object) */,
{ 9845, 483, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.Remove(System.Object) */,
{ 9846, 483, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngine.Vector4>::System.Collections.IList.RemoveAt(System.Int32) */,
{ 1041, 47, -1 } /* System.Void System.Comparison`1<System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 47, -1 } /* System.Int32 System.Comparison`1<System.Boolean>::Invoke(T,T) */,
{ 1043, 47, -1 } /* System.IAsyncResult System.Comparison`1<System.Boolean>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 47, -1 } /* System.Int32 System.Comparison`1<System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1041, 8, -1 } /* System.Void System.Comparison`1<System.Byte>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 8, -1 } /* System.Int32 System.Comparison`1<System.Byte>::Invoke(T,T) */,
{ 1043, 8, -1 } /* System.IAsyncResult System.Comparison`1<System.Byte>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 8, -1 } /* System.Int32 System.Comparison`1<System.Byte>::EndInvoke(System.IAsyncResult) */,
{ 1041, 9, -1 } /* System.Void System.Comparison`1<System.Char>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 9, -1 } /* System.Int32 System.Comparison`1<System.Char>::Invoke(T,T) */,
{ 1043, 9, -1 } /* System.IAsyncResult System.Comparison`1<System.Char>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 9, -1 } /* System.Int32 System.Comparison`1<System.Char>::EndInvoke(System.IAsyncResult) */,
{ 1041, 116, -1 } /* System.Void System.Comparison`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 116, -1 } /* System.Int32 System.Comparison`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Invoke(T,T) */,
{ 1043, 116, -1 } /* System.IAsyncResult System.Comparison`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 116, -1 } /* System.Int32 System.Comparison`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::EndInvoke(System.IAsyncResult) */,
{ 1041, 61, -1 } /* System.Void System.Comparison`1<System.DateTime>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 61, -1 } /* System.Int32 System.Comparison`1<System.DateTime>::Invoke(T,T) */,
{ 1043, 61, -1 } /* System.IAsyncResult System.Comparison`1<System.DateTime>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 61, -1 } /* System.Int32 System.Comparison`1<System.DateTime>::EndInvoke(System.IAsyncResult) */,
{ 1041, 62, -1 } /* System.Void System.Comparison`1<System.DateTimeOffset>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 62, -1 } /* System.Int32 System.Comparison`1<System.DateTimeOffset>::Invoke(T,T) */,
{ 1043, 62, -1 } /* System.IAsyncResult System.Comparison`1<System.DateTimeOffset>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 62, -1 } /* System.Int32 System.Comparison`1<System.DateTimeOffset>::EndInvoke(System.IAsyncResult) */,
{ 1041, 63, -1 } /* System.Void System.Comparison`1<System.Decimal>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 63, -1 } /* System.Int32 System.Comparison`1<System.Decimal>::Invoke(T,T) */,
{ 1043, 63, -1 } /* System.IAsyncResult System.Comparison`1<System.Decimal>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 63, -1 } /* System.Int32 System.Comparison`1<System.Decimal>::EndInvoke(System.IAsyncResult) */,
{ 1041, 83, -1 } /* System.Void System.Comparison`1<System.Double>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 83, -1 } /* System.Int32 System.Comparison`1<System.Double>::Invoke(T,T) */,
{ 1043, 83, -1 } /* System.IAsyncResult System.Comparison`1<System.Double>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 83, -1 } /* System.Int32 System.Comparison`1<System.Double>::EndInvoke(System.IAsyncResult) */,
{ 1041, 97, -1 } /* System.Void System.Comparison`1<System.Int16>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 97, -1 } /* System.Int32 System.Comparison`1<System.Int16>::Invoke(T,T) */,
{ 1043, 97, -1 } /* System.IAsyncResult System.Comparison`1<System.Int16>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 97, -1 } /* System.Int32 System.Comparison`1<System.Int16>::EndInvoke(System.IAsyncResult) */,
{ 1042, 24, -1 } /* System.Int32 System.Comparison`1<System.Int32>::Invoke(T,T) */,
{ 1043, 24, -1 } /* System.IAsyncResult System.Comparison`1<System.Int32>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 24, -1 } /* System.Int32 System.Comparison`1<System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1041, 92, -1 } /* System.Void System.Comparison`1<System.Int32Enum>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 92, -1 } /* System.Int32 System.Comparison`1<System.Int32Enum>::Invoke(T,T) */,
{ 1043, 92, -1 } /* System.IAsyncResult System.Comparison`1<System.Int32Enum>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 92, -1 } /* System.Int32 System.Comparison`1<System.Int32Enum>::EndInvoke(System.IAsyncResult) */,
{ 1041, 30, -1 } /* System.Void System.Comparison`1<System.Int64>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 30, -1 } /* System.Int32 System.Comparison`1<System.Int64>::Invoke(T,T) */,
{ 1043, 30, -1 } /* System.IAsyncResult System.Comparison`1<System.Int64>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 30, -1 } /* System.Int32 System.Comparison`1<System.Int64>::EndInvoke(System.IAsyncResult) */,
{ 1041, 110, -1 } /* System.Void System.Comparison`1<System.SByte>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 110, -1 } /* System.Int32 System.Comparison`1<System.SByte>::Invoke(T,T) */,
{ 1043, 110, -1 } /* System.IAsyncResult System.Comparison`1<System.SByte>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 110, -1 } /* System.Int32 System.Comparison`1<System.SByte>::EndInvoke(System.IAsyncResult) */,
{ 1041, 111, -1 } /* System.Void System.Comparison`1<System.Single>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 111, -1 } /* System.Int32 System.Comparison`1<System.Single>::Invoke(T,T) */,
{ 1043, 111, -1 } /* System.IAsyncResult System.Comparison`1<System.Single>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 111, -1 } /* System.Int32 System.Comparison`1<System.Single>::EndInvoke(System.IAsyncResult) */,
{ 1041, 112, -1 } /* System.Void System.Comparison`1<System.TimeSpan>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 112, -1 } /* System.Int32 System.Comparison`1<System.TimeSpan>::Invoke(T,T) */,
{ 1043, 112, -1 } /* System.IAsyncResult System.Comparison`1<System.TimeSpan>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 112, -1 } /* System.Int32 System.Comparison`1<System.TimeSpan>::EndInvoke(System.IAsyncResult) */,
{ 1041, 136, -1 } /* System.Void System.Comparison`1<System.UInt16>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 136, -1 } /* System.Int32 System.Comparison`1<System.UInt16>::Invoke(T,T) */,
{ 1043, 136, -1 } /* System.IAsyncResult System.Comparison`1<System.UInt16>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 136, -1 } /* System.Int32 System.Comparison`1<System.UInt16>::EndInvoke(System.IAsyncResult) */,
{ 1041, 35, -1 } /* System.Void System.Comparison`1<System.UInt32>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 35, -1 } /* System.Int32 System.Comparison`1<System.UInt32>::Invoke(T,T) */,
{ 1043, 35, -1 } /* System.IAsyncResult System.Comparison`1<System.UInt32>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 35, -1 } /* System.Int32 System.Comparison`1<System.UInt32>::EndInvoke(System.IAsyncResult) */,
{ 1041, 84, -1 } /* System.Void System.Comparison`1<System.UInt64>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 84, -1 } /* System.Int32 System.Comparison`1<System.UInt64>::Invoke(T,T) */,
{ 1043, 84, -1 } /* System.IAsyncResult System.Comparison`1<System.UInt64>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 84, -1 } /* System.Int32 System.Comparison`1<System.UInt64>::EndInvoke(System.IAsyncResult) */,
{ 1041, 825, -1 } /* System.Void System.Comparison`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 825, -1 } /* System.Int32 System.Comparison`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::Invoke(T,T) */,
{ 1043, 825, -1 } /* System.IAsyncResult System.Comparison`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 825, -1 } /* System.Int32 System.Comparison`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::EndInvoke(System.IAsyncResult) */,
{ 1041, 470, -1 } /* System.Void System.Comparison`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 470, -1 } /* System.Int32 System.Comparison`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Invoke(T,T) */,
{ 1043, 470, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.BeforeRenderHelper/OrderBlock>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 470, -1 } /* System.Int32 System.Comparison`1<UnityEngine.BeforeRenderHelper/OrderBlock>::EndInvoke(System.IAsyncResult) */,
{ 1041, 485, -1 } /* System.Void System.Comparison`1<UnityEngine.Color32>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 485, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Color32>::Invoke(T,T) */,
{ 1043, 485, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.Color32>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 485, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Color32>::EndInvoke(System.IAsyncResult) */,
{ 1041, 476, -1 } /* System.Void System.Comparison`1<UnityEngine.Color>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 476, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Color>::Invoke(T,T) */,
{ 1043, 476, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.Color>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 476, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Color>::EndInvoke(System.IAsyncResult) */,
{ 1042, 573, -1 } /* System.Int32 System.Comparison`1<UnityEngine.EventSystems.RaycastResult>::Invoke(T,T) */,
{ 1043, 573, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.EventSystems.RaycastResult>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 573, -1 } /* System.Int32 System.Comparison`1<UnityEngine.EventSystems.RaycastResult>::EndInvoke(System.IAsyncResult) */,
{ 1041, 482, -1 } /* System.Void System.Comparison`1<UnityEngine.Quaternion>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 482, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Quaternion>::Invoke(T,T) */,
{ 1043, 482, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.Quaternion>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 482, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Quaternion>::EndInvoke(System.IAsyncResult) */,
{ 1042, 566, -1 } /* System.Int32 System.Comparison`1<UnityEngine.RaycastHit>::Invoke(T,T) */,
{ 1043, 566, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.RaycastHit>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 566, -1 } /* System.Int32 System.Comparison`1<UnityEngine.RaycastHit>::EndInvoke(System.IAsyncResult) */,
{ 1041, 479, -1 } /* System.Void System.Comparison`1<UnityEngine.Touch>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 479, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Touch>::Invoke(T,T) */,
{ 1043, 479, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.Touch>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 479, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Touch>::EndInvoke(System.IAsyncResult) */,
{ 1041, 522, -1 } /* System.Void System.Comparison`1<UnityEngine.UICharInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 522, -1 } /* System.Int32 System.Comparison`1<UnityEngine.UICharInfo>::Invoke(T,T) */,
{ 1043, 522, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.UICharInfo>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 522, -1 } /* System.Int32 System.Comparison`1<UnityEngine.UICharInfo>::EndInvoke(System.IAsyncResult) */,
{ 1041, 523, -1 } /* System.Void System.Comparison`1<UnityEngine.UILineInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 523, -1 } /* System.Int32 System.Comparison`1<UnityEngine.UILineInfo>::Invoke(T,T) */,
{ 1043, 523, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.UILineInfo>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 523, -1 } /* System.Int32 System.Comparison`1<UnityEngine.UILineInfo>::EndInvoke(System.IAsyncResult) */,
{ 1041, 521, -1 } /* System.Void System.Comparison`1<UnityEngine.UIVertex>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 521, -1 } /* System.Int32 System.Comparison`1<UnityEngine.UIVertex>::Invoke(T,T) */,
{ 1043, 521, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.UIVertex>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 521, -1 } /* System.Int32 System.Comparison`1<UnityEngine.UIVertex>::EndInvoke(System.IAsyncResult) */,
{ 1041, 495, -1 } /* System.Void System.Comparison`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 495, -1 } /* System.Int32 System.Comparison`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Invoke(T,T) */,
{ 1043, 495, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 495, -1 } /* System.Int32 System.Comparison`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::EndInvoke(System.IAsyncResult) */,
{ 1041, 484, -1 } /* System.Void System.Comparison`1<UnityEngine.Vector2>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 484, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Vector2>::Invoke(T,T) */,
{ 1043, 484, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.Vector2>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 484, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Vector2>::EndInvoke(System.IAsyncResult) */,
{ 1041, 481, -1 } /* System.Void System.Comparison`1<UnityEngine.Vector3>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 481, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Vector3>::Invoke(T,T) */,
{ 1043, 481, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.Vector3>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 481, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Vector3>::EndInvoke(System.IAsyncResult) */,
{ 1041, 483, -1 } /* System.Void System.Comparison`1<UnityEngine.Vector4>::.ctor(System.Object,System.IntPtr) */,
{ 1042, 483, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Vector4>::Invoke(T,T) */,
{ 1043, 483, -1 } /* System.IAsyncResult System.Comparison`1<UnityEngine.Vector4>::BeginInvoke(T,T,System.AsyncCallback,System.Object) */,
{ 1044, 483, -1 } /* System.Int32 System.Comparison`1<UnityEngine.Vector4>::EndInvoke(System.IAsyncResult) */,
{ 3381, 8, -1 } /* System.Void System.EmptyArray`1<System.Byte>::.cctor() */,
{ 3381, 9, -1 } /* System.Void System.EmptyArray`1<System.Char>::.cctor() */,
{ 3381, 174, -1 } /* System.Void System.EmptyArray`1<System.Reflection.CustomAttributeNamedArgument>::.cctor() */,
{ 3381, 173, -1 } /* System.Void System.EmptyArray`1<System.Reflection.CustomAttributeTypedArgument>::.cctor() */,
{ 3381, 66, -1 } /* System.Void System.EmptyArray`1<System.Reflection.ParameterModifier>::.cctor() */,
{ 3381, 358, -1 } /* System.Void System.EmptyArray`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::.cctor() */,
{ 1021, 47, -1 } /* System.Void System.Func`1<System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1023, 47, -1 } /* System.IAsyncResult System.Func`1<System.Boolean>::BeginInvoke(System.AsyncCallback,System.Object) */,
{ 1024, 47, -1 } /* TResult System.Func`1<System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1022, 24, -1 } /* TResult System.Func`1<System.Int32>::Invoke() */,
{ 1023, 24, -1 } /* System.IAsyncResult System.Func`1<System.Int32>::BeginInvoke(System.AsyncCallback,System.Object) */,
{ 1024, 24, -1 } /* TResult System.Func`1<System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1021, 400, -1 } /* System.Void System.Func`1<System.Nullable`1<System.Int32>>::.ctor(System.Object,System.IntPtr) */,
{ 1022, 400, -1 } /* TResult System.Func`1<System.Nullable`1<System.Int32>>::Invoke() */,
{ 1023, 400, -1 } /* System.IAsyncResult System.Func`1<System.Nullable`1<System.Int32>>::BeginInvoke(System.AsyncCallback,System.Object) */,
{ 1024, 400, -1 } /* TResult System.Func`1<System.Nullable`1<System.Int32>>::EndInvoke(System.IAsyncResult) */,
{ 1021, 192, -1 } /* System.Void System.Func`1<System.Threading.Tasks.VoidTaskResult>::.ctor(System.Object,System.IntPtr) */,
{ 1022, 192, -1 } /* TResult System.Func`1<System.Threading.Tasks.VoidTaskResult>::Invoke() */,
{ 1023, 192, -1 } /* System.IAsyncResult System.Func`1<System.Threading.Tasks.VoidTaskResult>::BeginInvoke(System.AsyncCallback,System.Object) */,
{ 1024, 192, -1 } /* TResult System.Func`1<System.Threading.Tasks.VoidTaskResult>::EndInvoke(System.IAsyncResult) */,
{ 1025, 250, -1 } /* System.Void System.Func`2<System.Object,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1026, 250, -1 } /* TResult System.Func`2<System.Object,System.Boolean>::Invoke(T) */,
{ 1027, 250, -1 } /* System.IAsyncResult System.Func`2<System.Object,System.Boolean>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1028, 250, -1 } /* TResult System.Func`2<System.Object,System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1026, 182, -1 } /* TResult System.Func`2<System.Object,System.Int32>::Invoke(T) */,
{ 1027, 182, -1 } /* System.IAsyncResult System.Func`2<System.Object,System.Int32>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1028, 182, -1 } /* TResult System.Func`2<System.Object,System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1025, 402, -1 } /* System.Void System.Func`2<System.Object,System.Nullable`1<System.Int32>>::.ctor(System.Object,System.IntPtr) */,
{ 1026, 402, -1 } /* TResult System.Func`2<System.Object,System.Nullable`1<System.Int32>>::Invoke(T) */,
{ 1027, 402, -1 } /* System.IAsyncResult System.Func`2<System.Object,System.Nullable`1<System.Int32>>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1028, 402, -1 } /* TResult System.Func`2<System.Object,System.Nullable`1<System.Int32>>::EndInvoke(System.IAsyncResult) */,
{ 1025, 663, -1 } /* System.Void System.Func`2<System.Object,System.Single>::.ctor(System.Object,System.IntPtr) */,
{ 1026, 663, -1 } /* TResult System.Func`2<System.Object,System.Single>::Invoke(T) */,
{ 1027, 663, -1 } /* System.IAsyncResult System.Func`2<System.Object,System.Single>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1028, 663, -1 } /* TResult System.Func`2<System.Object,System.Single>::EndInvoke(System.IAsyncResult) */,
{ 1025, 194, -1 } /* System.Void System.Func`2<System.Object,System.Threading.Tasks.VoidTaskResult>::.ctor(System.Object,System.IntPtr) */,
{ 1026, 194, -1 } /* TResult System.Func`2<System.Object,System.Threading.Tasks.VoidTaskResult>::Invoke(T) */,
{ 1027, 194, -1 } /* System.IAsyncResult System.Func`2<System.Object,System.Threading.Tasks.VoidTaskResult>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1028, 194, -1 } /* TResult System.Func`2<System.Object,System.Threading.Tasks.VoidTaskResult>::EndInvoke(System.IAsyncResult) */,
{ 1025, 824, -1 } /* System.Void System.Func`2<System.Object,System.UInt32>::.ctor(System.Object,System.IntPtr) */,
{ 1026, 824, -1 } /* TResult System.Func`2<System.Object,System.UInt32>::Invoke(T) */,
{ 1027, 824, -1 } /* System.IAsyncResult System.Func`2<System.Object,System.UInt32>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1028, 824, -1 } /* TResult System.Func`2<System.Object,System.UInt32>::EndInvoke(System.IAsyncResult) */,
{ 1026, 832, -1 } /* TResult System.Func`2<UnityEngine.Touch,System.Single>::Invoke(T) */,
{ 1027, 832, -1 } /* System.IAsyncResult System.Func`2<UnityEngine.Touch,System.Single>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1028, 832, -1 } /* TResult System.Func`2<UnityEngine.Touch,System.Single>::EndInvoke(System.IAsyncResult) */,
{ 1029, 561, -1 } /* System.Void System.Func`3<System.Int32,System.IntPtr,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1031, 561, -1 } /* System.IAsyncResult System.Func`3<System.Int32,System.IntPtr,System.Boolean>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1032, 561, -1 } /* TResult System.Func`3<System.Int32,System.IntPtr,System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1029, 200, -1 } /* System.Void System.Func`3<System.Object,System.Object,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 1030, 200, -1 } /* TResult System.Func`3<System.Object,System.Object,System.Int32>::Invoke(T1,T2) */,
{ 1031, 200, -1 } /* System.IAsyncResult System.Func`3<System.Object,System.Object,System.Int32>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1032, 200, -1 } /* TResult System.Func`3<System.Object,System.Object,System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1029, 207, -1 } /* System.Void System.Func`3<System.Object,System.Object,System.Threading.Tasks.VoidTaskResult>::.ctor(System.Object,System.IntPtr) */,
{ 1030, 207, -1 } /* TResult System.Func`3<System.Object,System.Object,System.Threading.Tasks.VoidTaskResult>::Invoke(T1,T2) */,
{ 1031, 207, -1 } /* System.IAsyncResult System.Func`3<System.Object,System.Object,System.Threading.Tasks.VoidTaskResult>::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) */,
{ 1032, 207, -1 } /* TResult System.Func`3<System.Object,System.Object,System.Threading.Tasks.VoidTaskResult>::EndInvoke(System.IAsyncResult) */,
{ 1033, 135, -1 } /* System.Void System.Func`4<System.Object,System.Object,System.Boolean,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1034, 135, -1 } /* TResult System.Func`4<System.Object,System.Object,System.Boolean,System.Object>::Invoke(T1,T2,T3) */,
{ 1035, 135, -1 } /* System.IAsyncResult System.Func`4<System.Object,System.Object,System.Boolean,System.Object>::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) */,
{ 1036, 135, -1 } /* TResult System.Func`4<System.Object,System.Object,System.Boolean,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 1037, 198, -1 } /* System.Void System.Func`5<System.Object,System.IO.Stream/ReadWriteParameters,System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr) */,
{ 1038, 198, -1 } /* TResult System.Func`5<System.Object,System.IO.Stream/ReadWriteParameters,System.Object,System.Object,System.Object>::Invoke(T1,T2,T3,T4) */,
{ 1039, 198, -1 } /* System.IAsyncResult System.Func`5<System.Object,System.IO.Stream/ReadWriteParameters,System.Object,System.Object,System.Object>::BeginInvoke(T1,T2,T3,T4,System.AsyncCallback,System.Object) */,
{ 1040, 198, -1 } /* TResult System.Func`5<System.Object,System.IO.Stream/ReadWriteParameters,System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult) */,
{ 10146, 180, -1 } /* System.Void System.Collections.Generic.List`1<System.IO.Directory/SearchData>::.ctor() */,
{ 10162, 180, -1 } /* System.Void System.Collections.Generic.List`1<System.IO.Directory/SearchData>::Add(T) */,
{ 10157, 180, -1 } /* T System.Collections.Generic.List`1<System.IO.Directory/SearchData>::get_Item(System.Int32) */,
{ 10188, 180, -1 } /* System.Void System.Collections.Generic.List`1<System.IO.Directory/SearchData>::RemoveAt(System.Int32) */,
{ 10151, 180, -1 } /* System.Int32 System.Collections.Generic.List`1<System.IO.Directory/SearchData>::get_Count() */,
{ 10182, 180, -1 } /* System.Void System.Collections.Generic.List`1<System.IO.Directory/SearchData>::Insert(System.Int32,T) */,
{ 16147, 479, -1 } /* System.Void System.Linq.Buffer`1<UnityEngine.Touch>::.ctor(System.Collections.Generic.IEnumerable`1<TElement>) */,
{ 16141, 479, -1 } /* System.Int32[] System.Linq.EnumerableSorter`1<UnityEngine.Touch>::Sort(TElement[],System.Int32) */,
{ 16142, 479, -1 } /* System.Void System.Linq.EnumerableSorter`1<UnityEngine.Touch>::QuickSort(System.Int32[],System.Int32,System.Int32) */,
{ 16143, 479, -1 } /* System.Void System.Linq.EnumerableSorter`1<UnityEngine.Touch>::.ctor() */,
{ 16144, 182, -1 } /* System.Void System.Linq.EnumerableSorter`2<System.Object,System.Int32>::.ctor(System.Func`2<TElement,TKey>,System.Collections.Generic.IComparer`1<TKey>,System.Boolean,System.Linq.EnumerableSorter`1<TElement>) */,
{ 16145, 182, -1 } /* System.Void System.Linq.EnumerableSorter`2<System.Object,System.Int32>::ComputeKeys(TElement[],System.Int32) */,
{ 16146, 182, -1 } /* System.Int32 System.Linq.EnumerableSorter`2<System.Object,System.Int32>::CompareKeys(System.Int32,System.Int32) */,
{ 16144, 824, -1 } /* System.Void System.Linq.EnumerableSorter`2<System.Object,System.UInt32>::.ctor(System.Func`2<TElement,TKey>,System.Collections.Generic.IComparer`1<TKey>,System.Boolean,System.Linq.EnumerableSorter`1<TElement>) */,
{ 16145, 824, -1 } /* System.Void System.Linq.EnumerableSorter`2<System.Object,System.UInt32>::ComputeKeys(TElement[],System.Int32) */,
{ 16146, 824, -1 } /* System.Int32 System.Linq.EnumerableSorter`2<System.Object,System.UInt32>::CompareKeys(System.Int32,System.Int32) */,
{ 16144, 832, -1 } /* System.Void System.Linq.EnumerableSorter`2<UnityEngine.Touch,System.Single>::.ctor(System.Func`2<TElement,TKey>,System.Collections.Generic.IComparer`1<TKey>,System.Boolean,System.Linq.EnumerableSorter`1<TElement>) */,
{ 16145, 832, -1 } /* System.Void System.Linq.EnumerableSorter`2<UnityEngine.Touch,System.Single>::ComputeKeys(TElement[],System.Int32) */,
{ 16146, 832, -1 } /* System.Int32 System.Linq.EnumerableSorter`2<UnityEngine.Touch,System.Single>::CompareKeys(System.Int32,System.Int32) */,
{ 16131, 479, -1 } /* System.Void System.Linq.OrderedEnumerable`1/<GetEnumerator>d__1<UnityEngine.Touch>::.ctor(System.Int32) */,
{ 16132, 479, -1 } /* System.Void System.Linq.OrderedEnumerable`1/<GetEnumerator>d__1<UnityEngine.Touch>::System.IDisposable.Dispose() */,
{ 16133, 479, -1 } /* System.Boolean System.Linq.OrderedEnumerable`1/<GetEnumerator>d__1<UnityEngine.Touch>::MoveNext() */,
{ 16134, 479, -1 } /* TElement System.Linq.OrderedEnumerable`1/<GetEnumerator>d__1<UnityEngine.Touch>::System.Collections.Generic.IEnumerator<TElement>.get_Current() */,
{ 16135, 479, -1 } /* System.Void System.Linq.OrderedEnumerable`1/<GetEnumerator>d__1<UnityEngine.Touch>::System.Collections.IEnumerator.Reset() */,
{ 16136, 479, -1 } /* System.Object System.Linq.OrderedEnumerable`1/<GetEnumerator>d__1<UnityEngine.Touch>::System.Collections.IEnumerator.get_Current() */,
{ 16126, 479, -1 } /* System.Collections.Generic.IEnumerator`1<TElement> System.Linq.OrderedEnumerable`1<UnityEngine.Touch>::GetEnumerator() */,
{ 16128, 479, -1 } /* System.Collections.IEnumerator System.Linq.OrderedEnumerable`1<UnityEngine.Touch>::System.Collections.IEnumerable.GetEnumerator() */,
{ 16130, 479, -1 } /* System.Void System.Linq.OrderedEnumerable`1<UnityEngine.Touch>::.ctor() */,
{ 16137, 182, -1 } /* System.Void System.Linq.OrderedEnumerable`2<System.Object,System.Int32>::.ctor(System.Collections.Generic.IEnumerable`1<TElement>,System.Func`2<TElement,TKey>,System.Collections.Generic.IComparer`1<TKey>,System.Boolean) */,
{ 16138, 182, -1 } /* System.Linq.EnumerableSorter`1<TElement> System.Linq.OrderedEnumerable`2<System.Object,System.Int32>::GetEnumerableSorter(System.Linq.EnumerableSorter`1<TElement>) */,
{ 16137, 824, -1 } /* System.Void System.Linq.OrderedEnumerable`2<System.Object,System.UInt32>::.ctor(System.Collections.Generic.IEnumerable`1<TElement>,System.Func`2<TElement,TKey>,System.Collections.Generic.IComparer`1<TKey>,System.Boolean) */,
{ 16138, 824, -1 } /* System.Linq.EnumerableSorter`1<TElement> System.Linq.OrderedEnumerable`2<System.Object,System.UInt32>::GetEnumerableSorter(System.Linq.EnumerableSorter`1<TElement>) */,
{ 16137, 832, -1 } /* System.Void System.Linq.OrderedEnumerable`2<UnityEngine.Touch,System.Single>::.ctor(System.Collections.Generic.IEnumerable`1<TElement>,System.Func`2<TElement,TKey>,System.Collections.Generic.IComparer`1<TKey>,System.Boolean) */,
{ 16138, 832, -1 } /* System.Linq.EnumerableSorter`1<TElement> System.Linq.OrderedEnumerable`2<UnityEngine.Touch,System.Single>::GetEnumerableSorter(System.Linq.EnumerableSorter`1<TElement>) */,
{ 3447, 47, -1 } /* System.Boolean System.Nullable`1<System.Boolean>::Equals(System.Object) */,
{ 3448, 47, -1 } /* System.Boolean System.Nullable`1<System.Boolean>::Equals(System.Nullable`1<T>) */,
{ 3449, 47, -1 } /* System.Int32 System.Nullable`1<System.Boolean>::GetHashCode() */,
{ 3451, 47, -1 } /* System.String System.Nullable`1<System.Boolean>::ToString() */,
{ 3452, 47, -1 } /* System.Object System.Nullable`1<System.Boolean>::Box(System.Nullable`1<T>) */,
{ 3453, 47, -1 } /* System.Nullable`1<T> System.Nullable`1<System.Boolean>::Unbox(System.Object) */,
{ 3444, 61, -1 } /* System.Void System.Nullable`1<System.DateTime>::.ctor(T) */,
{ 3445, 61, -1 } /* System.Boolean System.Nullable`1<System.DateTime>::get_HasValue() */,
{ 3446, 61, -1 } /* T System.Nullable`1<System.DateTime>::get_Value() */,
{ 3447, 61, -1 } /* System.Boolean System.Nullable`1<System.DateTime>::Equals(System.Object) */,
{ 3448, 61, -1 } /* System.Boolean System.Nullable`1<System.DateTime>::Equals(System.Nullable`1<T>) */,
{ 3449, 61, -1 } /* System.Int32 System.Nullable`1<System.DateTime>::GetHashCode() */,
{ 3450, 61, -1 } /* T System.Nullable`1<System.DateTime>::GetValueOrDefault() */,
{ 3451, 61, -1 } /* System.String System.Nullable`1<System.DateTime>::ToString() */,
{ 3452, 61, -1 } /* System.Object System.Nullable`1<System.DateTime>::Box(System.Nullable`1<T>) */,
{ 3453, 61, -1 } /* System.Nullable`1<T> System.Nullable`1<System.DateTime>::Unbox(System.Object) */,
{ 3447, 24, -1 } /* System.Boolean System.Nullable`1<System.Int32>::Equals(System.Object) */,
{ 3448, 24, -1 } /* System.Boolean System.Nullable`1<System.Int32>::Equals(System.Nullable`1<T>) */,
{ 3449, 24, -1 } /* System.Int32 System.Nullable`1<System.Int32>::GetHashCode() */,
{ 3451, 24, -1 } /* System.String System.Nullable`1<System.Int32>::ToString() */,
{ 3452, 24, -1 } /* System.Object System.Nullable`1<System.Int32>::Box(System.Nullable`1<T>) */,
{ 3453, 24, -1 } /* System.Nullable`1<T> System.Nullable`1<System.Int32>::Unbox(System.Object) */,
{ 3444, 92, -1 } /* System.Void System.Nullable`1<System.Int32Enum>::.ctor(T) */,
{ 3445, 92, -1 } /* System.Boolean System.Nullable`1<System.Int32Enum>::get_HasValue() */,
{ 3446, 92, -1 } /* T System.Nullable`1<System.Int32Enum>::get_Value() */,
{ 3447, 92, -1 } /* System.Boolean System.Nullable`1<System.Int32Enum>::Equals(System.Object) */,
{ 3448, 92, -1 } /* System.Boolean System.Nullable`1<System.Int32Enum>::Equals(System.Nullable`1<T>) */,
{ 3449, 92, -1 } /* System.Int32 System.Nullable`1<System.Int32Enum>::GetHashCode() */,
{ 3450, 92, -1 } /* T System.Nullable`1<System.Int32Enum>::GetValueOrDefault() */,
{ 3451, 92, -1 } /* System.String System.Nullable`1<System.Int32Enum>::ToString() */,
{ 3452, 92, -1 } /* System.Object System.Nullable`1<System.Int32Enum>::Box(System.Nullable`1<T>) */,
{ 3453, 92, -1 } /* System.Nullable`1<T> System.Nullable`1<System.Int32Enum>::Unbox(System.Object) */,
{ 1049, 47, -1 } /* System.Void System.Predicate`1<System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 47, -1 } /* System.Boolean System.Predicate`1<System.Boolean>::Invoke(T) */,
{ 1051, 47, -1 } /* System.IAsyncResult System.Predicate`1<System.Boolean>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 47, -1 } /* System.Boolean System.Predicate`1<System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 1049, 8, -1 } /* System.Void System.Predicate`1<System.Byte>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 8, -1 } /* System.Boolean System.Predicate`1<System.Byte>::Invoke(T) */,
{ 1051, 8, -1 } /* System.IAsyncResult System.Predicate`1<System.Byte>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 8, -1 } /* System.Boolean System.Predicate`1<System.Byte>::EndInvoke(System.IAsyncResult) */,
{ 1049, 9, -1 } /* System.Void System.Predicate`1<System.Char>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 9, -1 } /* System.Boolean System.Predicate`1<System.Char>::Invoke(T) */,
{ 1051, 9, -1 } /* System.IAsyncResult System.Predicate`1<System.Char>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 9, -1 } /* System.Boolean System.Predicate`1<System.Char>::EndInvoke(System.IAsyncResult) */,
{ 1049, 116, -1 } /* System.Void System.Predicate`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 116, -1 } /* System.Boolean System.Predicate`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::Invoke(T) */,
{ 1051, 116, -1 } /* System.IAsyncResult System.Predicate`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 116, -1 } /* System.Boolean System.Predicate`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>::EndInvoke(System.IAsyncResult) */,
{ 1049, 61, -1 } /* System.Void System.Predicate`1<System.DateTime>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 61, -1 } /* System.Boolean System.Predicate`1<System.DateTime>::Invoke(T) */,
{ 1051, 61, -1 } /* System.IAsyncResult System.Predicate`1<System.DateTime>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 61, -1 } /* System.Boolean System.Predicate`1<System.DateTime>::EndInvoke(System.IAsyncResult) */,
{ 1049, 62, -1 } /* System.Void System.Predicate`1<System.DateTimeOffset>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 62, -1 } /* System.Boolean System.Predicate`1<System.DateTimeOffset>::Invoke(T) */,
{ 1051, 62, -1 } /* System.IAsyncResult System.Predicate`1<System.DateTimeOffset>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 62, -1 } /* System.Boolean System.Predicate`1<System.DateTimeOffset>::EndInvoke(System.IAsyncResult) */,
{ 1049, 63, -1 } /* System.Void System.Predicate`1<System.Decimal>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 63, -1 } /* System.Boolean System.Predicate`1<System.Decimal>::Invoke(T) */,
{ 1051, 63, -1 } /* System.IAsyncResult System.Predicate`1<System.Decimal>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 63, -1 } /* System.Boolean System.Predicate`1<System.Decimal>::EndInvoke(System.IAsyncResult) */,
{ 1049, 83, -1 } /* System.Void System.Predicate`1<System.Double>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 83, -1 } /* System.Boolean System.Predicate`1<System.Double>::Invoke(T) */,
{ 1051, 83, -1 } /* System.IAsyncResult System.Predicate`1<System.Double>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 83, -1 } /* System.Boolean System.Predicate`1<System.Double>::EndInvoke(System.IAsyncResult) */,
{ 1049, 97, -1 } /* System.Void System.Predicate`1<System.Int16>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 97, -1 } /* System.Boolean System.Predicate`1<System.Int16>::Invoke(T) */,
{ 1051, 97, -1 } /* System.IAsyncResult System.Predicate`1<System.Int16>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 97, -1 } /* System.Boolean System.Predicate`1<System.Int16>::EndInvoke(System.IAsyncResult) */,
{ 1049, 24, -1 } /* System.Void System.Predicate`1<System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 24, -1 } /* System.Boolean System.Predicate`1<System.Int32>::Invoke(T) */,
{ 1051, 24, -1 } /* System.IAsyncResult System.Predicate`1<System.Int32>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 24, -1 } /* System.Boolean System.Predicate`1<System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 1049, 92, -1 } /* System.Void System.Predicate`1<System.Int32Enum>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 92, -1 } /* System.Boolean System.Predicate`1<System.Int32Enum>::Invoke(T) */,
{ 1051, 92, -1 } /* System.IAsyncResult System.Predicate`1<System.Int32Enum>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 92, -1 } /* System.Boolean System.Predicate`1<System.Int32Enum>::EndInvoke(System.IAsyncResult) */,
{ 1049, 30, -1 } /* System.Void System.Predicate`1<System.Int64>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 30, -1 } /* System.Boolean System.Predicate`1<System.Int64>::Invoke(T) */,
{ 1051, 30, -1 } /* System.IAsyncResult System.Predicate`1<System.Int64>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 30, -1 } /* System.Boolean System.Predicate`1<System.Int64>::EndInvoke(System.IAsyncResult) */,
{ 1049, 110, -1 } /* System.Void System.Predicate`1<System.SByte>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 110, -1 } /* System.Boolean System.Predicate`1<System.SByte>::Invoke(T) */,
{ 1051, 110, -1 } /* System.IAsyncResult System.Predicate`1<System.SByte>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 110, -1 } /* System.Boolean System.Predicate`1<System.SByte>::EndInvoke(System.IAsyncResult) */,
{ 1049, 111, -1 } /* System.Void System.Predicate`1<System.Single>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 111, -1 } /* System.Boolean System.Predicate`1<System.Single>::Invoke(T) */,
{ 1051, 111, -1 } /* System.IAsyncResult System.Predicate`1<System.Single>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 111, -1 } /* System.Boolean System.Predicate`1<System.Single>::EndInvoke(System.IAsyncResult) */,
{ 1049, 112, -1 } /* System.Void System.Predicate`1<System.TimeSpan>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 112, -1 } /* System.Boolean System.Predicate`1<System.TimeSpan>::Invoke(T) */,
{ 1051, 112, -1 } /* System.IAsyncResult System.Predicate`1<System.TimeSpan>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 112, -1 } /* System.Boolean System.Predicate`1<System.TimeSpan>::EndInvoke(System.IAsyncResult) */,
{ 1049, 136, -1 } /* System.Void System.Predicate`1<System.UInt16>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 136, -1 } /* System.Boolean System.Predicate`1<System.UInt16>::Invoke(T) */,
{ 1051, 136, -1 } /* System.IAsyncResult System.Predicate`1<System.UInt16>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 136, -1 } /* System.Boolean System.Predicate`1<System.UInt16>::EndInvoke(System.IAsyncResult) */,
{ 1049, 35, -1 } /* System.Void System.Predicate`1<System.UInt32>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 35, -1 } /* System.Boolean System.Predicate`1<System.UInt32>::Invoke(T) */,
{ 1051, 35, -1 } /* System.IAsyncResult System.Predicate`1<System.UInt32>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 35, -1 } /* System.Boolean System.Predicate`1<System.UInt32>::EndInvoke(System.IAsyncResult) */,
{ 1049, 84, -1 } /* System.Void System.Predicate`1<System.UInt64>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 84, -1 } /* System.Boolean System.Predicate`1<System.UInt64>::Invoke(T) */,
{ 1051, 84, -1 } /* System.IAsyncResult System.Predicate`1<System.UInt64>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 84, -1 } /* System.Boolean System.Predicate`1<System.UInt64>::EndInvoke(System.IAsyncResult) */,
{ 1049, 825, -1 } /* System.Void System.Predicate`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 825, -1 } /* System.Boolean System.Predicate`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::Invoke(T) */,
{ 1051, 825, -1 } /* System.IAsyncResult System.Predicate`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 825, -1 } /* System.Boolean System.Predicate`1<TMPro.SpriteAssetUtilities.TexturePacker/SpriteData>::EndInvoke(System.IAsyncResult) */,
{ 1049, 470, -1 } /* System.Void System.Predicate`1<UnityEngine.BeforeRenderHelper/OrderBlock>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 470, -1 } /* System.Boolean System.Predicate`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Invoke(T) */,
{ 1051, 470, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.BeforeRenderHelper/OrderBlock>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 470, -1 } /* System.Boolean System.Predicate`1<UnityEngine.BeforeRenderHelper/OrderBlock>::EndInvoke(System.IAsyncResult) */,
{ 1049, 485, -1 } /* System.Void System.Predicate`1<UnityEngine.Color32>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 485, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Color32>::Invoke(T) */,
{ 1051, 485, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.Color32>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 485, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Color32>::EndInvoke(System.IAsyncResult) */,
{ 1049, 476, -1 } /* System.Void System.Predicate`1<UnityEngine.Color>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 476, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Color>::Invoke(T) */,
{ 1051, 476, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.Color>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 476, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Color>::EndInvoke(System.IAsyncResult) */,
{ 1049, 573, -1 } /* System.Void System.Predicate`1<UnityEngine.EventSystems.RaycastResult>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 573, -1 } /* System.Boolean System.Predicate`1<UnityEngine.EventSystems.RaycastResult>::Invoke(T) */,
{ 1051, 573, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.EventSystems.RaycastResult>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 573, -1 } /* System.Boolean System.Predicate`1<UnityEngine.EventSystems.RaycastResult>::EndInvoke(System.IAsyncResult) */,
{ 1049, 482, -1 } /* System.Void System.Predicate`1<UnityEngine.Quaternion>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 482, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Quaternion>::Invoke(T) */,
{ 1051, 482, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.Quaternion>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 482, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Quaternion>::EndInvoke(System.IAsyncResult) */,
{ 1049, 479, -1 } /* System.Void System.Predicate`1<UnityEngine.Touch>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 479, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Touch>::Invoke(T) */,
{ 1051, 479, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.Touch>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 479, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Touch>::EndInvoke(System.IAsyncResult) */,
{ 1049, 522, -1 } /* System.Void System.Predicate`1<UnityEngine.UICharInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 522, -1 } /* System.Boolean System.Predicate`1<UnityEngine.UICharInfo>::Invoke(T) */,
{ 1051, 522, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.UICharInfo>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 522, -1 } /* System.Boolean System.Predicate`1<UnityEngine.UICharInfo>::EndInvoke(System.IAsyncResult) */,
{ 1049, 523, -1 } /* System.Void System.Predicate`1<UnityEngine.UILineInfo>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 523, -1 } /* System.Boolean System.Predicate`1<UnityEngine.UILineInfo>::Invoke(T) */,
{ 1051, 523, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.UILineInfo>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 523, -1 } /* System.Boolean System.Predicate`1<UnityEngine.UILineInfo>::EndInvoke(System.IAsyncResult) */,
{ 1049, 521, -1 } /* System.Void System.Predicate`1<UnityEngine.UIVertex>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 521, -1 } /* System.Boolean System.Predicate`1<UnityEngine.UIVertex>::Invoke(T) */,
{ 1051, 521, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.UIVertex>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 521, -1 } /* System.Boolean System.Predicate`1<UnityEngine.UIVertex>::EndInvoke(System.IAsyncResult) */,
{ 1049, 495, -1 } /* System.Void System.Predicate`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 495, -1 } /* System.Boolean System.Predicate`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Invoke(T) */,
{ 1051, 495, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 495, -1 } /* System.Boolean System.Predicate`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::EndInvoke(System.IAsyncResult) */,
{ 1049, 484, -1 } /* System.Void System.Predicate`1<UnityEngine.Vector2>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 484, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Vector2>::Invoke(T) */,
{ 1051, 484, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.Vector2>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 484, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Vector2>::EndInvoke(System.IAsyncResult) */,
{ 1049, 481, -1 } /* System.Void System.Predicate`1<UnityEngine.Vector3>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 481, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Vector3>::Invoke(T) */,
{ 1051, 481, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.Vector3>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 481, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Vector3>::EndInvoke(System.IAsyncResult) */,
{ 1049, 483, -1 } /* System.Void System.Predicate`1<UnityEngine.Vector4>::.ctor(System.Object,System.IntPtr) */,
{ 1050, 483, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Vector4>::Invoke(T) */,
{ 1051, 483, -1 } /* System.IAsyncResult System.Predicate`1<UnityEngine.Vector4>::BeginInvoke(T,System.AsyncCallback,System.Object) */,
{ 1052, 483, -1 } /* System.Boolean System.Predicate`1<UnityEngine.Vector4>::EndInvoke(System.IAsyncResult) */,
{ 9213, 47, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::SetResult(System.Threading.Tasks.Task`1<TResult>) */,
{ 9215, 47, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::GetTaskForResult(TResult) */,
{ 9216, 47, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::.cctor() */,
{ 9213, 24, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetResult(System.Threading.Tasks.Task`1<TResult>) */,
{ 9215, 24, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::GetTaskForResult(TResult) */,
{ 9216, 24, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::.cctor() */,
{ 9213, 400, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::SetResult(System.Threading.Tasks.Task`1<TResult>) */,
{ 9215, 400, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::GetTaskForResult(TResult) */,
{ 9216, 400, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::.cctor() */,
{ 9206, 192, -1 } /* System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::Create() */,
{ 9212, 192, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::SetResult(TResult) */,
{ 9215, 192, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::GetTaskForResult(TResult) */,
{ 9216, 192, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::.cctor() */,
{ 9273, 47, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 9275, 47, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>::OnCompleted(System.Action) */,
{ 9276, 47, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>::UnsafeOnCompleted(System.Action) */,
{ 9273, 24, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 9275, 24, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>::OnCompleted(System.Action) */,
{ 9276, 24, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>::UnsafeOnCompleted(System.Action) */,
{ 9273, 400, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Nullable`1<System.Int32>>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 9275, 400, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Nullable`1<System.Int32>>::OnCompleted(System.Action) */,
{ 9276, 400, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Nullable`1<System.Int32>>::UnsafeOnCompleted(System.Action) */,
{ 9273, 192, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.VoidTaskResult>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 9274, 192, -1 } /* System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.VoidTaskResult>::get_IsCompleted() */,
{ 9275, 192, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.VoidTaskResult>::OnCompleted(System.Action) */,
{ 9276, 192, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.VoidTaskResult>::UnsafeOnCompleted(System.Action) */,
{ 9277, 192, -1 } /* TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.VoidTaskResult>::GetResult() */,
{ 9271, 47, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Boolean>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 9271, 24, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Int32>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 9271, 400, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Nullable`1<System.Int32>>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 9271, 192, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Threading.Tasks.VoidTaskResult>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 9272, 192, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Threading.Tasks.VoidTaskResult>::GetAwaiter() */,
{ 9260, 47, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Boolean>::.ctor(System.Threading.Tasks.Task`1<TResult>) */,
{ 9261, 47, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Boolean>::OnCompleted(System.Action) */,
{ 9262, 47, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Boolean>::UnsafeOnCompleted(System.Action) */,
{ 9260, 24, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Int32>::.ctor(System.Threading.Tasks.Task`1<TResult>) */,
{ 9261, 24, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Int32>::OnCompleted(System.Action) */,
{ 9262, 24, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Int32>::UnsafeOnCompleted(System.Action) */,
{ 9260, 400, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Nullable`1<System.Int32>>::.ctor(System.Threading.Tasks.Task`1<TResult>) */,
{ 9261, 400, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Nullable`1<System.Int32>>::OnCompleted(System.Action) */,
{ 9262, 400, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Nullable`1<System.Int32>>::UnsafeOnCompleted(System.Action) */,
{ 9263, 400, -1 } /* TResult System.Runtime.CompilerServices.TaskAwaiter`1<System.Nullable`1<System.Int32>>::GetResult() */,
{ 9260, 192, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Threading.Tasks.VoidTaskResult>::.ctor(System.Threading.Tasks.Task`1<TResult>) */,
{ 9261, 192, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Threading.Tasks.VoidTaskResult>::OnCompleted(System.Action) */,
{ 9262, 192, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<System.Threading.Tasks.VoidTaskResult>::UnsafeOnCompleted(System.Action) */,
{ 9263, 192, -1 } /* TResult System.Runtime.CompilerServices.TaskAwaiter`1<System.Threading.Tasks.VoidTaskResult>::GetResult() */,
{ 6857, 47, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/<>c__DisplayClass35_0<System.Boolean>::.ctor() */,
{ 6858, 47, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/<>c__DisplayClass35_0<System.Boolean>::<FromAsyncImpl>b__0(System.IAsyncResult) */,
{ 6857, 24, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/<>c__DisplayClass35_0<System.Int32>::.ctor() */,
{ 6858, 24, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/<>c__DisplayClass35_0<System.Int32>::<FromAsyncImpl>b__0(System.IAsyncResult) */,
{ 6857, 400, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/<>c__DisplayClass35_0<System.Nullable`1<System.Int32>>::.ctor() */,
{ 6858, 400, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/<>c__DisplayClass35_0<System.Nullable`1<System.Int32>>::<FromAsyncImpl>b__0(System.IAsyncResult) */,
{ 6857, 192, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/<>c__DisplayClass35_0<System.Threading.Tasks.VoidTaskResult>::.ctor() */,
{ 6858, 192, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/<>c__DisplayClass35_0<System.Threading.Tasks.VoidTaskResult>::<FromAsyncImpl>b__0(System.IAsyncResult) */,
{ 6859, 47, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/<>c__DisplayClass35_1<System.Boolean>::.ctor() */,
{ 6860, 47, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/<>c__DisplayClass35_1<System.Boolean>::<FromAsyncImpl>b__1(System.IAsyncResult) */,
{ 6859, 24, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/<>c__DisplayClass35_1<System.Int32>::.ctor() */,
{ 6860, 24, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/<>c__DisplayClass35_1<System.Int32>::<FromAsyncImpl>b__1(System.IAsyncResult) */,
{ 6859, 400, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/<>c__DisplayClass35_1<System.Nullable`1<System.Int32>>::.ctor() */,
{ 6860, 400, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/<>c__DisplayClass35_1<System.Nullable`1<System.Int32>>::<FromAsyncImpl>b__1(System.IAsyncResult) */,
{ 6859, 192, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/<>c__DisplayClass35_1<System.Threading.Tasks.VoidTaskResult>::.ctor() */,
{ 6860, 192, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/<>c__DisplayClass35_1<System.Threading.Tasks.VoidTaskResult>::<FromAsyncImpl>b__1(System.IAsyncResult) */,
{ 6853, 123, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Int32,System.Object>::.ctor(TInstance,System.Func`3<TInstance,System.IAsyncResult,TResult>) */,
{ 6854, 123, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Int32,System.Object>::CompleteFromAsyncResult(System.IAsyncResult) */,
{ 6855, 123, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Int32,System.Object>::Complete(TInstance,System.Func`3<TInstance,System.IAsyncResult,TResult>,System.IAsyncResult,System.Boolean) */,
{ 6856, 123, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Int32,System.Object>::.cctor() */,
{ 6853, 209, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Threading.Tasks.VoidTaskResult,System.Object>::.ctor(TInstance,System.Func`3<TInstance,System.IAsyncResult,TResult>) */,
{ 6854, 209, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Threading.Tasks.VoidTaskResult,System.Object>::CompleteFromAsyncResult(System.IAsyncResult) */,
{ 6855, 209, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Threading.Tasks.VoidTaskResult,System.Object>::Complete(TInstance,System.Func`3<TInstance,System.IAsyncResult,TResult>,System.IAsyncResult,System.Boolean) */,
{ 6856, 209, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<System.Threading.Tasks.VoidTaskResult,System.Object>::.cctor() */,
{ 6847, 47, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Boolean>::.ctor() */,
{ 6848, 47, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Boolean>::.ctor(System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler) */,
{ 6849, 47, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Boolean>::FromAsyncCoreLogic(System.IAsyncResult,System.Func`2<System.IAsyncResult,TResult>,System.Action`1<System.IAsyncResult>,System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 1006, 183, -1 } /* System.Void System.Action`1<System.IAsyncResult>::Invoke(T) */,
{ 6850, 47, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskFactory`1<System.Boolean>::FromAsync(System.Func`3<System.AsyncCallback,System.Object,System.IAsyncResult>,System.Func`2<System.IAsyncResult,TResult>,System.Object) */,
{ 6851, 47, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskFactory`1<System.Boolean>::FromAsyncImpl(System.Func`3<System.AsyncCallback,System.Object,System.IAsyncResult>,System.Func`2<System.IAsyncResult,TResult>,System.Action`1<System.IAsyncResult>,System.Object,System.Threading.Tasks.TaskCreationOptions) */,
{ 1030, 184, -1 } /* TResult System.Func`3<System.AsyncCallback,System.Object,System.IAsyncResult>::Invoke(T1,T2) */,
{ 6847, 24, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Int32>::.ctor() */,
{ 6848, 24, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Int32>::.ctor(System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler) */,
{ 6849, 24, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Int32>::FromAsyncCoreLogic(System.IAsyncResult,System.Func`2<System.IAsyncResult,TResult>,System.Action`1<System.IAsyncResult>,System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 6850, 24, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskFactory`1<System.Int32>::FromAsync(System.Func`3<System.AsyncCallback,System.Object,System.IAsyncResult>,System.Func`2<System.IAsyncResult,TResult>,System.Object) */,
{ 6851, 24, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskFactory`1<System.Int32>::FromAsyncImpl(System.Func`3<System.AsyncCallback,System.Object,System.IAsyncResult>,System.Func`2<System.IAsyncResult,TResult>,System.Action`1<System.IAsyncResult>,System.Object,System.Threading.Tasks.TaskCreationOptions) */,
{ 6847, 400, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Nullable`1<System.Int32>>::.ctor() */,
{ 6848, 400, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Nullable`1<System.Int32>>::.ctor(System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler) */,
{ 6849, 400, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Nullable`1<System.Int32>>::FromAsyncCoreLogic(System.IAsyncResult,System.Func`2<System.IAsyncResult,TResult>,System.Action`1<System.IAsyncResult>,System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 6850, 400, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskFactory`1<System.Nullable`1<System.Int32>>::FromAsync(System.Func`3<System.AsyncCallback,System.Object,System.IAsyncResult>,System.Func`2<System.IAsyncResult,TResult>,System.Object) */,
{ 6851, 400, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskFactory`1<System.Nullable`1<System.Int32>>::FromAsyncImpl(System.Func`3<System.AsyncCallback,System.Object,System.IAsyncResult>,System.Func`2<System.IAsyncResult,TResult>,System.Action`1<System.IAsyncResult>,System.Object,System.Threading.Tasks.TaskCreationOptions) */,
{ 6847, 192, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Threading.Tasks.VoidTaskResult>::.ctor() */,
{ 6848, 192, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Threading.Tasks.VoidTaskResult>::.ctor(System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler) */,
{ 6849, 192, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<System.Threading.Tasks.VoidTaskResult>::FromAsyncCoreLogic(System.IAsyncResult,System.Func`2<System.IAsyncResult,TResult>,System.Action`1<System.IAsyncResult>,System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 6850, 192, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskFactory`1<System.Threading.Tasks.VoidTaskResult>::FromAsync(System.Func`3<System.AsyncCallback,System.Object,System.IAsyncResult>,System.Func`2<System.IAsyncResult,TResult>,System.Object) */,
{ 6851, 192, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskFactory`1<System.Threading.Tasks.VoidTaskResult>::FromAsyncImpl(System.Func`3<System.AsyncCallback,System.Object,System.IAsyncResult>,System.Func`2<System.IAsyncResult,TResult>,System.Action`1<System.IAsyncResult>,System.Object,System.Threading.Tasks.TaskCreationOptions) */,
{ 6836, 47, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Boolean>::.cctor() */,
{ 6837, 47, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Boolean>::.ctor() */,
{ 6838, 47, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task`1/<>c<System.Boolean>::<.cctor>b__64_0(System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>) */,
{ 6825, 186, -1 } /* TResult System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>::get_Result() */,
{ 6836, 24, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Int32>::.cctor() */,
{ 6837, 24, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Int32>::.ctor() */,
{ 6838, 24, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task`1/<>c<System.Int32>::<.cctor>b__64_0(System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>) */,
{ 6836, 400, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Nullable`1<System.Int32>>::.cctor() */,
{ 6837, 400, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Nullable`1<System.Int32>>::.ctor() */,
{ 6838, 400, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task`1/<>c<System.Nullable`1<System.Int32>>::<.cctor>b__64_0(System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>) */,
{ 6836, 192, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Threading.Tasks.VoidTaskResult>::.cctor() */,
{ 6837, 192, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<System.Threading.Tasks.VoidTaskResult>::.ctor() */,
{ 6838, 192, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task`1/<>c<System.Threading.Tasks.VoidTaskResult>::<.cctor>b__64_0(System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>) */,
{ 6813, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::.ctor(System.Object,System.Threading.Tasks.TaskCreationOptions) */,
{ 6814, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::.ctor(TResult) */,
{ 6816, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::.ctor(System.Func`2<System.Object,TResult>,System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions) */,
{ 6817, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::.ctor(System.Func`1<TResult>,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler,System.Threading.StackCrawlMark&) */,
{ 6818, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::.ctor(System.Func`1<TResult>,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) */,
{ 6819, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::.ctor(System.Delegate,System.Object,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) */,
{ 6820, 47, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task`1<System.Boolean>::StartNew(System.Threading.Tasks.Task,System.Func`1<TResult>,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler,System.Threading.StackCrawlMark&) */,
{ 6821, 47, -1 } /* System.String System.Threading.Tasks.Task`1<System.Boolean>::get_DebuggerDisplayResultDescription() */,
{ 6822, 47, -1 } /* System.String System.Threading.Tasks.Task`1<System.Boolean>::get_DebuggerDisplayMethodDescription() */,
{ 6824, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::DangerousSetResult(TResult) */,
{ 6825, 47, -1 } /* TResult System.Threading.Tasks.Task`1<System.Boolean>::get_Result() */,
{ 6826, 47, -1 } /* TResult System.Threading.Tasks.Task`1<System.Boolean>::get_ResultOnSuccess() */,
{ 6827, 47, -1 } /* TResult System.Threading.Tasks.Task`1<System.Boolean>::GetResultCore(System.Boolean) */,
{ 6828, 47, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Boolean>::TrySetException(System.Object) */,
{ 6829, 47, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Boolean>::TrySetCanceled(System.Threading.CancellationToken) */,
{ 6830, 47, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Boolean>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 6831, 47, -1 } /* System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1<System.Boolean>::get_Factory() */,
{ 6832, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::InnerInvoke() */,
{ 6835, 47, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Boolean>::.cctor() */,
{ 6812, 24, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::.ctor() */,
{ 6813, 24, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::.ctor(System.Object,System.Threading.Tasks.TaskCreationOptions) */,
{ 6814, 24, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::.ctor(TResult) */,
{ 6817, 24, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::.ctor(System.Func`1<TResult>,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler,System.Threading.StackCrawlMark&) */,
{ 6818, 24, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::.ctor(System.Func`1<TResult>,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) */,
{ 6819, 24, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::.ctor(System.Delegate,System.Object,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) */,
{ 6820, 24, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task`1<System.Int32>::StartNew(System.Threading.Tasks.Task,System.Func`1<TResult>,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler,System.Threading.StackCrawlMark&) */,
{ 6821, 24, -1 } /* System.String System.Threading.Tasks.Task`1<System.Int32>::get_DebuggerDisplayResultDescription() */,
{ 6822, 24, -1 } /* System.String System.Threading.Tasks.Task`1<System.Int32>::get_DebuggerDisplayMethodDescription() */,
{ 6823, 24, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Int32>::TrySetResult(TResult) */,
{ 6824, 24, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::DangerousSetResult(TResult) */,
{ 6826, 24, -1 } /* TResult System.Threading.Tasks.Task`1<System.Int32>::get_ResultOnSuccess() */,
{ 6827, 24, -1 } /* TResult System.Threading.Tasks.Task`1<System.Int32>::GetResultCore(System.Boolean) */,
{ 6828, 24, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Int32>::TrySetException(System.Object) */,
{ 6829, 24, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Int32>::TrySetCanceled(System.Threading.CancellationToken) */,
{ 6830, 24, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Int32>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 6831, 24, -1 } /* System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1<System.Int32>::get_Factory() */,
{ 6832, 24, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::InnerInvoke() */,
{ 6835, 24, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Int32>::.cctor() */,
{ 6812, 400, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::.ctor() */,
{ 6813, 400, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::.ctor(System.Object,System.Threading.Tasks.TaskCreationOptions) */,
{ 6814, 400, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::.ctor(TResult) */,
{ 6815, 400, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::.ctor(System.Boolean,TResult,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) */,
{ 6816, 400, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::.ctor(System.Func`2<System.Object,TResult>,System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions) */,
{ 6817, 400, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::.ctor(System.Func`1<TResult>,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler,System.Threading.StackCrawlMark&) */,
{ 6818, 400, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::.ctor(System.Func`1<TResult>,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) */,
{ 6819, 400, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::.ctor(System.Delegate,System.Object,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) */,
{ 6820, 400, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::StartNew(System.Threading.Tasks.Task,System.Func`1<TResult>,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler,System.Threading.StackCrawlMark&) */,
{ 6821, 400, -1 } /* System.String System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::get_DebuggerDisplayResultDescription() */,
{ 6822, 400, -1 } /* System.String System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::get_DebuggerDisplayMethodDescription() */,
{ 6823, 400, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::TrySetResult(TResult) */,
{ 6824, 400, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::DangerousSetResult(TResult) */,
{ 6825, 400, -1 } /* TResult System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::get_Result() */,
{ 6826, 400, -1 } /* TResult System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::get_ResultOnSuccess() */,
{ 6827, 400, -1 } /* TResult System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::GetResultCore(System.Boolean) */,
{ 6828, 400, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::TrySetException(System.Object) */,
{ 6829, 400, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::TrySetCanceled(System.Threading.CancellationToken) */,
{ 6830, 400, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 6831, 400, -1 } /* System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::get_Factory() */,
{ 6832, 400, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::InnerInvoke() */,
{ 6833, 400, -1 } /* System.Runtime.CompilerServices.TaskAwaiter`1<TResult> System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::GetAwaiter() */,
{ 6835, 400, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>::.cctor() */,
{ 6813, 192, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::.ctor(System.Object,System.Threading.Tasks.TaskCreationOptions) */,
{ 6814, 192, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::.ctor(TResult) */,
{ 6815, 192, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::.ctor(System.Boolean,TResult,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) */,
{ 6816, 192, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::.ctor(System.Func`2<System.Object,TResult>,System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions) */,
{ 6817, 192, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::.ctor(System.Func`1<TResult>,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler,System.Threading.StackCrawlMark&) */,
{ 6818, 192, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::.ctor(System.Func`1<TResult>,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) */,
{ 6819, 192, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::.ctor(System.Delegate,System.Object,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) */,
{ 6820, 192, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::StartNew(System.Threading.Tasks.Task,System.Func`1<TResult>,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler,System.Threading.StackCrawlMark&) */,
{ 6821, 192, -1 } /* System.String System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::get_DebuggerDisplayResultDescription() */,
{ 6822, 192, -1 } /* System.String System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::get_DebuggerDisplayMethodDescription() */,
{ 6824, 192, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::DangerousSetResult(TResult) */,
{ 6825, 192, -1 } /* TResult System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::get_Result() */,
{ 6826, 192, -1 } /* TResult System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::get_ResultOnSuccess() */,
{ 6827, 192, -1 } /* TResult System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::GetResultCore(System.Boolean) */,
{ 6828, 192, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::TrySetException(System.Object) */,
{ 6830, 192, -1 } /* System.Boolean System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 6831, 192, -1 } /* System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::get_Factory() */,
{ 6832, 192, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::InnerInvoke() */,
{ 6833, 192, -1 } /* System.Runtime.CompilerServices.TaskAwaiter`1<TResult> System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::GetAwaiter() */,
{ 6834, 192, -1 } /* System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::ConfigureAwait(System.Boolean) */,
{ 6835, 192, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>::.cctor() */,
{ 917, 412, -1 } /* T1 System.Tuple`2<System.Guid,System.Object>::get_Item1() */,
{ 918, 412, -1 } /* T2 System.Tuple`2<System.Guid,System.Object>::get_Item2() */,
{ 919, 412, -1 } /* System.Void System.Tuple`2<System.Guid,System.Object>::.ctor(T1,T2) */,
{ 920, 412, -1 } /* System.Boolean System.Tuple`2<System.Guid,System.Object>::Equals(System.Object) */,
{ 921, 412, -1 } /* System.Boolean System.Tuple`2<System.Guid,System.Object>::System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) */,
{ 922, 412, -1 } /* System.Int32 System.Tuple`2<System.Guid,System.Object>::System.IComparable.CompareTo(System.Object) */,
{ 923, 412, -1 } /* System.Int32 System.Tuple`2<System.Guid,System.Object>::System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) */,
{ 924, 412, -1 } /* System.Int32 System.Tuple`2<System.Guid,System.Object>::GetHashCode() */,
{ 925, 412, -1 } /* System.Int32 System.Tuple`2<System.Guid,System.Object>::System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) */,
{ 926, 412, -1 } /* System.String System.Tuple`2<System.Guid,System.Object>::ToString() */,
{ 927, 412, -1 } /* System.String System.Tuple`2<System.Guid,System.Object>::System.ITupleInternal.ToString(System.Text.StringBuilder) */,
{ 917, 216, -1 } /* T1 System.Tuple`2<System.Object,System.Char>::get_Item1() */,
{ 918, 216, -1 } /* T2 System.Tuple`2<System.Object,System.Char>::get_Item2() */,
{ 919, 216, -1 } /* System.Void System.Tuple`2<System.Object,System.Char>::.ctor(T1,T2) */,
{ 920, 216, -1 } /* System.Boolean System.Tuple`2<System.Object,System.Char>::Equals(System.Object) */,
{ 921, 216, -1 } /* System.Boolean System.Tuple`2<System.Object,System.Char>::System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) */,
{ 922, 216, -1 } /* System.Int32 System.Tuple`2<System.Object,System.Char>::System.IComparable.CompareTo(System.Object) */,
{ 923, 216, -1 } /* System.Int32 System.Tuple`2<System.Object,System.Char>::System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) */,
{ 924, 216, -1 } /* System.Int32 System.Tuple`2<System.Object,System.Char>::GetHashCode() */,
{ 925, 216, -1 } /* System.Int32 System.Tuple`2<System.Object,System.Char>::System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) */,
{ 926, 216, -1 } /* System.String System.Tuple`2<System.Object,System.Char>::ToString() */,
{ 927, 216, -1 } /* System.String System.Tuple`2<System.Object,System.Char>::System.ITupleInternal.ToString(System.Text.StringBuilder) */,
{ 940, 311, -1 } /* T1 System.Tuple`4<System.Int32,System.Int32,System.Int32,System.Boolean>::get_Item1() */,
{ 941, 311, -1 } /* T2 System.Tuple`4<System.Int32,System.Int32,System.Int32,System.Boolean>::get_Item2() */,
{ 942, 311, -1 } /* T3 System.Tuple`4<System.Int32,System.Int32,System.Int32,System.Boolean>::get_Item3() */,
{ 943, 311, -1 } /* T4 System.Tuple`4<System.Int32,System.Int32,System.Int32,System.Boolean>::get_Item4() */,
{ 945, 311, -1 } /* System.Boolean System.Tuple`4<System.Int32,System.Int32,System.Int32,System.Boolean>::Equals(System.Object) */,
{ 946, 311, -1 } /* System.Boolean System.Tuple`4<System.Int32,System.Int32,System.Int32,System.Boolean>::System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) */,
{ 947, 311, -1 } /* System.Int32 System.Tuple`4<System.Int32,System.Int32,System.Int32,System.Boolean>::System.IComparable.CompareTo(System.Object) */,
{ 948, 311, -1 } /* System.Int32 System.Tuple`4<System.Int32,System.Int32,System.Int32,System.Boolean>::System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) */,
{ 949, 311, -1 } /* System.Int32 System.Tuple`4<System.Int32,System.Int32,System.Int32,System.Boolean>::GetHashCode() */,
{ 950, 311, -1 } /* System.Int32 System.Tuple`4<System.Int32,System.Int32,System.Int32,System.Boolean>::System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) */,
{ 951, 311, -1 } /* System.String System.Tuple`4<System.Int32,System.Int32,System.Int32,System.Boolean>::ToString() */,
{ 952, 311, -1 } /* System.String System.Tuple`4<System.Int32,System.Int32,System.Int32,System.Boolean>::System.ITupleInternal.ToString(System.Text.StringBuilder) */,
{ 940, 214, -1 } /* T1 System.Tuple`4<System.Object,System.Object,System.Int32,System.Int32>::get_Item1() */,
{ 941, 214, -1 } /* T2 System.Tuple`4<System.Object,System.Object,System.Int32,System.Int32>::get_Item2() */,
{ 942, 214, -1 } /* T3 System.Tuple`4<System.Object,System.Object,System.Int32,System.Int32>::get_Item3() */,
{ 943, 214, -1 } /* T4 System.Tuple`4<System.Object,System.Object,System.Int32,System.Int32>::get_Item4() */,
{ 944, 214, -1 } /* System.Void System.Tuple`4<System.Object,System.Object,System.Int32,System.Int32>::.ctor(T1,T2,T3,T4) */,
{ 945, 214, -1 } /* System.Boolean System.Tuple`4<System.Object,System.Object,System.Int32,System.Int32>::Equals(System.Object) */,
{ 946, 214, -1 } /* System.Boolean System.Tuple`4<System.Object,System.Object,System.Int32,System.Int32>::System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) */,
{ 947, 214, -1 } /* System.Int32 System.Tuple`4<System.Object,System.Object,System.Int32,System.Int32>::System.IComparable.CompareTo(System.Object) */,
{ 948, 214, -1 } /* System.Int32 System.Tuple`4<System.Object,System.Object,System.Int32,System.Int32>::System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) */,
{ 949, 214, -1 } /* System.Int32 System.Tuple`4<System.Object,System.Object,System.Int32,System.Int32>::GetHashCode() */,
{ 950, 214, -1 } /* System.Int32 System.Tuple`4<System.Object,System.Object,System.Int32,System.Int32>::System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) */,
{ 951, 214, -1 } /* System.String System.Tuple`4<System.Object,System.Object,System.Int32,System.Int32>::ToString() */,
{ 952, 214, -1 } /* System.String System.Tuple`4<System.Object,System.Object,System.Int32,System.Int32>::System.ITupleInternal.ToString(System.Text.StringBuilder) */,
{ 710, 388, -1 } /* System.Boolean System.ValueTuple`2<System.Int32,System.Boolean>::Equals(System.Object) */,
{ 711, 388, -1 } /* System.Boolean System.ValueTuple`2<System.Int32,System.Boolean>::Equals(System.ValueTuple`2<T1,T2>) */,
{ 712, 388, -1 } /* System.Boolean System.ValueTuple`2<System.Int32,System.Boolean>::System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) */,
{ 713, 388, -1 } /* System.Int32 System.ValueTuple`2<System.Int32,System.Boolean>::System.IComparable.CompareTo(System.Object) */,
{ 714, 388, -1 } /* System.Int32 System.ValueTuple`2<System.Int32,System.Boolean>::CompareTo(System.ValueTuple`2<T1,T2>) */,
{ 715, 388, -1 } /* System.Int32 System.ValueTuple`2<System.Int32,System.Boolean>::System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) */,
{ 716, 388, -1 } /* System.Int32 System.ValueTuple`2<System.Int32,System.Boolean>::GetHashCode() */,
{ 717, 388, -1 } /* System.Int32 System.ValueTuple`2<System.Int32,System.Boolean>::System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) */,
{ 718, 388, -1 } /* System.Int32 System.ValueTuple`2<System.Int32,System.Boolean>::GetHashCodeCore(System.Collections.IEqualityComparer) */,
{ 719, 388, -1 } /* System.String System.ValueTuple`2<System.Int32,System.Boolean>::ToString() */,
{ 20099, 47, -1 } /* System.Void TMPro.FastAction`1<System.Boolean>::Add(System.Action`1<A>) */,
{ 20100, 47, -1 } /* System.Void TMPro.FastAction`1<System.Boolean>::Remove(System.Action`1<A>) */,
{ 20103, 537, -1 } /* System.Void TMPro.FastAction`2<System.Boolean,System.Object>::Add(System.Action`2<A,B>) */,
{ 20104, 537, -1 } /* System.Void TMPro.FastAction`2<System.Boolean,System.Object>::Remove(System.Action`2<A,B>) */,
{ 20105, 537, -1 } /* System.Void TMPro.FastAction`2<System.Boolean,System.Object>::Call(A,B) */,
{ 20106, 537, -1 } /* System.Void TMPro.FastAction`2<System.Boolean,System.Object>::.ctor() */,
{ 21269, 24, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<System.Int32>::Push(T) */,
{ 21270, 24, -1 } /* T TMPro.TMP_XmlTagStack`1<System.Int32>::Pop() */,
{ 21272, 24, -1 } /* T TMPro.TMP_XmlTagStack`1<System.Int32>::PreviousItem() */,
{ 21264, 92, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<System.Int32Enum>::.ctor(T[]) */,
{ 21265, 92, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<System.Int32Enum>::Clear() */,
{ 21266, 92, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<System.Int32Enum>::SetDefault(T) */,
{ 21267, 92, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<System.Int32Enum>::Add(T) */,
{ 21268, 92, -1 } /* T TMPro.TMP_XmlTagStack`1<System.Int32Enum>::Remove() */,
{ 21269, 92, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<System.Int32Enum>::Push(T) */,
{ 21270, 92, -1 } /* T TMPro.TMP_XmlTagStack`1<System.Int32Enum>::Pop() */,
{ 21271, 92, -1 } /* T TMPro.TMP_XmlTagStack`1<System.Int32Enum>::CurrentItem() */,
{ 21272, 92, -1 } /* T TMPro.TMP_XmlTagStack`1<System.Int32Enum>::PreviousItem() */,
{ 21271, 111, -1 } /* T TMPro.TMP_XmlTagStack`1<System.Single>::CurrentItem() */,
{ 21272, 111, -1 } /* T TMPro.TMP_XmlTagStack`1<System.Single>::PreviousItem() */,
{ 21265, 708, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<TMPro.MaterialReference>::Clear() */,
{ 21269, 708, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<TMPro.MaterialReference>::Push(T) */,
{ 21270, 708, -1 } /* T TMPro.TMP_XmlTagStack`1<TMPro.MaterialReference>::Pop() */,
{ 21271, 708, -1 } /* T TMPro.TMP_XmlTagStack`1<TMPro.MaterialReference>::CurrentItem() */,
{ 21272, 708, -1 } /* T TMPro.TMP_XmlTagStack`1<TMPro.MaterialReference>::PreviousItem() */,
{ 21265, 485, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<UnityEngine.Color32>::Clear() */,
{ 21269, 485, -1 } /* System.Void TMPro.TMP_XmlTagStack`1<UnityEngine.Color32>::Push(T) */,
{ 21270, 485, -1 } /* T TMPro.TMP_XmlTagStack`1<UnityEngine.Color32>::Pop() */,
{ 21271, 485, -1 } /* T TMPro.TMP_XmlTagStack`1<UnityEngine.Color32>::CurrentItem() */,
{ 21272, 485, -1 } /* T TMPro.TMP_XmlTagStack`1<UnityEngine.Color32>::PreviousItem() */,
{ 20361, 734, -1 } /* System.Void TMPro.TweenRunner`1/<Start>d__2<TMPro.FloatTween>::.ctor(System.Int32) */,
{ 20362, 734, -1 } /* System.Void TMPro.TweenRunner`1/<Start>d__2<TMPro.FloatTween>::System.IDisposable.Dispose() */,
{ 20363, 734, -1 } /* System.Boolean TMPro.TweenRunner`1/<Start>d__2<TMPro.FloatTween>::MoveNext() */,
{ 20364, 734, -1 } /* System.Object TMPro.TweenRunner`1/<Start>d__2<TMPro.FloatTween>::System.Collections.Generic.IEnumerator<System.Object>.get_Current() */,
{ 20365, 734, -1 } /* System.Void TMPro.TweenRunner`1/<Start>d__2<TMPro.FloatTween>::System.Collections.IEnumerator.Reset() */,
{ 20366, 734, -1 } /* System.Object TMPro.TweenRunner`1/<Start>d__2<TMPro.FloatTween>::System.Collections.IEnumerator.get_Current() */,
{ 20356, 734, -1 } /* System.Collections.IEnumerator TMPro.TweenRunner`1<TMPro.FloatTween>::Start(T) */,
{ 20359, 734, -1 } /* System.Void TMPro.TweenRunner`1<TMPro.FloatTween>::StopTween() */,
{ 17182, 47, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Boolean>::Invoke(System.Object[]) */,
{ 17183, 47, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Boolean>::Invoke(T) */,
{ 17182, 24, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Int32>::Invoke(System.Object[]) */,
{ 17183, 24, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Int32>::Invoke(T) */,
{ 17182, 111, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Single>::Invoke(System.Object[]) */,
{ 17183, 111, -1 } /* System.Void UnityEngine.Events.CachedInvokableCall`1<System.Single>::Invoke(T) */,
{ 17157, 47, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Boolean>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 17158, 47, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Boolean>::.ctor(UnityEngine.Events.UnityAction`1<T1>) */,
{ 17159, 47, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Boolean>::add_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 17160, 47, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Boolean>::remove_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 17161, 47, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Boolean>::Invoke(System.Object[]) */,
{ 17162, 47, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Boolean>::Invoke(T1) */,
{ 17163, 47, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`1<System.Boolean>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 17157, 24, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Int32>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 17158, 24, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Int32>::.ctor(UnityEngine.Events.UnityAction`1<T1>) */,
{ 17159, 24, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Int32>::add_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 17160, 24, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Int32>::remove_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 17161, 24, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Int32>::Invoke(System.Object[]) */,
{ 17162, 24, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Int32>::Invoke(T1) */,
{ 17163, 24, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`1<System.Int32>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 17157, 111, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Single>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 17158, 111, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Single>::.ctor(UnityEngine.Events.UnityAction`1<T1>) */,
{ 17159, 111, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Single>::add_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 17160, 111, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Single>::remove_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 17161, 111, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Single>::Invoke(System.Object[]) */,
{ 17162, 111, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<System.Single>::Invoke(T1) */,
{ 17163, 111, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`1<System.Single>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 17157, 476, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<UnityEngine.Color>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 17158, 476, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<UnityEngine.Color>::.ctor(UnityEngine.Events.UnityAction`1<T1>) */,
{ 17159, 476, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<UnityEngine.Color>::add_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 17160, 476, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<UnityEngine.Color>::remove_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 17161, 476, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<UnityEngine.Color>::Invoke(System.Object[]) */,
{ 17162, 476, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<UnityEngine.Color>::Invoke(T1) */,
{ 17163, 476, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`1<UnityEngine.Color>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 17157, 484, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<UnityEngine.Vector2>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 17158, 484, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<UnityEngine.Vector2>::.ctor(UnityEngine.Events.UnityAction`1<T1>) */,
{ 17159, 484, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<UnityEngine.Vector2>::add_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 17160, 484, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<UnityEngine.Vector2>::remove_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 17161, 484, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<UnityEngine.Vector2>::Invoke(System.Object[]) */,
{ 17162, 484, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<UnityEngine.Vector2>::Invoke(T1) */,
{ 17163, 484, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`1<UnityEngine.Vector2>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 17164, 847, -1 } /* System.Void UnityEngine.Events.InvokableCall`2<System.Char,System.Int32>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 17165, 847, -1 } /* System.Void UnityEngine.Events.InvokableCall`2<System.Char,System.Int32>::.ctor(UnityEngine.Events.UnityAction`2<T1,T2>) */,
{ 17166, 847, -1 } /* System.Void UnityEngine.Events.InvokableCall`2<System.Char,System.Int32>::add_Delegate(UnityEngine.Events.UnityAction`2<T1,T2>) */,
{ 17167, 847, -1 } /* System.Void UnityEngine.Events.InvokableCall`2<System.Char,System.Int32>::remove_Delegate(UnityEngine.Events.UnityAction`2<T1,T2>) */,
{ 17168, 847, -1 } /* System.Void UnityEngine.Events.InvokableCall`2<System.Char,System.Int32>::Invoke(System.Object[]) */,
{ 17169, 847, -1 } /* System.Void UnityEngine.Events.InvokableCall`2<System.Char,System.Int32>::Invoke(T1,T2) */,
{ 17170, 847, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`2<System.Char,System.Int32>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 17171, 744, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<System.Object,System.Int32,System.Int32>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 17172, 744, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<System.Object,System.Int32,System.Int32>::.ctor(UnityEngine.Events.UnityAction`3<T1,T2,T3>) */,
{ 17173, 744, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<System.Object,System.Int32,System.Int32>::add_Delegate(UnityEngine.Events.UnityAction`3<T1,T2,T3>) */,
{ 17174, 744, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<System.Object,System.Int32,System.Int32>::remove_Delegate(UnityEngine.Events.UnityAction`3<T1,T2,T3>) */,
{ 17175, 744, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<System.Object,System.Int32,System.Int32>::Invoke(System.Object[]) */,
{ 17176, 744, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<System.Object,System.Int32,System.Int32>::Invoke(T1,T2,T3) */,
{ 17177, 744, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`3<System.Object,System.Int32,System.Int32>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 17171, 200, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Int32>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 17172, 200, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Int32>::.ctor(UnityEngine.Events.UnityAction`3<T1,T2,T3>) */,
{ 17173, 200, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Int32>::add_Delegate(UnityEngine.Events.UnityAction`3<T1,T2,T3>) */,
{ 17174, 200, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Int32>::remove_Delegate(UnityEngine.Events.UnityAction`3<T1,T2,T3>) */,
{ 17175, 200, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Int32>::Invoke(System.Object[]) */,
{ 17176, 200, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Int32>::Invoke(T1,T2,T3) */,
{ 17177, 200, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Int32>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 17225, 47, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Boolean>::Invoke(T0) */,
{ 17226, 47, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`1<System.Boolean>::BeginInvoke(T0,System.AsyncCallback,System.Object) */,
{ 17227, 47, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Boolean>::EndInvoke(System.IAsyncResult) */,
{ 17224, 24, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 17226, 24, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`1<System.Int32>::BeginInvoke(T0,System.AsyncCallback,System.Object) */,
{ 17227, 24, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 17225, 111, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Single>::Invoke(T0) */,
{ 17226, 111, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`1<System.Single>::BeginInvoke(T0,System.AsyncCallback,System.Object) */,
{ 17227, 111, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Single>::EndInvoke(System.IAsyncResult) */,
{ 17225, 476, -1 } /* System.Void UnityEngine.Events.UnityAction`1<UnityEngine.Color>::Invoke(T0) */,
{ 17226, 476, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`1<UnityEngine.Color>::BeginInvoke(T0,System.AsyncCallback,System.Object) */,
{ 17227, 476, -1 } /* System.Void UnityEngine.Events.UnityAction`1<UnityEngine.Color>::EndInvoke(System.IAsyncResult) */,
{ 17224, 510, -1 } /* System.Void UnityEngine.Events.UnityAction`1<UnityEngine.SceneManagement.Scene>::.ctor(System.Object,System.IntPtr) */,
{ 17226, 510, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`1<UnityEngine.SceneManagement.Scene>::BeginInvoke(T0,System.AsyncCallback,System.Object) */,
{ 17227, 510, -1 } /* System.Void UnityEngine.Events.UnityAction`1<UnityEngine.SceneManagement.Scene>::EndInvoke(System.IAsyncResult) */,
{ 17224, 484, -1 } /* System.Void UnityEngine.Events.UnityAction`1<UnityEngine.Vector2>::.ctor(System.Object,System.IntPtr) */,
{ 17225, 484, -1 } /* System.Void UnityEngine.Events.UnityAction`1<UnityEngine.Vector2>::Invoke(T0) */,
{ 17226, 484, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`1<UnityEngine.Vector2>::BeginInvoke(T0,System.AsyncCallback,System.Object) */,
{ 17227, 484, -1 } /* System.Void UnityEngine.Events.UnityAction`1<UnityEngine.Vector2>::EndInvoke(System.IAsyncResult) */,
{ 17236, 847, -1 } /* System.Void UnityEngine.Events.UnityAction`2<System.Char,System.Int32>::Invoke(T0,T1) */,
{ 17237, 847, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`2<System.Char,System.Int32>::BeginInvoke(T0,T1,System.AsyncCallback,System.Object) */,
{ 17238, 847, -1 } /* System.Void UnityEngine.Events.UnityAction`2<System.Char,System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 17235, 509, -1 } /* System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,System.Int32Enum>::.ctor(System.Object,System.IntPtr) */,
{ 17236, 509, -1 } /* System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,System.Int32Enum>::Invoke(T0,T1) */,
{ 17237, 509, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,System.Int32Enum>::BeginInvoke(T0,T1,System.AsyncCallback,System.Object) */,
{ 17238, 509, -1 } /* System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,System.Int32Enum>::EndInvoke(System.IAsyncResult) */,
{ 17235, 511, -1 } /* System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene>::.ctor(System.Object,System.IntPtr) */,
{ 17237, 511, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene>::BeginInvoke(T0,T1,System.AsyncCallback,System.Object) */,
{ 17238, 511, -1 } /* System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene>::EndInvoke(System.IAsyncResult) */,
{ 17246, 744, -1 } /* System.Void UnityEngine.Events.UnityAction`3<System.Object,System.Int32,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 17247, 744, -1 } /* System.Void UnityEngine.Events.UnityAction`3<System.Object,System.Int32,System.Int32>::Invoke(T0,T1,T2) */,
{ 17248, 744, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`3<System.Object,System.Int32,System.Int32>::BeginInvoke(T0,T1,T2,System.AsyncCallback,System.Object) */,
{ 17249, 744, -1 } /* System.Void UnityEngine.Events.UnityAction`3<System.Object,System.Int32,System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 17246, 200, -1 } /* System.Void UnityEngine.Events.UnityAction`3<System.Object,System.Object,System.Int32>::.ctor(System.Object,System.IntPtr) */,
{ 17247, 200, -1 } /* System.Void UnityEngine.Events.UnityAction`3<System.Object,System.Object,System.Int32>::Invoke(T0,T1,T2) */,
{ 17248, 200, -1 } /* System.IAsyncResult UnityEngine.Events.UnityAction`3<System.Object,System.Object,System.Int32>::BeginInvoke(T0,T1,T2,System.AsyncCallback,System.Object) */,
{ 17249, 200, -1 } /* System.Void UnityEngine.Events.UnityAction`3<System.Object,System.Object,System.Int32>::EndInvoke(System.IAsyncResult) */,
{ 17230, 47, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Boolean>::RemoveListener(UnityEngine.Events.UnityAction`1<T0>) */,
{ 17231, 47, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`1<System.Boolean>::FindMethod_Impl(System.String,System.Object) */,
{ 17232, 47, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<System.Boolean>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 17233, 47, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<System.Boolean>::GetDelegate(UnityEngine.Events.UnityAction`1<T0>) */,
{ 17230, 24, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<System.Int32>::RemoveListener(UnityEngine.Events.UnityAction`1<T0>) */,
{ 17231, 24, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`1<System.Int32>::FindMethod_Impl(System.String,System.Object) */,
{ 17232, 24, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<System.Int32>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 17233, 24, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<System.Int32>::GetDelegate(UnityEngine.Events.UnityAction`1<T0>) */,
{ 17231, 111, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`1<System.Single>::FindMethod_Impl(System.String,System.Object) */,
{ 17232, 111, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<System.Single>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 17233, 111, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<System.Single>::GetDelegate(UnityEngine.Events.UnityAction`1<T0>) */,
{ 17230, 476, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Color>::RemoveListener(UnityEngine.Events.UnityAction`1<T0>) */,
{ 17231, 476, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`1<UnityEngine.Color>::FindMethod_Impl(System.String,System.Object) */,
{ 17232, 476, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<UnityEngine.Color>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 17233, 476, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<UnityEngine.Color>::GetDelegate(UnityEngine.Events.UnityAction`1<T0>) */,
{ 17229, 484, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Vector2>::AddListener(UnityEngine.Events.UnityAction`1<T0>) */,
{ 17230, 484, -1 } /* System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Vector2>::RemoveListener(UnityEngine.Events.UnityAction`1<T0>) */,
{ 17231, 484, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`1<UnityEngine.Vector2>::FindMethod_Impl(System.String,System.Object) */,
{ 17232, 484, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<UnityEngine.Vector2>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 17233, 484, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<UnityEngine.Vector2>::GetDelegate(UnityEngine.Events.UnityAction`1<T0>) */,
{ 17242, 847, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`2<System.Char,System.Int32>::FindMethod_Impl(System.String,System.Object) */,
{ 17243, 847, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`2<System.Char,System.Int32>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 17244, 847, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`2<System.Char,System.Int32>::GetDelegate(UnityEngine.Events.UnityAction`2<T0,T1>) */,
{ 17250, 744, -1 } /* System.Void UnityEngine.Events.UnityEvent`3<System.Object,System.Int32,System.Int32>::.ctor() */,
{ 17251, 744, -1 } /* System.Void UnityEngine.Events.UnityEvent`3<System.Object,System.Int32,System.Int32>::AddListener(UnityEngine.Events.UnityAction`3<T0,T1,T2>) */,
{ 17252, 744, -1 } /* System.Void UnityEngine.Events.UnityEvent`3<System.Object,System.Int32,System.Int32>::RemoveListener(UnityEngine.Events.UnityAction`3<T0,T1,T2>) */,
{ 17253, 744, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`3<System.Object,System.Int32,System.Int32>::FindMethod_Impl(System.String,System.Object) */,
{ 17254, 744, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`3<System.Object,System.Int32,System.Int32>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 17255, 744, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`3<System.Object,System.Int32,System.Int32>::GetDelegate(UnityEngine.Events.UnityAction`3<T0,T1,T2>) */,
{ 17256, 744, -1 } /* System.Void UnityEngine.Events.UnityEvent`3<System.Object,System.Int32,System.Int32>::Invoke(T0,T1,T2) */,
{ 17250, 200, -1 } /* System.Void UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Int32>::.ctor() */,
{ 17251, 200, -1 } /* System.Void UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Int32>::AddListener(UnityEngine.Events.UnityAction`3<T0,T1,T2>) */,
{ 17252, 200, -1 } /* System.Void UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Int32>::RemoveListener(UnityEngine.Events.UnityAction`3<T0,T1,T2>) */,
{ 17253, 200, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Int32>::FindMethod_Impl(System.String,System.Object) */,
{ 17254, 200, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Int32>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 17255, 200, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Int32>::GetDelegate(UnityEngine.Events.UnityAction`3<T0,T1,T2>) */,
{ 17256, 200, -1 } /* System.Void UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Int32>::Invoke(T0,T1,T2) */,
{ 18819, 632, -1 } /* System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1/<Start>c__Iterator0<UnityEngine.UI.CoroutineTween.ColorTween>::.ctor() */,
{ 18820, 632, -1 } /* System.Boolean UnityEngine.UI.CoroutineTween.TweenRunner`1/<Start>c__Iterator0<UnityEngine.UI.CoroutineTween.ColorTween>::MoveNext() */,
{ 18821, 632, -1 } /* System.Object UnityEngine.UI.CoroutineTween.TweenRunner`1/<Start>c__Iterator0<UnityEngine.UI.CoroutineTween.ColorTween>::System.Collections.Generic.IEnumerator<object>.get_Current() */,
{ 18822, 632, -1 } /* System.Object UnityEngine.UI.CoroutineTween.TweenRunner`1/<Start>c__Iterator0<UnityEngine.UI.CoroutineTween.ColorTween>::System.Collections.IEnumerator.get_Current() */,
{ 18823, 632, -1 } /* System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1/<Start>c__Iterator0<UnityEngine.UI.CoroutineTween.ColorTween>::Dispose() */,
{ 18824, 632, -1 } /* System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1/<Start>c__Iterator0<UnityEngine.UI.CoroutineTween.ColorTween>::Reset() */,
{ 18819, 615, -1 } /* System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1/<Start>c__Iterator0<UnityEngine.UI.CoroutineTween.FloatTween>::.ctor() */,
{ 18820, 615, -1 } /* System.Boolean UnityEngine.UI.CoroutineTween.TweenRunner`1/<Start>c__Iterator0<UnityEngine.UI.CoroutineTween.FloatTween>::MoveNext() */,
{ 18821, 615, -1 } /* System.Object UnityEngine.UI.CoroutineTween.TweenRunner`1/<Start>c__Iterator0<UnityEngine.UI.CoroutineTween.FloatTween>::System.Collections.Generic.IEnumerator<object>.get_Current() */,
{ 18822, 615, -1 } /* System.Object UnityEngine.UI.CoroutineTween.TweenRunner`1/<Start>c__Iterator0<UnityEngine.UI.CoroutineTween.FloatTween>::System.Collections.IEnumerator.get_Current() */,
{ 18823, 615, -1 } /* System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1/<Start>c__Iterator0<UnityEngine.UI.CoroutineTween.FloatTween>::Dispose() */,
{ 18824, 615, -1 } /* System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1/<Start>c__Iterator0<UnityEngine.UI.CoroutineTween.FloatTween>::Reset() */,
{ 18815, 632, -1 } /* System.Collections.IEnumerator UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.ColorTween>::Start(T) */,
{ 18815, 615, -1 } /* System.Collections.IEnumerator UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.FloatTween>::Start(T) */,
{ 18818, 615, -1 } /* System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.FloatTween>::StopTween() */,
{ 20012, 24, -1 } /* System.Void UnityEngine.UI.ListPool`1<System.Int32>::Clear(System.Collections.Generic.List`1<T>) */,
{ 20015, 24, -1 } /* System.Void UnityEngine.UI.ListPool`1<System.Int32>::.cctor() */,
{ 20012, 485, -1 } /* System.Void UnityEngine.UI.ListPool`1<UnityEngine.Color32>::Clear(System.Collections.Generic.List`1<T>) */,
{ 20015, 485, -1 } /* System.Void UnityEngine.UI.ListPool`1<UnityEngine.Color32>::.cctor() */,
{ 20012, 521, -1 } /* System.Void UnityEngine.UI.ListPool`1<UnityEngine.UIVertex>::Clear(System.Collections.Generic.List`1<T>) */,
{ 20015, 521, -1 } /* System.Void UnityEngine.UI.ListPool`1<UnityEngine.UIVertex>::.cctor() */,
{ 20012, 484, -1 } /* System.Void UnityEngine.UI.ListPool`1<UnityEngine.Vector2>::Clear(System.Collections.Generic.List`1<T>) */,
{ 20015, 484, -1 } /* System.Void UnityEngine.UI.ListPool`1<UnityEngine.Vector2>::.cctor() */,
{ 20012, 481, -1 } /* System.Void UnityEngine.UI.ListPool`1<UnityEngine.Vector3>::Clear(System.Collections.Generic.List`1<T>) */,
{ 20015, 481, -1 } /* System.Void UnityEngine.UI.ListPool`1<UnityEngine.Vector3>::.cctor() */,
{ 20012, 483, -1 } /* System.Void UnityEngine.UI.ListPool`1<UnityEngine.Vector4>::Clear(System.Collections.Generic.List`1<T>) */,
{ 20015, 483, -1 } /* System.Void UnityEngine.UI.ListPool`1<UnityEngine.Vector4>::.cctor() */,
{ 711, 964, -1 } /* System.Boolean System.ValueTuple`2<T1,T2>::Equals(System.ValueTuple`2<T1,T2>) */,
{ 10061, 966, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<T1>::get_Default() */,
{ 10063, 966, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T1>::Equals(T,T) */,
{ 10061, 967, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<T2>::get_Default() */,
{ 10063, 967, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T2>::Equals(T,T) */,
{ 714, 964, -1 } /* System.Int32 System.ValueTuple`2<T1,T2>::CompareTo(System.ValueTuple`2<T1,T2>) */,
{ 10042, 966, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<T1>::get_Default() */,
{ 10044, 966, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<T1>::Compare(T,T) */,
{ 10042, 967, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<T2>::get_Default() */,
{ 10044, 967, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<T2>::Compare(T,T) */,
{ 718, 964, -1 } /* System.Int32 System.ValueTuple`2<T1,T2>::GetHashCodeCore(System.Collections.IEqualityComparer) */,
{ 9816, 968, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<T>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 1046, 969, -1 } /* TOutput System.Converter`2<TInput,TOutput>::Invoke(TInput) */,
{ 1006, 970, -1 } /* System.Void System.Action`1<T>::Invoke(T) */,
{ 763, -1, 971 } /* System.Int32 System.Array::BinarySearch<T>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 763, -1, 972 } /* System.Int32 System.Array::BinarySearch<T>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 763, -1, 973 } /* System.Int32 System.Array::BinarySearch<T>(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 9916, 974, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<T>::BinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 868, -1, 975 } /* System.Int32 System.Array::IndexOfImpl<T>(T[],T,System.Int32,System.Int32) */,
{ 769, -1, 976 } /* System.Int32 System.Array::IndexOf<T>(T[],T,System.Int32,System.Int32) */,
{ 868, -1, 977 } /* System.Int32 System.Array::IndexOfImpl<T>(T[],T,System.Int32,System.Int32) */,
{ 775, -1, 978 } /* System.Int32 System.Array::LastIndexOf<T>(T[],T,System.Int32,System.Int32) */,
{ 775, -1, 979 } /* System.Int32 System.Array::LastIndexOf<T>(T[],T,System.Int32,System.Int32) */,
{ 869, -1, 980 } /* System.Int32 System.Array::LastIndexOfImpl<T>(T[],T,System.Int32,System.Int32) */,
{ 779, -1, 981 } /* System.Void System.Array::Reverse<T>(T[],System.Int32,System.Int32) */,
{ 795, -1, 982 } /* System.Void System.Array::Sort<T>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 983 } /* System.Void System.Array::Sort<T>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 984 } /* System.Void System.Array::Sort<T>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9915, 985, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 986, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 800, -1, 987 } /* System.Void System.Array::Sort<TKey,TValue>(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 800, -1, 988 } /* System.Void System.Array::Sort<TKey,TValue>(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 800, -1, 990 } /* System.Void System.Array::Sort<TKey,TValue>(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 795, -1, 991 } /* System.Void System.Array::Sort<TKey>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9927, 992, -1 } /* System.Collections.Generic.ArraySortHelper`2<TKey,TValue> System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::get_Default() */,
{ 9929, 992, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::Sort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 806, -1, 993 } /* System.Int32 System.Array::FindIndex<T>(T[],System.Predicate`1<T>) */,
{ 1050, 994, -1 } /* System.Boolean System.Predicate`1<T>::Invoke(T) */,
{ 866, -1, 995 } /* T[] System.Array::Empty<T>() */,
{ 1050, 995, -1 } /* System.Boolean System.Predicate`1<T>::Invoke(T) */,
{ 722, -1, 995 } /* System.Void System.Array::Resize<T>(T[]&,System.Int32) */,
{ 808, -1, 996 } /* System.Int32 System.Array::FindIndex<T>(T[],System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 808, -1, 997 } /* System.Int32 System.Array::FindIndex<T>(T[],System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 1050, 998, -1 } /* System.Boolean System.Predicate`1<T>::Invoke(T) */,
{ 1050, 999, -1 } /* System.Boolean System.Predicate`1<T>::Invoke(T) */,
{ 812, -1, 1000 } /* System.Int32 System.Array::FindLastIndex<T>(T[],System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 812, -1, 1001 } /* System.Int32 System.Array::FindLastIndex<T>(T[],System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 1050, 1002, -1 } /* System.Boolean System.Predicate`1<T>::Invoke(T) */,
{ 1050, 1003, -1 } /* System.Boolean System.Predicate`1<T>::Invoke(T) */,
{ 879, 1004, -1 } /* System.Void System.Array/InternalEnumerator`1<T>::.ctor(System.Array) */,
{ 10061, 1006, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<T>::get_Default() */,
{ 10065, 1006, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10061, 1007, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<T>::get_Default() */,
{ 10066, 1007, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 829, -1, 1008 } /* T System.Array::InternalArray__get_Item<T>(System.Int32) */,
{ 882, 1008, -1 } /* T System.Array/InternalEnumerator`1<T>::get_Current() */,
{ 887, 1009, -1 } /* T System.Array/EmptyInternalEnumerator`1<T>::get_Current() */,
{ 890, 1009, -1 } /* System.Void System.Array/EmptyInternalEnumerator`1<T>::.ctor() */,
{ 919, 1010, -1 } /* System.Void System.Tuple`2<T1,T2>::.ctor(T1,T2) */,
{ 1111, 1015, -1 } /* T System.ArraySegment`1/ArraySegmentEnumerator<T>::get_Current() */,
{ 1094, 1014, -1 } /* System.Boolean System.ArraySegment`1<T>::Equals(System.ArraySegment`1<T>) */,
{ 769, -1, 1014 } /* System.Int32 System.Array::IndexOf<T>(T[],T,System.Int32,System.Int32) */,
{ 1109, 1014, -1 } /* System.Void System.ArraySegment`1/ArraySegmentEnumerator<T>::.ctor(System.ArraySegment`1<T>) */,
{ 722, -1, 1016 } /* System.Void System.Array::Resize<T>(T[]&,System.Int32) */,
{ 3448, 1018, -1 } /* System.Boolean System.Nullable`1<T>::Equals(System.Nullable`1<T>) */,
{ 3444, 1018, -1 } /* System.Void System.Nullable`1<T>::.ctor(T) */,
{ 4913, 1019, -1 } /* R System.Reflection.MonoProperty/Getter`2<T,R>::Invoke(T) */,
{ 4917, 1020, -1 } /* R System.Reflection.MonoProperty/StaticGetter`1<R>::Invoke() */,
{ 5219, 1021, -1 } /* System.Void System.IO.Iterator`1<TSource>::Dispose(System.Boolean) */,
{ 5217, 1021, -1 } /* System.IO.Iterator`1<TSource> System.IO.Iterator`1<TSource>::Clone() */,
{ 5216, 1021, -1 } /* TSource System.IO.Iterator`1<TSource>::get_Current() */,
{ 5220, 1021, -1 } /* System.Collections.Generic.IEnumerator`1<TSource> System.IO.Iterator`1<TSource>::GetEnumerator() */,
{ 5215, 1022, -1 } /* System.Void System.IO.Iterator`1<TSource>::.ctor() */,
{ 5235, 1022, -1 } /* System.String System.IO.FileSystemEnumerableIterator`1<TSource>::NormalizeSearchPattern(System.String) */,
{ 5237, 1022, -1 } /* System.String System.IO.FileSystemEnumerableIterator`1<TSource>::GetFullSearchString(System.String,System.String) */,
{ 5236, 1022, -1 } /* System.String System.IO.FileSystemEnumerableIterator`1<TSource>::GetNormalizedSearchCriteria(System.String,System.String) */,
{ 5226, 1022, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<TSource>::CommonInit() */,
{ 5232, 1022, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<TSource>::HandleError(System.Int32,System.String) */,
{ 5231, 1022, -1 } /* System.IO.SearchResult System.IO.FileSystemEnumerableIterator`1<TSource>::CreateSearchResult(System.IO.Directory/SearchData,Microsoft.Win32.Win32Native/WIN32_FIND_DATA) */,
{ 5238, 1022, -1 } /* System.Boolean System.IO.SearchResultHandler`1<TSource>::IsResultIncluded(System.IO.SearchResult) */,
{ 5239, 1022, -1 } /* TSource System.IO.SearchResultHandler`1<TSource>::CreateObject(System.IO.SearchResult) */,
{ 5227, 1022, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<TSource>::.ctor(System.String,System.String,System.String,System.String,System.IO.SearchOption,System.IO.SearchResultHandler`1<TSource>,System.Boolean) */,
{ 5219, 1022, -1 } /* System.Void System.IO.Iterator`1<TSource>::Dispose(System.Boolean) */,
{ 5233, 1022, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<TSource>::AddSearchableDirsToStack(System.IO.Directory/SearchData) */,
{ 5234, 1022, -1 } /* System.Void System.IO.FileSystemEnumerableIterator`1<TSource>::DoDemand(System.String) */,
{ 5218, 1022, -1 } /* System.Void System.IO.Iterator`1<TSource>::Dispose() */,
{ 1050, 1023, -1 } /* System.Boolean System.Predicate`1<T>::Invoke(T) */,
{ 6402, 1024, -1 } /* System.Void System.Threading.SparselyPopulatedArrayFragment`1<T>::.ctor(System.Int32) */,
{ 6405, 1024, -1 } /* System.Int32 System.Threading.SparselyPopulatedArrayFragment`1<T>::get_Length() */,
{ 6759, -1, 1024 } /* T System.Threading.Interlocked::CompareExchange<T>(T&,T,T) */,
{ 6399, 1024, -1 } /* System.Void System.Threading.SparselyPopulatedArrayAddInfo`1<T>::.ctor(System.Threading.SparselyPopulatedArrayFragment`1<T>,System.Int32) */,
{ 6403, 1024, -1 } /* System.Void System.Threading.SparselyPopulatedArrayFragment`1<T>::.ctor(System.Int32,System.Threading.SparselyPopulatedArrayFragment`1<T>) */,
{ 6759, -1, 1025 } /* T System.Threading.Interlocked::CompareExchange<System.Threading.SparselyPopulatedArrayFragment`1<T>>(T&,T,T) */,
{ 6403, 1027, -1 } /* System.Void System.Threading.SparselyPopulatedArrayFragment`1<T>::.ctor(System.Int32,System.Threading.SparselyPopulatedArrayFragment`1<T>) */,
{ 6804, -1, 1027 } /* T System.Threading.Volatile::Read<T>(T&) */,
{ 6759, -1, 1027 } /* T System.Threading.Interlocked::CompareExchange<T>(T&,T,T) */,
{ 6804, -1, 1028 } /* T System.Threading.Volatile::Read<T>(T&) */,
{ 6409, -1, 1028 } /* T System.Threading.LazyInitializer::EnsureInitializedCore<T>(T&,System.Func`1<T>) */,
{ 1022, 1029, -1 } /* TResult System.Func`1<T>::Invoke() */,
{ 6759, -1, 1029 } /* T System.Threading.Interlocked::CompareExchange<T>(T&,T,T) */,
{ 6487, 1031, -1 } /* System.Void System.Threading.AsyncLocalValueChangedArgs`1<T>::.ctor(T,T,System.Boolean) */,
{ 1006, 1030, -1 } /* System.Void System.Action`1<System.Threading.AsyncLocalValueChangedArgs`1<T>>::Invoke(T) */,
{ 6484, 1032, -1 } /* System.Void System.Threading.AsyncLocalValueChangedArgs`1<T>::set_PreviousValue(T) */,
{ 6485, 1032, -1 } /* System.Void System.Threading.AsyncLocalValueChangedArgs`1<T>::set_CurrentValue(T) */,
{ 6486, 1032, -1 } /* System.Void System.Threading.AsyncLocalValueChangedArgs`1<T>::set_ThreadContextChanged(System.Boolean) */,
{ 6805, -1, 1033 } /* System.Void System.Threading.Volatile::Write<T>(T&,T) */,
{ 6837, 1037, -1 } /* System.Void System.Threading.Tasks.Task`1/<>c<TResult>::.ctor() */,
{ 6819, 1035, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor(System.Delegate,System.Object,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) */,
{ 6818, 1035, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor(System.Func`1<TResult>,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) */,
{ 6817, 1035, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor(System.Func`1<TResult>,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler,System.Threading.StackCrawlMark&) */,
{ 6823, 1035, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetResult(TResult) */,
{ 6827, 1035, -1 } /* TResult System.Threading.Tasks.Task`1<TResult>::GetResultCore(System.Boolean) */,
{ 6830, 1035, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 1022, 1035, -1 } /* TResult System.Func`1<TResult>::Invoke() */,
{ 1026, 1034, -1 } /* TResult System.Func`2<System.Object,TResult>::Invoke(T) */,
{ 9260, 1035, -1 } /* System.Void System.Runtime.CompilerServices.TaskAwaiter`1<TResult>::.ctor(System.Threading.Tasks.Task`1<TResult>) */,
{ 9271, 1035, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 6847, 1035, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<TResult>::.ctor() */,
{ 6838, 1035, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task`1/<>c<TResult>::<.cctor>b__64_0(System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>) */,
{ 1025, 1036, -1 } /* System.Void System.Func`2<System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>,System.Threading.Tasks.Task`1<TResult>>::.ctor(System.Object,System.IntPtr) */,
{ 6825, 1038, -1 } /* TResult System.Threading.Tasks.Task`1<TResult>::get_Result() */,
{ 6853, 1043, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<TResult,TInstance>::.ctor(TInstance,System.Func`3<TInstance,System.IAsyncResult,TResult>) */,
{ 1038, 1041, -1 } /* TResult System.Func`5<TInstance,TArgs,System.AsyncCallback,System.Object,System.IAsyncResult>::Invoke(T1,T2,T3,T4) */,
{ 6855, 1043, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<TResult,TInstance>::Complete(TInstance,System.Func`3<TInstance,System.IAsyncResult,TResult>,System.IAsyncResult,System.Boolean) */,
{ 6812, 1044, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor() */,
{ 6855, 1046, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<TResult,TInstance>::Complete(TInstance,System.Func`3<TInstance,System.IAsyncResult,TResult>,System.IAsyncResult,System.Boolean) */,
{ 1030, 1045, -1 } /* TResult System.Func`3<TInstance,System.IAsyncResult,TResult>::Invoke(T1,T2) */,
{ 6823, 1044, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetResult(TResult) */,
{ 6824, 1044, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::DangerousSetResult(TResult) */,
{ 6830, 1044, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 6828, 1044, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetException(System.Object) */,
{ 6854, 1046, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/FromAsyncTrimPromise`1<TResult,TInstance>::CompleteFromAsyncResult(System.IAsyncResult) */,
{ 6849, 1048, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<TResult>::FromAsyncCoreLogic(System.IAsyncResult,System.Func`2<System.IAsyncResult,TResult>,System.Action`1<System.IAsyncResult>,System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 6849, 1049, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<TResult>::FromAsyncCoreLogic(System.IAsyncResult,System.Func`2<System.IAsyncResult,TResult>,System.Action`1<System.IAsyncResult>,System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 6848, 1040, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<TResult>::.ctor(System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler) */,
{ 1026, 1039, -1 } /* TResult System.Func`2<System.IAsyncResult,TResult>::Invoke(T) */,
{ 6830, 1040, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 6828, 1040, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetException(System.Object) */,
{ 6823, 1040, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetResult(TResult) */,
{ 6824, 1040, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::DangerousSetResult(TResult) */,
{ 6851, 1040, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskFactory`1<TResult>::FromAsyncImpl(System.Func`3<System.AsyncCallback,System.Object,System.IAsyncResult>,System.Func`2<System.IAsyncResult,TResult>,System.Action`1<System.IAsyncResult>,System.Object,System.Threading.Tasks.TaskCreationOptions) */,
{ 6857, 1040, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/<>c__DisplayClass35_0<TResult>::.ctor() */,
{ 6813, 1040, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor(System.Object,System.Threading.Tasks.TaskCreationOptions) */,
{ 6859, 1040, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/<>c__DisplayClass35_1<TResult>::.ctor() */,
{ 6860, 1040, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/<>c__DisplayClass35_1<TResult>::<FromAsyncImpl>b__1(System.IAsyncResult) */,
{ 6849, 1040, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1<TResult>::FromAsyncCoreLogic(System.IAsyncResult,System.Func`2<System.IAsyncResult,TResult>,System.Action`1<System.IAsyncResult>,System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 6858, 1040, -1 } /* System.Void System.Threading.Tasks.TaskFactory`1/<>c__DisplayClass35_0<TResult>::<FromAsyncImpl>b__0(System.IAsyncResult) */,
{ 6814, 1050, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor(TResult) */,
{ 6812, 1051, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor() */,
{ 6828, 1051, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetException(System.Object) */,
{ 6815, 1052, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor(System.Boolean,TResult,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) */,
{ 6812, 1053, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor() */,
{ 6830, 1053, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 6820, 1054, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task`1<TResult>::StartNew(System.Threading.Tasks.Task,System.Func`1<TResult>,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler,System.Threading.StackCrawlMark&) */,
{ 6833, 1055, -1 } /* System.Runtime.CompilerServices.TaskAwaiter`1<TResult> System.Threading.Tasks.Task`1<TResult>::GetAwaiter() */,
{ 9263, 1055, -1 } /* TResult System.Runtime.CompilerServices.TaskAwaiter`1<TResult>::GetResult() */,
{ 9209, 192, 1056 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::AwaitOnCompleted<TAwaiter,TStateMachine>(!!0&,!!1&) */,
{ 9210, 192, 1057 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>::AwaitUnsafeOnCompleted<TAwaiter,TStateMachine>(!!0&,!!1&) */,
{ 9211, 1058, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult>::get_Task() */,
{ 6812, 1058, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor() */,
{ 9215, 1058, -1 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult>::GetTaskForResult(TResult) */,
{ 6823, 1058, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetResult(TResult) */,
{ 9212, 1058, -1 } /* System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult>::SetResult(TResult) */,
{ 6828, 1058, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetException(System.Object) */,
{ 6830, 1058, -1 } /* System.Boolean System.Threading.Tasks.Task`1<TResult>::TrySetCanceled(System.Threading.CancellationToken,System.Object) */,
{ 9303, -1, 1059 } /* T System.Runtime.CompilerServices.JitHelpers::UnsafeCast<System.Threading.Tasks.Task`1<TResult>>(System.Object) */,
{ 6814, 1058, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor(TResult) */,
{ 9218, -1, 1058 } /* System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask<TResult>(TResult) */,
{ 6815, 1060, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::.ctor(System.Boolean,TResult,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) */,
{ 6826, 1061, -1 } /* TResult System.Threading.Tasks.Task`1<TResult>::get_ResultOnSuccess() */,
{ 6826, 1063, -1 } /* TResult System.Threading.Tasks.Task`1<TResult>::get_ResultOnSuccess() */,
{ 9273, 1062, -1 } /* System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult>::.ctor(System.Threading.Tasks.Task`1<TResult>,System.Boolean) */,
{ 873, -1, 1064 } /* R System.Array::UnsafeMov<System.Object,T>(S) */,
{ 873, -1, 1065 } /* R System.Array::UnsafeMov<T,System.Int32>(S) */,
{ 873, -1, 1066 } /* R System.Array::UnsafeMov<T,System.Int64>(S) */,
{ 9309, 1067, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<TKey,TValue>::RecomputeSize() */,
{ 9308, 1067, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<TKey,TValue>::RehashWithoutResize() */,
{ 9310, 1067, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<TKey,TValue>::Rehash() */,
{ 9313, 1067, -1 } /* System.Boolean System.Runtime.CompilerServices.ConditionalWeakTable`2<TKey,TValue>::TryGetValue(TKey,TValue&) */,
{ 9316, 1067, -1 } /* TValue System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<TKey,TValue>::Invoke(TKey) */,
{ 9311, 1067, -1 } /* System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2<TKey,TValue>::Add(TKey,TValue) */,
{ 9817, 1068, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<T>::get_Count() */,
{ 9841, 1068, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<T>::IsCompatibleObject(System.Object) */,
{ 9819, 1068, -1 } /* System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1<T>::Contains(T) */,
{ 9822, 1068, -1 } /* System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<T>::IndexOf(T) */,
{ 9862, 1074, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::GetEnumerator() */,
{ 9910, 1074, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Key() */,
{ 9911, 1074, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Value() */,
{ 9892, 1074, -1 } /* System.Collections.DictionaryEntry System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<TKey,TValue>::get_Entry() */,
{ 6804, -1, 1078 } /* T System.Threading.Volatile::Read<System.Collections.Concurrent.ConcurrentDictionary`2/Node<TKey,TValue>>(T&) */,
{ 9909, 1076, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<TKey,TValue>::.ctor(TKey,TValue) */,
{ 9884, 1070, -1 } /* System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::get_DefaultConcurrencyLevel() */,
{ 9852, 1070, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::.ctor(System.Int32,System.Int32,System.Boolean,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9889, 1070, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/Tables<TKey,TValue>::.ctor(System.Collections.Concurrent.ConcurrentDictionary`2/Node<TKey,TValue>[],System.Object[],System.Int32[]) */,
{ 10061, 1069, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<TKey>::get_Default() */,
{ 9865, 1070, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::ThrowKeyNullException() */,
{ 9863, 1070, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::TryAddInternal(TKey,System.Int32,TValue,System.Boolean,System.Boolean,TValue&) */,
{ 9883, 1070, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::GetBucketAndLockNo(System.Int32,System.Int32&,System.Int32&,System.Int32,System.Int32) */,
{ 10061, 1079, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<TValue>::get_Default() */,
{ 10063, 1079, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<TValue>::Equals(T,T) */,
{ 6805, -1, 1080 } /* System.Void System.Threading.Volatile::Write<System.Collections.Concurrent.ConcurrentDictionary`2/Node<TKey,TValue>>(T&,T) */,
{ 9856, 1070, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::TryGetValueInternal(TKey,System.Int32,TValue&) */,
{ 9882, 1070, -1 } /* System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::GetBucket(System.Int32,System.Int32) */,
{ 6804, -1, 1080 } /* T System.Threading.Volatile::Read<System.Collections.Concurrent.ConcurrentDictionary`2/Node<TKey,TValue>>(T&) */,
{ 9885, 1070, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::AcquireAllLocks(System.Int32&) */,
{ 9887, 1070, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::ReleaseLocks(System.Int32,System.Int32) */,
{ 9859, 1070, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::CopyToPairs(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9909, 1070, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<TKey,TValue>::.ctor(TKey,TValue) */,
{ 9898, 1070, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/<GetEnumerator>d__32<TKey,TValue>::.ctor(System.Int32) */,
{ 9890, 1070, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/Node<TKey,TValue>::.ctor(TKey,TValue,System.Int32,System.Collections.Concurrent.ConcurrentDictionary`2/Node<TKey,TValue>) */,
{ 9881, 1070, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::GrowTable(System.Collections.Concurrent.ConcurrentDictionary`2/Tables<TKey,TValue>) */,
{ 9867, 1070, -1 } /* System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::GetCountInternal() */,
{ 1026, 1070, -1 } /* TResult System.Func`2<TKey,TValue>::Invoke(T) */,
{ 9853, 1070, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::TryAdd(TKey,TValue) */,
{ 9910, 1070, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Key() */,
{ 9911, 1070, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Value() */,
{ 9855, 1070, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::TryGetValue(TKey,TValue&) */,
{ 9854, 1070, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::TryRemoveInternal(TKey,TValue&,System.Boolean,TValue) */,
{ 9862, 1070, -1 } /* System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::GetEnumerator() */,
{ 9891, 1070, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<TKey,TValue>::.ctor(System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>) */,
{ 9864, 1070, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::set_Item(TKey,TValue) */,
{ 9860, 1070, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::CopyToEntries(System.Collections.DictionaryEntry[],System.Int32) */,
{ 9861, 1070, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::CopyToObjects(System.Object[],System.Int32) */,
{ 9886, 1070, -1 } /* System.Void System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::AcquireLocks(System.Int32,System.Int32,System.Int32&) */,
{ 9850, 1070, -1 } /* System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<TKey,TValue>::IsValueWriteAtomic() */,
{ 9907, -1, 1083 } /* TValue System.Collections.Generic.CollectionExtensions::GetValueOrDefault<TKey,TValue>(System.Collections.Generic.IReadOnlyDictionary`2<TKey,TValue>,TKey,TValue) */,
{ 9910, 1085, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Key() */,
{ 9911, 1085, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Value() */,
{ 10042, 1086, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<T>::get_Default() */,
{ 10129, 1086, -1 } /* System.Int32 System.Collections.Generic.IComparer`1<T>::Compare(T,T) */,
{ 1041, 1086, -1 } /* System.Void System.Comparison`1<T>::.ctor(System.Object,System.IntPtr) */,
{ 9921, 1086, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::IntrospectiveSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9918, 1086, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<T>::InternalBinarySearch(T[],System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1<T>) */,
{ 1042, 1086, -1 } /* System.Int32 System.Comparison`1<T>::Invoke(T,T) */,
{ 9922, 1086, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::IntroSort(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9919, 1086, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::SwapIfGreater(T[],System.Comparison`1<T>,System.Int32,System.Int32) */,
{ 9926, 1086, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::InsertionSort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9924, 1086, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::Heapsort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9923, 1086, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`1<T>::PickPivotAndPartition(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9920, 1086, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::Swap(T[],System.Int32,System.Int32) */,
{ 9925, 1086, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::DownHeap(T[],System.Int32,System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 9928, 1087, -1 } /* System.Collections.Generic.ArraySortHelper`2<TKey,TValue> System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::CreateArraySortHelper() */,
{ 9938, 1087, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::.ctor() */,
{ 10042, 1088, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<TKey>::get_Default() */,
{ 9932, 1087, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::IntrospectiveSort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 9933, 1087, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::IntroSort(TKey[],TValue[],System.Int32,System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 9930, 1087, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::SwapIfGreaterWithItems(TKey[],TValue[],System.Collections.Generic.IComparer`1<TKey>,System.Int32,System.Int32) */,
{ 9937, 1087, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::InsertionSort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 9935, 1087, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::Heapsort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 9934, 1087, -1 } /* System.Int32 System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::PickPivotAndPartition(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 9931, 1087, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::Swap(TKey[],TValue[],System.Int32,System.Int32) */,
{ 9936, 1087, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`2<TKey,TValue>::DownHeap(TKey[],TValue[],System.Int32,System.Int32,System.Int32,System.Collections.Generic.IComparer`1<TKey>) */,
{ 9909, 1092, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<TKey,TValue>::.ctor(TKey,TValue) */,
{ 9910, 1092, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Key() */,
{ 9911, 1092, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Value() */,
{ 10001, 1094, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<TKey,TValue>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 9944, 1094, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<TKey,TValue>::get_Count() */,
{ 9954, 1094, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<TKey,TValue>::ContainsKey(TKey) */,
{ 9989, 1094, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue>::CopyTo(TKey[],System.Int32) */,
{ 10021, 1098, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<TKey,TValue>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 9944, 1098, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<TKey,TValue>::get_Count() */,
{ 9955, 1098, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<TKey,TValue>::ContainsValue(TValue) */,
{ 10009, 1098, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue>::CopyTo(TValue[],System.Int32) */,
{ 9942, 1090, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TValue>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<TKey>) */,
{ 9961, 1090, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TValue>::Initialize(System.Int32) */,
{ 10061, 1089, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<TKey>::get_Default() */,
{ 9987, 1090, -1 } /* System.Void System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 10007, 1090, -1 } /* System.Void System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) */,
{ 9960, 1090, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<TKey,TValue>::FindEntry(TKey) */,
{ 9962, 1090, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<TKey,TValue>::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) */,
{ 9910, 1090, -1 } /* TKey System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Key() */,
{ 9911, 1090, -1 } /* TValue System.Collections.Generic.KeyValuePair`2<TKey,TValue>::get_Value() */,
{ 9949, 1090, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TValue>::Add(TKey,TValue) */,
{ 10061, 1102, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<TValue>::get_Default() */,
{ 10063, 1102, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<TValue>::Equals(T,T) */,
{ 9966, 1090, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<TKey,TValue>::Remove(TKey) */,
{ 9944, 1090, -1 } /* System.Int32 System.Collections.Generic.Dictionary`2<TKey,TValue>::get_Count() */,
{ 9909, 1090, -1 } /* System.Void System.Collections.Generic.KeyValuePair`2<TKey,TValue>::.ctor(TKey,TValue) */,
{ 9978, 1090, -1 } /* System.Void System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) */,
{ 9956, 1090, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TValue>::CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[],System.Int32) */,
{ 9964, 1090, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TValue>::Resize() */,
{ 9965, 1090, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TValue>::Resize(System.Int32,System.Boolean) */,
{ 9976, 1090, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<TKey,TValue>::IsCompatibleKey(System.Object) */,
{ 9948, 1090, -1 } /* System.Void System.Collections.Generic.Dictionary`2<TKey,TValue>::set_Item(TKey,TValue) */,
{ 10043, 1107, -1 } /* System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<T>::CreateComparer() */,
{ 10058, 1107, -1 } /* System.Void System.Collections.Generic.ObjectComparer`1<T>::.ctor() */,
{ 10044, 1107, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<T>::Compare(T,T) */,
{ 2097, 1108, -1 } /* System.Int32 System.IComparable`1<T>::CompareTo(T) */,
{ 10046, 1108, -1 } /* System.Void System.Collections.Generic.Comparer`1<T>::.ctor() */,
{ 3445, 1110, -1 } /* System.Boolean System.Nullable`1<T>::get_HasValue() */,
{ 2097, 1110, -1 } /* System.Int32 System.IComparable`1<T>::CompareTo(T) */,
{ 10046, 1109, -1 } /* System.Void System.Collections.Generic.Comparer`1<System.Nullable`1<T>>::.ctor() */,
{ 10046, 1111, -1 } /* System.Void System.Collections.Generic.Comparer`1<T>::.ctor() */,
{ 10062, 1113, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<T>::CreateComparer() */,
{ 10090, 1113, -1 } /* System.Void System.Collections.Generic.ObjectEqualityComparer`1<T>::.ctor() */,
{ 10063, 1113, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::Equals(T,T) */,
{ 10064, 1113, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::GetHashCode(T) */,
{ 2117, 1114, -1 } /* System.Boolean System.IEquatable`1<T>::Equals(T) */,
{ 10069, 1114, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<T>::.ctor() */,
{ 3445, 1116, -1 } /* System.Boolean System.Nullable`1<T>::get_HasValue() */,
{ 2117, 1116, -1 } /* System.Boolean System.IEquatable`1<T>::Equals(T) */,
{ 10069, 1115, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<System.Nullable`1<T>>::.ctor() */,
{ 10069, 1117, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<T>::.ctor() */,
{ 9304, -1, 1118 } /* System.Int32 System.Runtime.CompilerServices.JitHelpers::UnsafeEnumCast<T>(T) */,
{ 10069, 1118, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<T>::.ctor() */,
{ 10100, 1119, -1 } /* System.Void System.Collections.Generic.EnumEqualityComparer`1<T>::.ctor() */,
{ 9304, -1, 1119 } /* System.Int32 System.Runtime.CompilerServices.JitHelpers::UnsafeEnumCast<T>(T) */,
{ 10100, 1120, -1 } /* System.Void System.Collections.Generic.EnumEqualityComparer`1<T>::.ctor() */,
{ 9304, -1, 1120 } /* System.Int32 System.Runtime.CompilerServices.JitHelpers::UnsafeEnumCast<T>(T) */,
{ 9305, -1, 1121 } /* System.Int64 System.Runtime.CompilerServices.JitHelpers::UnsafeEnumCastLong<T>(T) */,
{ 10069, 1121, -1 } /* System.Void System.Collections.Generic.EqualityComparer`1<T>::.ctor() */,
{ 10202, 1132, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<T>::MoveNextRare() */,
{ 10203, 1132, -1 } /* T System.Collections.Generic.List`1/Enumerator<T>::get_Current() */,
{ 10162, 1131, -1 } /* System.Void System.Collections.Generic.List`1<T>::Add(T) */,
{ 871, -1, 1131 } /* T System.Array::UnsafeLoad<T>(T[],System.Int32) */,
{ 10157, 1131, -1 } /* T System.Collections.Generic.List`1<T>::get_Item(System.Int32) */,
{ 696, -1, 1131 } /* System.Void System.ThrowHelper::IfNullAndNullsAreIllegalThenThrow<T>(System.Object,System.ExceptionArgument) */,
{ 10158, 1131, -1 } /* System.Void System.Collections.Generic.List`1<T>::set_Item(System.Int32,T) */,
{ 10173, 1131, -1 } /* System.Void System.Collections.Generic.List`1<T>::EnsureCapacity(System.Int32) */,
{ 10151, 1131, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::get_Count() */,
{ 10184, 1131, -1 } /* System.Void System.Collections.Generic.List`1<T>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<T>) */,
{ 9816, 1131, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<T>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 10061, 1131, -1 } /* System.Collections.Generic.EqualityComparer`1<T> System.Collections.Generic.EqualityComparer`1<T>::get_Default() */,
{ 10063, 1131, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::Equals(T,T) */,
{ 10159, 1131, -1 } /* System.Boolean System.Collections.Generic.List`1<T>::IsCompatibleObject(System.Object) */,
{ 10167, 1131, -1 } /* System.Boolean System.Collections.Generic.List`1<T>::Contains(T) */,
{ 10172, 1131, -1 } /* System.Void System.Collections.Generic.List`1<T>::CopyTo(T[],System.Int32) */,
{ 10150, 1131, -1 } /* System.Void System.Collections.Generic.List`1<T>::set_Capacity(System.Int32) */,
{ 1050, 1131, -1 } /* System.Boolean System.Predicate`1<T>::Invoke(T) */,
{ 10176, 1131, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::FindIndex(System.Int32,System.Int32,System.Predicate`1<T>) */,
{ 10199, 1131, -1 } /* System.Void System.Collections.Generic.List`1/Enumerator<T>::.ctor(System.Collections.Generic.List`1<T>) */,
{ 769, -1, 1131 } /* System.Int32 System.Array::IndexOf<T>(T[],T,System.Int32,System.Int32) */,
{ 10180, 1131, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::IndexOf(T) */,
{ 10182, 1131, -1 } /* System.Void System.Collections.Generic.List`1<T>::Insert(System.Int32,T) */,
{ 10188, 1131, -1 } /* System.Void System.Collections.Generic.List`1<T>::RemoveAt(System.Int32) */,
{ 10185, 1131, -1 } /* System.Boolean System.Collections.Generic.List`1<T>::Remove(T) */,
{ 10191, 1131, -1 } /* System.Void System.Collections.Generic.List`1<T>::Reverse(System.Int32,System.Int32) */,
{ 779, -1, 1131 } /* System.Void System.Array::Reverse<T>(T[],System.Int32,System.Int32) */,
{ 10194, 1131, -1 } /* System.Void System.Collections.Generic.List`1<T>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 795, -1, 1131 } /* System.Void System.Array::Sort<T>(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<T>) */,
{ 9917, 1131, -1 } /* System.Void System.Collections.Generic.ArraySortHelper`1<T>::Sort(T[],System.Int32,System.Int32,System.Comparison`1<T>) */,
{ 10146, 1133, -1 } /* System.Void System.Collections.Generic.List`1<T>::.ctor() */,
{ 10162, 1133, -1 } /* System.Void System.Collections.Generic.List`1<T>::Add(!0) */,
{ 10196, 1133, -1 } /* !0[] System.Collections.Generic.List`1<T>::ToArray() */,
{ 15519, 1136, -1 } /* System.Int32 System.Collections.Generic.LinkedList`1<T>::get_Count() */,
{ 15526, 1135, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<T>::AddLast(T) */,
{ 15556, 1135, -1 } /* System.Void System.Collections.Generic.LinkedListNode`1<T>::.ctor(System.Collections.Generic.LinkedList`1<T>,T) */,
{ 15539, 1135, -1 } /* System.Void System.Collections.Generic.LinkedList`1<T>::InternalInsertNodeToEmptyList(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 15538, 1135, -1 } /* System.Void System.Collections.Generic.LinkedList`1<T>::InternalInsertNodeBefore(System.Collections.Generic.LinkedListNode`1<T>,System.Collections.Generic.LinkedListNode`1<T>) */,
{ 15541, 1135, -1 } /* System.Void System.Collections.Generic.LinkedList`1<T>::ValidateNewNode(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 15557, 1135, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1<T>::get_Next() */,
{ 15559, 1135, -1 } /* System.Void System.Collections.Generic.LinkedListNode`1<T>::Invalidate() */,
{ 15530, 1135, -1 } /* System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<T>::Find(T) */,
{ 15519, 1135, -1 } /* System.Int32 System.Collections.Generic.LinkedList`1<T>::get_Count() */,
{ 10061, 1135, -1 } /* System.Collections.Generic.EqualityComparer`1<!0> System.Collections.Generic.EqualityComparer`1<T>::get_Default() */,
{ 10063, 1135, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::Equals(!0,!0) */,
{ 15547, 1135, -1 } /* System.Void System.Collections.Generic.LinkedList`1/Enumerator<T>::.ctor(System.Collections.Generic.LinkedList`1<T>) */,
{ 15531, 1135, -1 } /* System.Collections.Generic.LinkedList`1/Enumerator<T> System.Collections.Generic.LinkedList`1<T>::GetEnumerator() */,
{ 15540, 1135, -1 } /* System.Void System.Collections.Generic.LinkedList`1<T>::InternalRemoveNode(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 15542, 1135, -1 } /* System.Void System.Collections.Generic.LinkedList`1<T>::ValidateNode(System.Collections.Generic.LinkedListNode`1<T>) */,
{ 15529, 1135, -1 } /* System.Void System.Collections.Generic.LinkedList`1<T>::CopyTo(T[],System.Int32) */,
{ 15577, 1139, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<T>::ThrowEnumerationNotStartedOrEnded() */,
{ 15576, 1139, -1 } /* T System.Collections.Generic.Queue`1/Enumerator<T>::get_Current() */,
{ 866, -1, 1138 } /* !!0[] System.Array::Empty<T>() */,
{ 15570, 1138, -1 } /* System.Void System.Collections.Generic.Queue`1<T>::SetCapacity(System.Int32) */,
{ 15571, 1138, -1 } /* System.Void System.Collections.Generic.Queue`1<T>::MoveNext(System.Int32&) */,
{ 15573, 1138, -1 } /* System.Void System.Collections.Generic.Queue`1/Enumerator<T>::.ctor(System.Collections.Generic.Queue`1<T>) */,
{ 15572, 1138, -1 } /* System.Void System.Collections.Generic.Queue`1<T>::ThrowForEmptyQueue() */,
{ 9324, -1, 1138 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<T>() */,
{ 15569, 1140, -1 } /* T[] System.Collections.Generic.Queue`1<T>::ToArray() */,
{ 15598, 1142, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<T>::ThrowEnumerationNotStartedOrEnded() */,
{ 15597, 1142, -1 } /* T System.Collections.Generic.Stack`1/Enumerator<T>::get_Current() */,
{ 866, -1, 1141 } /* !!0[] System.Array::Empty<T>() */,
{ 15594, 1141, -1 } /* System.Void System.Collections.Generic.Stack`1/Enumerator<T>::.ctor(System.Collections.Generic.Stack`1<T>) */,
{ 15593, 1141, -1 } /* System.Void System.Collections.Generic.Stack`1<T>::ThrowForEmptyStack() */,
{ 9324, -1, 1141 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<T>() */,
{ 722, -1, 1141 } /* System.Void System.Array::Resize<T>(!!0[]&,System.Int32) */,
{ 15592, 1143, -1 } /* T[] System.Collections.Generic.Stack`1<T>::ToArray() */,
{ 16106, 1145, -1 } /* System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable/Iterator`1<TSource>::Where(System.Func`2<TSource,System.Boolean>) */,
{ 16115, 1145, -1 } /* System.Void System.Linq.Enumerable/WhereArrayIterator`1<TSource>::.ctor(TSource[],System.Func`2<TSource,System.Boolean>) */,
{ 16119, 1145, -1 } /* System.Void System.Linq.Enumerable/WhereListIterator`1<TSource>::.ctor(System.Collections.Generic.List`1<TSource>,System.Func`2<TSource,System.Boolean>) */,
{ 16110, 1145, -1 } /* System.Void System.Linq.Enumerable/WhereEnumerableIterator`1<TSource>::.ctor(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>) */,
{ 16123, 1148, -1 } /* System.Void System.Linq.Enumerable/<>c__DisplayClass6_0`1<TSource>::.ctor() */,
{ 16124, 1148, -1 } /* System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1<TSource>::<CombinePredicates>b__0(TSource) */,
{ 1025, 1147, -1 } /* System.Void System.Func`2<TSource,System.Boolean>::.ctor(System.Object,System.IntPtr) */,
{ 16137, 1150, -1 } /* System.Void System.Linq.OrderedEnumerable`2<TSource,TKey>::.ctor(System.Collections.Generic.IEnumerable`1<TElement>,System.Func`2<TElement,TKey>,System.Collections.Generic.IComparer`1<TKey>,System.Boolean) */,
{ 16125, 1151, 1153 } /* System.Linq.IOrderedEnumerable`1<TElement> System.Linq.IOrderedEnumerable`1<TSource>::CreateOrderedEnumerable<TKey>(System.Func`2<TElement,!!0>,System.Collections.Generic.IComparer`1<!!0>,System.Boolean) */,
{ 10148, 1154, -1 } /* System.Void System.Collections.Generic.List`1<TSource>::.ctor(System.Collections.Generic.IEnumerable`1<!0>) */,
{ 1026, 1158, -1 } /* !1 System.Func`2<TSource,System.Boolean>::Invoke(!0) */,
{ 1026, 1161, -1 } /* !1 System.Func`2<TSource,System.Boolean>::Invoke(!0) */,
{ 16099, -1, 1162 } /* System.Boolean System.Linq.Enumerable::Contains<TSource>(System.Collections.Generic.IEnumerable`1<TSource>,TSource,System.Collections.Generic.IEqualityComparer`1<TSource>) */,
{ 10061, 1163, -1 } /* System.Collections.Generic.EqualityComparer`1<!0> System.Collections.Generic.EqualityComparer`1<TSource>::get_Default() */,
{ 16102, 1164, -1 } /* System.Linq.Enumerable/Iterator`1<TSource> System.Linq.Enumerable/Iterator`1<TSource>::Clone() */,
{ 16101, 1164, -1 } /* TSource System.Linq.Enumerable/Iterator`1<TSource>::get_Current() */,
{ 16104, 1164, -1 } /* System.Collections.Generic.IEnumerator`1<TSource> System.Linq.Enumerable/Iterator`1<TSource>::GetEnumerator() */,
{ 16100, 1166, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::.ctor() */,
{ 16110, 1166, -1 } /* System.Void System.Linq.Enumerable/WhereEnumerableIterator`1<TSource>::.ctor(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>) */,
{ 16103, 1166, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::Dispose() */,
{ 1026, 1167, -1 } /* !1 System.Func`2<TSource,System.Boolean>::Invoke(!0) */,
{ 16089, -1, 1166 } /* System.Func`2<TSource,System.Boolean> System.Linq.Enumerable::CombinePredicates<TSource>(System.Func`2<TSource,System.Boolean>,System.Func`2<TSource,System.Boolean>) */,
{ 16100, 1168, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::.ctor() */,
{ 16115, 1168, -1 } /* System.Void System.Linq.Enumerable/WhereArrayIterator`1<TSource>::.ctor(TSource[],System.Func`2<TSource,System.Boolean>) */,
{ 1026, 1169, -1 } /* !1 System.Func`2<TSource,System.Boolean>::Invoke(!0) */,
{ 16103, 1168, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::Dispose() */,
{ 16089, -1, 1168 } /* System.Func`2<TSource,System.Boolean> System.Linq.Enumerable::CombinePredicates<TSource>(System.Func`2<TSource,System.Boolean>,System.Func`2<TSource,System.Boolean>) */,
{ 16100, 1170, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::.ctor() */,
{ 16119, 1170, -1 } /* System.Void System.Linq.Enumerable/WhereListIterator`1<TSource>::.ctor(System.Collections.Generic.List`1<TSource>,System.Func`2<TSource,System.Boolean>) */,
{ 10177, 1170, -1 } /* System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<TSource>::GetEnumerator() */,
{ 10203, 1170, -1 } /* !0 System.Collections.Generic.List`1/Enumerator<TSource>::get_Current() */,
{ 1026, 1171, -1 } /* !1 System.Func`2<TSource,System.Boolean>::Invoke(!0) */,
{ 10201, 1170, -1 } /* System.Boolean System.Collections.Generic.List`1/Enumerator<TSource>::MoveNext() */,
{ 16103, 1170, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::Dispose() */,
{ 16089, -1, 1170 } /* System.Func`2<TSource,System.Boolean> System.Linq.Enumerable::CombinePredicates<TSource>(System.Func`2<TSource,System.Boolean>,System.Func`2<TSource,System.Boolean>) */,
{ 1026, 1172, -1 } /* !1 System.Func`2<TSource,System.Boolean>::Invoke(!0) */,
{ 16137, 1177, -1 } /* System.Void System.Linq.OrderedEnumerable`2<TElement,TKey>::.ctor(System.Collections.Generic.IEnumerable`1<TElement>,System.Func`2<TElement,TKey>,System.Collections.Generic.IComparer`1<TKey>,System.Boolean) */,
{ 16147, 1179, -1 } /* System.Void System.Linq.Buffer`1<TElement>::.ctor(System.Collections.Generic.IEnumerable`1<TElement>) */,
{ 16127, 1179, -1 } /* System.Linq.EnumerableSorter`1<TElement> System.Linq.OrderedEnumerable`1<TElement>::GetEnumerableSorter(System.Linq.EnumerableSorter`1<TElement>) */,
{ 16141, 1179, -1 } /* System.Int32[] System.Linq.EnumerableSorter`1<TElement>::Sort(TElement[],System.Int32) */,
{ 16131, 1176, -1 } /* System.Void System.Linq.OrderedEnumerable`1/<GetEnumerator>d__1<TElement>::.ctor(System.Int32) */,
{ 16126, 1176, -1 } /* System.Collections.Generic.IEnumerator`1<TElement> System.Linq.OrderedEnumerable`1<TElement>::GetEnumerator() */,
{ 16130, 1180, -1 } /* System.Void System.Linq.OrderedEnumerable`1<TElement>::.ctor() */,
{ 10042, 1182, -1 } /* System.Collections.Generic.Comparer`1<!0> System.Collections.Generic.Comparer`1<TKey>::get_Default() */,
{ 16144, 1181, -1 } /* System.Void System.Linq.EnumerableSorter`2<TElement,TKey>::.ctor(System.Func`2<TElement,TKey>,System.Collections.Generic.IComparer`1<TKey>,System.Boolean,System.Linq.EnumerableSorter`1<TElement>) */,
{ 16127, 1180, -1 } /* System.Linq.EnumerableSorter`1<TElement> System.Linq.OrderedEnumerable`1<TElement>::GetEnumerableSorter(System.Linq.EnumerableSorter`1<TElement>) */,
{ 16139, 1183, -1 } /* System.Void System.Linq.EnumerableSorter`1<TElement>::ComputeKeys(TElement[],System.Int32) */,
{ 16142, 1183, -1 } /* System.Void System.Linq.EnumerableSorter`1<TElement>::QuickSort(System.Int32[],System.Int32,System.Int32) */,
{ 16140, 1183, -1 } /* System.Int32 System.Linq.EnumerableSorter`1<TElement>::CompareKeys(System.Int32,System.Int32) */,
{ 16143, 1184, -1 } /* System.Void System.Linq.EnumerableSorter`1<TElement>::.ctor() */,
{ 1026, 1185, -1 } /* !1 System.Func`2<TElement,TKey>::Invoke(!0) */,
{ 16139, 1184, -1 } /* System.Void System.Linq.EnumerableSorter`1<TElement>::ComputeKeys(TElement[],System.Int32) */,
{ 16140, 1184, -1 } /* System.Int32 System.Linq.EnumerableSorter`1<TElement>::CompareKeys(System.Int32,System.Int32) */,
{ 16174, 1189, -1 } /* T System.Collections.Generic.HashSet`1/Enumerator<T>::get_Current() */,
{ 10061, 1188, -1 } /* System.Collections.Generic.EqualityComparer`1<!0> System.Collections.Generic.EqualityComparer`1<T>::get_Default() */,
{ 16149, 1188, -1 } /* System.Void System.Collections.Generic.HashSet`1<T>::.ctor(System.Collections.Generic.IEqualityComparer`1<T>) */,
{ 16169, 1188, -1 } /* System.Boolean System.Collections.Generic.HashSet`1<T>::AddIfNotPresent(T) */,
{ 16170, 1188, -1 } /* System.Int32 System.Collections.Generic.HashSet`1<T>::InternalGetHashCode(T) */,
{ 16165, 1188, -1 } /* System.Void System.Collections.Generic.HashSet`1<T>::CopyTo(T[],System.Int32,System.Int32) */,
{ 9324, -1, 1188 } /* System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences<T>() */,
{ 16171, 1188, -1 } /* System.Void System.Collections.Generic.HashSet`1/Enumerator<T>::.ctor(System.Collections.Generic.HashSet`1<T>) */,
{ 16164, 1188, -1 } /* System.Void System.Collections.Generic.HashSet`1<T>::CopyTo(T[]) */,
{ 16168, 1188, -1 } /* System.Void System.Collections.Generic.HashSet`1<T>::SetCapacity(System.Int32) */,
{ 16166, 1188, -1 } /* System.Void System.Collections.Generic.HashSet`1<T>::Initialize(System.Int32) */,
{ 16167, 1188, -1 } /* System.Void System.Collections.Generic.HashSet`1<T>::IncreaseCapacity() */,
{ 16501, -1, 1191 } /* T[] UnityEngine.GameObject::GetComponentsInChildren<T>(System.Boolean) */,
{ 16502, -1, 1192 } /* System.Void UnityEngine.GameObject::GetComponentsInChildren<T>(System.Boolean,System.Collections.Generic.List`1<T>) */,
{ 16400, -1, 1193 } /* T[] UnityEngine.Component::GetComponentsInChildren<T>(System.Boolean) */,
{ 16401, -1, 1194 } /* System.Void UnityEngine.Component::GetComponentsInChildren<T>(System.Boolean,System.Collections.Generic.List`1<T>) */,
{ 16503, -1, 1195 } /* System.Void UnityEngine.GameObject::GetComponentsInParent<T>(System.Boolean,System.Collections.Generic.List`1<T>) */,
{ 16499, -1, 1197 } /* T[] UnityEngine.GameObject::GetComponents<T>() */,
{ 16495, -1, 1198 } /* T UnityEngine.GameObject::GetComponentInChildren<T>(System.Boolean) */,
{ 16791, -1, 1202 } /* T[] UnityEngine.Mesh::GetAllocArrayFromChannel<T>(UnityEngine.Rendering.VertexAttribute,UnityEngine.Mesh/InternalVertexChannelType,System.Int32) */,
{ 16872, -1, 1203 } /* System.Int32 UnityEngine.NoAllocHelpers::SafeLength<T>(System.Collections.Generic.List`1<T>) */,
{ 16872, -1, 1204 } /* System.Int32 UnityEngine.NoAllocHelpers::SafeLength<T>(System.Collections.Generic.List`1<T>) */,
{ 16796, -1, 1205 } /* System.Void UnityEngine.Mesh::SetListForChannel<T>(UnityEngine.Rendering.VertexAttribute,UnityEngine.Mesh/InternalVertexChannelType,System.Int32,System.Collections.Generic.List`1<T>) */,
{ 10151, 1206, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::get_Count() */,
{ 17159, 1207, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<T1>::add_Delegate(UnityEngine.Events.UnityAction`1<T1>) */,
{ 6759, -1, 1208 } /* !!0 System.Threading.Interlocked::CompareExchange<UnityEngine.Events.UnityAction`1<T1>>(!!0&,!!0,!!0) */,
{ 17147, -1, 1207 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T1>(System.Object) */,
{ 17225, 1207, -1 } /* System.Void UnityEngine.Events.UnityAction`1<T1>::Invoke(T0) */,
{ 17166, 1209, -1 } /* System.Void UnityEngine.Events.InvokableCall`2<T1,T2>::add_Delegate(UnityEngine.Events.UnityAction`2<T1,T2>) */,
{ 6759, -1, 1210 } /* !!0 System.Threading.Interlocked::CompareExchange<UnityEngine.Events.UnityAction`2<T1,T2>>(!!0&,!!0,!!0) */,
{ 17147, -1, 1211 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T1>(System.Object) */,
{ 17147, -1, 1212 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T2>(System.Object) */,
{ 17236, 1209, -1 } /* System.Void UnityEngine.Events.UnityAction`2<T1,T2>::Invoke(T0,T1) */,
{ 17173, 1213, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<T1,T2,T3>::add_Delegate(UnityEngine.Events.UnityAction`3<T1,T2,T3>) */,
{ 6759, -1, 1214 } /* !!0 System.Threading.Interlocked::CompareExchange<UnityEngine.Events.UnityAction`3<T1,T2,T3>>(!!0&,!!0,!!0) */,
{ 17147, -1, 1215 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T1>(System.Object) */,
{ 17147, -1, 1216 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T2>(System.Object) */,
{ 17147, -1, 1217 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T3>(System.Object) */,
{ 17247, 1213, -1 } /* System.Void UnityEngine.Events.UnityAction`3<T1,T2,T3>::Invoke(T0,T1,T2) */,
{ 17147, -1, 1219 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T1>(System.Object) */,
{ 17147, -1, 1220 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T2>(System.Object) */,
{ 17147, -1, 1221 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T3>(System.Object) */,
{ 17147, -1, 1222 } /* System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg<T4>(System.Object) */,
{ 17258, 1218, -1 } /* System.Void UnityEngine.Events.UnityAction`4<T1,T2,T3,T4>::Invoke(T0,T1,T2,T3) */,
{ 17157, 1223, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<T>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 17162, 1223, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<T>::Invoke(T1) */,
{ 17233, 1224, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<T0>::GetDelegate(UnityEngine.Events.UnityAction`1<T0>) */,
{ 17157, 1224, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<T0>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 17158, 1224, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<T0>::.ctor(UnityEngine.Events.UnityAction`1<T1>) */,
{ 17162, 1224, -1 } /* System.Void UnityEngine.Events.InvokableCall`1<T0>::Invoke(T1) */,
{ 17244, 1225, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`2<T0,T1>::GetDelegate(UnityEngine.Events.UnityAction`2<T0,T1>) */,
{ 17164, 1225, -1 } /* System.Void UnityEngine.Events.InvokableCall`2<T0,T1>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 17165, 1225, -1 } /* System.Void UnityEngine.Events.InvokableCall`2<T0,T1>::.ctor(UnityEngine.Events.UnityAction`2<T1,T2>) */,
{ 17169, 1225, -1 } /* System.Void UnityEngine.Events.InvokableCall`2<T0,T1>::Invoke(T1,T2) */,
{ 17255, 1226, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`3<T0,T1,T2>::GetDelegate(UnityEngine.Events.UnityAction`3<T0,T1,T2>) */,
{ 17171, 1226, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<T0,T1,T2>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 17172, 1226, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<T0,T1,T2>::.ctor(UnityEngine.Events.UnityAction`3<T1,T2,T3>) */,
{ 17176, 1226, -1 } /* System.Void UnityEngine.Events.InvokableCall`3<T0,T1,T2>::Invoke(T1,T2,T3) */,
{ 17178, 1227, -1 } /* System.Void UnityEngine.Events.InvokableCall`4<T0,T1,T2,T3>::.ctor(System.Object,System.Reflection.MethodInfo) */,
{ 10061, 1228, -1 } /* System.Collections.Generic.EqualityComparer`1<!0> System.Collections.Generic.EqualityComparer`1<T>::get_Default() */,
{ 17334, -1, 1228 } /* System.Void UnityEngine.Assertions.Assert::AreEqual<T>(T,T,System.String,System.Collections.Generic.IEqualityComparer`1<T>) */,
{ 18549, -1, 1230 } /* System.Void UnityEngine.EventSystems.ExecuteEvents::GetEventList<T>(UnityEngine.GameObject,System.Collections.Generic.IList`1<UnityEngine.EventSystems.IEventSystemHandler>) */,
{ 18555, 1230, -1 } /* System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>::Invoke(T1,UnityEngine.EventSystems.BaseEventData) */,
{ 18546, -1, 1231 } /* System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<T>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>) */,
{ 18548, -1, 1232 } /* System.Boolean UnityEngine.EventSystems.ExecuteEvents::ShouldSendToComponent<T>(UnityEngine.Component) */,
{ 18549, -1, 1233 } /* System.Void UnityEngine.EventSystems.ExecuteEvents::GetEventList<T>(UnityEngine.GameObject,System.Collections.Generic.IList`1<UnityEngine.EventSystems.IEventSystemHandler>) */,
{ 18550, -1, 1234 } /* System.Boolean UnityEngine.EventSystems.ExecuteEvents::CanHandleEvent<T>(UnityEngine.GameObject) */,
{ 18819, 1235, -1 } /* System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1/<Start>c__Iterator0<T>::.ctor() */,
{ 18818, 1235, -1 } /* System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1<T>::StopTween() */,
{ 18815, 1235, -1 } /* System.Collections.IEnumerator UnityEngine.UI.CoroutineTween.TweenRunner`1<T>::Start(T) */,
{ 16490, -1, 1236 } /* !!0 UnityEngine.GameObject::GetComponent<T>() */,
{ 16506, -1, 1236 } /* !!0 UnityEngine.GameObject::AddComponent<T>() */,
{ 10061, 1237, -1 } /* System.Collections.Generic.EqualityComparer`1<!0> System.Collections.Generic.EqualityComparer`1<T>::get_Default() */,
{ 10063, 1237, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::Equals(!0,!0) */,
{ 10146, 1238, -1 } /* System.Void System.Collections.Generic.List`1<T>::.ctor() */,
{ 9939, 1239, -1 } /* System.Void System.Collections.Generic.Dictionary`2<T,System.Int32>::.ctor() */,
{ 10162, 1238, -1 } /* System.Void System.Collections.Generic.List`1<T>::Add(!0) */,
{ 10151, 1238, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::get_Count() */,
{ 9949, 1239, -1 } /* System.Void System.Collections.Generic.Dictionary`2<T,System.Int32>::Add(!0,!1) */,
{ 9954, 1239, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<T,System.Int32>::ContainsKey(!0) */,
{ 9967, 1239, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<T,System.Int32>::TryGetValue(!0,!1&) */,
{ 20007, 1238, -1 } /* System.Void UnityEngine.UI.Collections.IndexedSet`1<T>::RemoveAt(System.Int32) */,
{ 19998, 1238, -1 } /* System.Collections.Generic.IEnumerator`1<T> UnityEngine.UI.Collections.IndexedSet`1<T>::GetEnumerator() */,
{ 10166, 1238, -1 } /* System.Void System.Collections.Generic.List`1<T>::Clear() */,
{ 9953, 1239, -1 } /* System.Void System.Collections.Generic.Dictionary`2<T,System.Int32>::Clear() */,
{ 10172, 1238, -1 } /* System.Void System.Collections.Generic.List`1<T>::CopyTo(!0[],System.Int32) */,
{ 10157, 1238, -1 } /* !0 System.Collections.Generic.List`1<T>::get_Item(System.Int32) */,
{ 9966, 1239, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<T,System.Int32>::Remove(!0) */,
{ 10188, 1238, -1 } /* System.Void System.Collections.Generic.List`1<T>::RemoveAt(System.Int32) */,
{ 10158, 1238, -1 } /* System.Void System.Collections.Generic.List`1<T>::set_Item(System.Int32,!0) */,
{ 9948, 1239, -1 } /* System.Void System.Collections.Generic.Dictionary`2<T,System.Int32>::set_Item(!0,!1) */,
{ 1050, 1238, -1 } /* System.Boolean System.Predicate`1<T>::Invoke(!0) */,
{ 19997, 1238, -1 } /* System.Boolean UnityEngine.UI.Collections.IndexedSet`1<T>::Remove(T) */,
{ 10195, 1238, -1 } /* System.Void System.Collections.Generic.List`1<T>::Sort(System.Comparison`1<!0>) */,
{ 10166, 1240, -1 } /* System.Void System.Collections.Generic.List`1<T>::Clear() */,
{ 20021, 1241, -1 } /* T UnityEngine.UI.ObjectPool`1<System.Collections.Generic.List`1<T>>::Get() */,
{ 20022, 1241, -1 } /* System.Void UnityEngine.UI.ObjectPool`1<System.Collections.Generic.List`1<T>>::Release(T) */,
{ 20012, 1240, -1 } /* System.Void UnityEngine.UI.ListPool`1<T>::Clear(System.Collections.Generic.List`1<T>) */,
{ 17224, 1241, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Collections.Generic.List`1<T>>::.ctor(System.Object,System.IntPtr) */,
{ 20016, 1241, -1 } /* System.Void UnityEngine.UI.ObjectPool`1<System.Collections.Generic.List`1<T>>::.ctor(UnityEngine.Events.UnityAction`1<T>,UnityEngine.Events.UnityAction`1<T>) */,
{ 15582, 1242, -1 } /* System.Void System.Collections.Generic.Stack`1<T>::.ctor() */,
{ 20017, 1242, -1 } /* System.Int32 UnityEngine.UI.ObjectPool`1<T>::get_countAll() */,
{ 20020, 1242, -1 } /* System.Int32 UnityEngine.UI.ObjectPool`1<T>::get_countInactive() */,
{ 15583, 1242, -1 } /* System.Int32 System.Collections.Generic.Stack`1<T>::get_Count() */,
{ 1059, -1, 1242 } /* !!0 System.Activator::CreateInstance<T>() */,
{ 20018, 1242, -1 } /* System.Void UnityEngine.UI.ObjectPool`1<T>::set_countAll(System.Int32) */,
{ 15590, 1242, -1 } /* !0 System.Collections.Generic.Stack`1<T>::Pop() */,
{ 17225, 1242, -1 } /* System.Void UnityEngine.Events.UnityAction`1<T>::Invoke(!0) */,
{ 15589, 1242, -1 } /* !0 System.Collections.Generic.Stack`1<T>::Peek() */,
{ 15591, 1242, -1 } /* System.Void System.Collections.Generic.Stack`1<T>::Push(!0) */,
{ 9954, 1245, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Action`1<A>,System.Collections.Generic.LinkedListNode`1<System.Action`1<A>>>::ContainsKey(!0) */,
{ 15526, 1244, -1 } /* System.Collections.Generic.LinkedListNode`1<!0> System.Collections.Generic.LinkedList`1<System.Action`1<A>>::AddLast(!0) */,
{ 9948, 1245, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Action`1<A>,System.Collections.Generic.LinkedListNode`1<System.Action`1<A>>>::set_Item(!0,!1) */,
{ 9967, 1245, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Action`1<A>,System.Collections.Generic.LinkedListNode`1<System.Action`1<A>>>::TryGetValue(!0,!1&) */,
{ 9966, 1245, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Action`1<A>,System.Collections.Generic.LinkedListNode`1<System.Action`1<A>>>::Remove(!0) */,
{ 15534, 1244, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Action`1<A>>::Remove(System.Collections.Generic.LinkedListNode`1<!0>) */,
{ 15520, 1244, -1 } /* System.Collections.Generic.LinkedListNode`1<!0> System.Collections.Generic.LinkedList`1<System.Action`1<A>>::get_First() */,
{ 15558, 1244, -1 } /* !0 System.Collections.Generic.LinkedListNode`1<System.Action`1<A>>::get_Value() */,
{ 1006, 1243, -1 } /* System.Void System.Action`1<A>::Invoke(!0) */,
{ 15557, 1244, -1 } /* System.Collections.Generic.LinkedListNode`1<!0> System.Collections.Generic.LinkedListNode`1<System.Action`1<A>>::get_Next() */,
{ 15517, 1244, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Action`1<A>>::.ctor() */,
{ 9939, 1245, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Action`1<A>,System.Collections.Generic.LinkedListNode`1<System.Action`1<A>>>::.ctor() */,
{ 9954, 1248, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Action`2<A,B>,System.Collections.Generic.LinkedListNode`1<System.Action`2<A,B>>>::ContainsKey(!0) */,
{ 15526, 1247, -1 } /* System.Collections.Generic.LinkedListNode`1<!0> System.Collections.Generic.LinkedList`1<System.Action`2<A,B>>::AddLast(!0) */,
{ 9948, 1248, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Action`2<A,B>,System.Collections.Generic.LinkedListNode`1<System.Action`2<A,B>>>::set_Item(!0,!1) */,
{ 9967, 1248, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Action`2<A,B>,System.Collections.Generic.LinkedListNode`1<System.Action`2<A,B>>>::TryGetValue(!0,!1&) */,
{ 9966, 1248, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Action`2<A,B>,System.Collections.Generic.LinkedListNode`1<System.Action`2<A,B>>>::Remove(!0) */,
{ 15534, 1247, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Action`2<A,B>>::Remove(System.Collections.Generic.LinkedListNode`1<!0>) */,
{ 15520, 1247, -1 } /* System.Collections.Generic.LinkedListNode`1<!0> System.Collections.Generic.LinkedList`1<System.Action`2<A,B>>::get_First() */,
{ 15558, 1247, -1 } /* !0 System.Collections.Generic.LinkedListNode`1<System.Action`2<A,B>>::get_Value() */,
{ 1014, 1246, -1 } /* System.Void System.Action`2<A,B>::Invoke(!0,!1) */,
{ 15557, 1247, -1 } /* System.Collections.Generic.LinkedListNode`1<!0> System.Collections.Generic.LinkedListNode`1<System.Action`2<A,B>>::get_Next() */,
{ 15517, 1247, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Action`2<A,B>>::.ctor() */,
{ 9939, 1248, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Action`2<A,B>,System.Collections.Generic.LinkedListNode`1<System.Action`2<A,B>>>::.ctor() */,
{ 9954, 1251, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Action`3<A,B,C>,System.Collections.Generic.LinkedListNode`1<System.Action`3<A,B,C>>>::ContainsKey(!0) */,
{ 15526, 1250, -1 } /* System.Collections.Generic.LinkedListNode`1<!0> System.Collections.Generic.LinkedList`1<System.Action`3<A,B,C>>::AddLast(!0) */,
{ 9948, 1251, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Action`3<A,B,C>,System.Collections.Generic.LinkedListNode`1<System.Action`3<A,B,C>>>::set_Item(!0,!1) */,
{ 9967, 1251, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Action`3<A,B,C>,System.Collections.Generic.LinkedListNode`1<System.Action`3<A,B,C>>>::TryGetValue(!0,!1&) */,
{ 9966, 1251, -1 } /* System.Boolean System.Collections.Generic.Dictionary`2<System.Action`3<A,B,C>,System.Collections.Generic.LinkedListNode`1<System.Action`3<A,B,C>>>::Remove(!0) */,
{ 15534, 1250, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Action`3<A,B,C>>::Remove(System.Collections.Generic.LinkedListNode`1<!0>) */,
{ 15520, 1250, -1 } /* System.Collections.Generic.LinkedListNode`1<!0> System.Collections.Generic.LinkedList`1<System.Action`3<A,B,C>>::get_First() */,
{ 15558, 1250, -1 } /* !0 System.Collections.Generic.LinkedListNode`1<System.Action`3<A,B,C>>::get_Value() */,
{ 1018, 1249, -1 } /* System.Void System.Action`3<A,B,C>::Invoke(!0,!1,!2) */,
{ 15557, 1250, -1 } /* System.Collections.Generic.LinkedListNode`1<!0> System.Collections.Generic.LinkedListNode`1<System.Action`3<A,B,C>>::get_Next() */,
{ 15517, 1250, -1 } /* System.Void System.Collections.Generic.LinkedList`1<System.Action`3<A,B,C>>::.ctor() */,
{ 9939, 1251, -1 } /* System.Void System.Collections.Generic.Dictionary`2<System.Action`3<A,B,C>,System.Collections.Generic.LinkedListNode`1<System.Action`3<A,B,C>>>::.ctor() */,
{ 20361, 1252, -1 } /* System.Void TMPro.TweenRunner`1/<Start>d__2<T>::.ctor(System.Int32) */,
{ 20359, 1252, -1 } /* System.Void TMPro.TweenRunner`1<T>::StopTween() */,
{ 20356, 1252, -1 } /* System.Collections.IEnumerator TMPro.TweenRunner`1<T>::Start(T) */,
{ 16490, -1, 1253 } /* !!0 UnityEngine.GameObject::GetComponent<T>() */,
{ 16506, -1, 1253 } /* !!0 UnityEngine.GameObject::AddComponent<T>() */,
{ 2117, 1254, -1 } /* System.Boolean System.IEquatable`1<T>::Equals(!0) */,
{ 20705, 1257, -1 } /* System.Void TMPro.TMP_ListPool`1/<>c<T>::.ctor() */,
{ 10166, 1257, -1 } /* System.Void System.Collections.Generic.List`1<T>::Clear() */,
{ 20755, 1256, -1 } /* T TMPro.TMP_ObjectPool`1<System.Collections.Generic.List`1<T>>::Get() */,
{ 20756, 1256, -1 } /* System.Void TMPro.TMP_ObjectPool`1<System.Collections.Generic.List`1<T>>::Release(T) */,
{ 20706, 1255, -1 } /* System.Void TMPro.TMP_ListPool`1/<>c<T>::<.cctor>b__3_0(System.Collections.Generic.List`1<T>) */,
{ 17224, 1256, -1 } /* System.Void UnityEngine.Events.UnityAction`1<System.Collections.Generic.List`1<T>>::.ctor(System.Object,System.IntPtr) */,
{ 20754, 1256, -1 } /* System.Void TMPro.TMP_ObjectPool`1<System.Collections.Generic.List`1<T>>::.ctor(UnityEngine.Events.UnityAction`1<T>,UnityEngine.Events.UnityAction`1<T>) */,
{ 20750, 1258, -1 } /* System.Int32 TMPro.TMP_ObjectPool`1<T>::get_countAll() */,
{ 20753, 1258, -1 } /* System.Int32 TMPro.TMP_ObjectPool`1<T>::get_countInactive() */,
{ 15583, 1258, -1 } /* System.Int32 System.Collections.Generic.Stack`1<T>::get_Count() */,
{ 15582, 1258, -1 } /* System.Void System.Collections.Generic.Stack`1<T>::.ctor() */,
{ 1059, -1, 1258 } /* !!0 System.Activator::CreateInstance<T>() */,
{ 20751, 1258, -1 } /* System.Void TMPro.TMP_ObjectPool`1<T>::set_countAll(System.Int32) */,
{ 15590, 1258, -1 } /* !0 System.Collections.Generic.Stack`1<T>::Pop() */,
{ 17225, 1258, -1 } /* System.Void UnityEngine.Events.UnityAction`1<T>::Invoke(!0) */,
{ 15589, 1258, -1 } /* !0 System.Collections.Generic.Stack`1<T>::Peek() */,
{ 15591, 1258, -1 } /* System.Void System.Collections.Generic.Stack`1<T>::Push(!0) */,
{ 722, -1, 1259 } /* System.Void System.Array::Resize<T>(!!0[]&,System.Int32) */,
{ 722, -1, 1260 } /* System.Void System.Array::Resize<T>(!!0[]&,System.Int32) */,
{ 722, -1, 1261 } /* System.Void System.Array::Resize<T>(!!0[]&,System.Int32) */,
{ 722, -1, 1262 } /* System.Void System.Array::Resize<T>(!!0[]&,System.Int32) */,
{ 10157, 1263, -1 } /* !0 System.Collections.Generic.List`1<T>::get_Item(System.Int32) */,
{ 10151, 1263, -1 } /* System.Int32 System.Collections.Generic.List`1<T>::get_Count() */,
{ 1018, 1264, -1 } /* System.Void System.Action`3<T,System.Byte[],System.Int32>::Invoke(!0,!1,!2) */,
{ 1014, 1265, -1 } /* System.Void System.Action`2<T,System.Byte[]>::Invoke(!0,!1) */,
{ 5220, 1022, -1 } /* System.Collections.Generic.IEnumerator`1<TSource> System.IO.Iterator`1<TSource>::GetEnumerator() */,
{ 5223, 1022, -1 } /* System.Collections.IEnumerator System.IO.Iterator`1<TSource>::System.Collections.IEnumerable.GetEnumerator() */,
{ 5216, 1022, -1 } /* TSource System.IO.Iterator`1<TSource>::get_Current() */,
{ 5222, 1022, -1 } /* System.Object System.IO.Iterator`1<TSource>::System.Collections.IEnumerator.get_Current() */,
{ 5224, 1022, -1 } /* System.Void System.IO.Iterator`1<TSource>::System.Collections.IEnumerator.Reset() */,
{ 6832, 1044, -1 } /* System.Void System.Threading.Tasks.Task`1<TResult>::InnerInvoke() */,
{ 6832, 186, -1 } /* System.Void System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>::InnerInvoke() */,
{ 10068, 1, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.String>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10067, 1, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.String>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10065, 1, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.String>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 1, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.String>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10045, 1108, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<T>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10045, 1109, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<System.Nullable`1<T>>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10045, 1111, -1 } /* System.Int32 System.Collections.Generic.Comparer`1<T>::System.Collections.IComparer.Compare(System.Object,System.Object) */,
{ 10068, 1114, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10067, 1114, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 1115, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<System.Nullable`1<T>>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10067, 1115, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<System.Nullable`1<T>>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 1117, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10067, 1117, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10068, 1118, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10067, 1118, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10065, 1118, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 1118, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10103, 1119, -1 } /* System.Boolean System.Collections.Generic.EnumEqualityComparer`1<T>::Equals(System.Object) */,
{ 10104, 1119, -1 } /* System.Int32 System.Collections.Generic.EnumEqualityComparer`1<T>::GetHashCode() */,
{ 10068, 1119, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10067, 1119, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10098, 1119, -1 } /* System.Boolean System.Collections.Generic.EnumEqualityComparer`1<T>::Equals(T,T) */,
{ 10065, 1119, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 1119, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10102, 1119, -1 } /* System.Void System.Collections.Generic.EnumEqualityComparer`1<T>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 10103, 1120, -1 } /* System.Boolean System.Collections.Generic.EnumEqualityComparer`1<T>::Equals(System.Object) */,
{ 10104, 1120, -1 } /* System.Int32 System.Collections.Generic.EnumEqualityComparer`1<T>::GetHashCode() */,
{ 10068, 1120, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10067, 1120, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10098, 1120, -1 } /* System.Boolean System.Collections.Generic.EnumEqualityComparer`1<T>::Equals(T,T) */,
{ 10065, 1120, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 1120, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 10102, 1120, -1 } /* System.Void System.Collections.Generic.EnumEqualityComparer`1<T>::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */,
{ 10068, 1121, -1 } /* System.Boolean System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) */,
{ 10067, 1121, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::System.Collections.IEqualityComparer.GetHashCode(System.Object) */,
{ 10065, 1121, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::IndexOf(T[],T,System.Int32,System.Int32) */,
{ 10066, 1121, -1 } /* System.Int32 System.Collections.Generic.EqualityComparer`1<T>::LastIndexOf(T[],T,System.Int32,System.Int32) */,
{ 16104, 1166, -1 } /* System.Collections.Generic.IEnumerator`1<TSource> System.Linq.Enumerable/Iterator`1<TSource>::GetEnumerator() */,
{ 16108, 1166, -1 } /* System.Collections.IEnumerator System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerable.GetEnumerator() */,
{ 16101, 1166, -1 } /* TSource System.Linq.Enumerable/Iterator`1<TSource>::get_Current() */,
{ 16107, 1166, -1 } /* System.Object System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerator.get_Current() */,
{ 16109, 1166, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerator.Reset() */,
{ 16104, 1168, -1 } /* System.Collections.Generic.IEnumerator`1<TSource> System.Linq.Enumerable/Iterator`1<TSource>::GetEnumerator() */,
{ 16108, 1168, -1 } /* System.Collections.IEnumerator System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerable.GetEnumerator() */,
{ 16101, 1168, -1 } /* TSource System.Linq.Enumerable/Iterator`1<TSource>::get_Current() */,
{ 16107, 1168, -1 } /* System.Object System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerator.get_Current() */,
{ 16109, 1168, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerator.Reset() */,
{ 16104, 1170, -1 } /* System.Collections.Generic.IEnumerator`1<TSource> System.Linq.Enumerable/Iterator`1<TSource>::GetEnumerator() */,
{ 16108, 1170, -1 } /* System.Collections.IEnumerator System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerable.GetEnumerator() */,
{ 16101, 1170, -1 } /* TSource System.Linq.Enumerable/Iterator`1<TSource>::get_Current() */,
{ 16107, 1170, -1 } /* System.Object System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerator.get_Current() */,
{ 16109, 1170, -1 } /* System.Void System.Linq.Enumerable/Iterator`1<TSource>::System.Collections.IEnumerator.Reset() */,
{ 16129, 1180, -1 } /* System.Linq.IOrderedEnumerable`1<TElement> System.Linq.OrderedEnumerable`1<TElement>::System.Linq.IOrderedEnumerable<TElement>.CreateOrderedEnumerable(System.Func`2<TElement,TKey>,System.Collections.Generic.IComparer`1<TKey>,System.Boolean) */,
{ 16126, 1180, -1 } /* System.Collections.Generic.IEnumerator`1<TElement> System.Linq.OrderedEnumerable`1<TElement>::GetEnumerator() */,
{ 16128, 1180, -1 } /* System.Collections.IEnumerator System.Linq.OrderedEnumerable`1<TElement>::System.Collections.IEnumerable.GetEnumerator() */,
{ 17163, 1223, -1 } /* System.Boolean UnityEngine.Events.InvokableCall`1<T>::Find(System.Object,System.Reflection.MethodInfo) */,
{ 17231, 504, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`1<UnityEngine.Networking.PlayerConnection.MessageEventArgs>::FindMethod_Impl(System.String,System.Object) */,
{ 17232, 504, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<UnityEngine.Networking.PlayerConnection.MessageEventArgs>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 17231, 582, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`1<UnityEngine.EventSystems.BaseEventData>::FindMethod_Impl(System.String,System.Object) */,
{ 17232, 582, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<UnityEngine.EventSystems.BaseEventData>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 17231, 1, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`1<System.String>::FindMethod_Impl(System.String,System.Object) */,
{ 17232, 1, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<System.String>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 17253, 743, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`3<System.String,System.Int32,System.Int32>::FindMethod_Impl(System.String,System.Object) */,
{ 17254, 743, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`3<System.String,System.Int32,System.Int32>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
{ 17253, 848, -1 } /* System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`3<System.String,System.String,System.Int32>::FindMethod_Impl(System.String,System.Object) */,
{ 17254, 848, -1 } /* UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`3<System.String,System.String,System.Int32>::GetDelegate(System.Object,System.Reflection.MethodInfo) */,
};