Imported Upstream version 6.0.0.299
Former-commit-id: 58c3002e8712d6dd8574da4588af7a17eca4547f
This commit is contained in:
parent
c5924726bf
commit
a63e3f0156
@ -1 +1 @@
|
||||
225e5801b2254c7cc0492a0eda9316bd5ac37e6d
|
||||
bfddb03c995a54a8367cd96b232d2c10364544db
|
@ -1 +1 @@
|
||||
e57cc65761fe70cfc34d3a9b1f4cd58a839eaf3f
|
||||
2b32e12835f376e47158033368c4a732d55a5047
|
@ -40,6 +40,7 @@ namespace System.Runtime.CompilerServices
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public unsafe static void* Subtract<T>(void* source, int elementOffset) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static ref T Subtract<T>(ref T source, int elementOffset) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static ref T Subtract<T>(ref T source, System.IntPtr elementOffset) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static ref T Unbox<T>(object box) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static void WriteUnaligned<T>(ref byte destination, T value) { }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public unsafe static void WriteUnaligned<T>(void* destination, T value) { }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public unsafe static void Write<T>(void* destination, T value) { }
|
||||
|
@ -40,6 +40,7 @@ namespace System.Runtime.CompilerServices
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public unsafe static void* Subtract<T>(void* source, int elementOffset) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static ref T Subtract<T>(ref T source, int elementOffset) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static ref T Subtract<T>(ref T source, System.IntPtr elementOffset) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static ref T Unbox<T>(object box) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static void WriteUnaligned<T>(ref byte destination, T value) { }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public unsafe static void WriteUnaligned<T>(void* destination, T value) { }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public unsafe static void Write<T>(void* destination, T value) { }
|
||||
|
@ -40,6 +40,7 @@ namespace System.Runtime.CompilerServices
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public unsafe static void* Subtract<T>(void* source, int elementOffset) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static ref T Subtract<T>(ref T source, int elementOffset) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static ref T Subtract<T>(ref T source, System.IntPtr elementOffset) { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static ref T Unbox<T>(object box) where T : struct { throw null; }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public static void WriteUnaligned<T>(ref byte destination, T value) { }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public unsafe static void WriteUnaligned<T>(void* destination, T value) { }
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public unsafe static void Write<T>(void* destination, T value) { }
|
||||
|
@ -41,7 +41,7 @@ static partial class Consts
|
||||
// Use these assembly version constants to make code more maintainable.
|
||||
//
|
||||
|
||||
public const string MonoVersion = "6.0.0.294";
|
||||
public const string MonoVersion = "6.0.0.299";
|
||||
public const string MonoCompany = "Mono development team";
|
||||
public const string MonoProduct = "Mono Common Language Infrastructure";
|
||||
public const string MonoCopyright = "(c) Various Mono authors";
|
||||
|
@ -365,4 +365,12 @@
|
||||
clt.un
|
||||
ret
|
||||
}
|
||||
|
||||
.method public hidebysig static !!T& Unbox<valuetype .ctor ([mscorlib]System.ValueType) T> (object 'box') cil managed aggressiveinlining
|
||||
{
|
||||
.maxstack 1
|
||||
ldarg.0
|
||||
unbox !!T
|
||||
ret
|
||||
}
|
||||
}
|
@ -1 +1 @@
|
||||
af6194e8716a564a367f4efbb3891fd096eb8811
|
||||
8819bfc5318a074dcb1a11cd1ce8404e35920142
|
@ -1 +1 @@
|
||||
1704b81433e53b67202fb2c938d02c96add68a3a
|
||||
8135c87708bb0e6972b341ed4dcf542c8c5d38b5
|
@ -1 +1 @@
|
||||
dc16bcbafc79b523bbd1cef5abc74fabb96ea5cb
|
||||
692db1871a0f948ec05d95e07e58d1adddfbecf1
|
Binary file not shown.
@ -1 +1 @@
|
||||
a8c46780a7f0ab19ef0cf75e3e2d6bfa624a4cac
|
||||
2182f88cde39994cb80a1c0ba96d000b36ae677c
|
@ -1 +1 @@
|
||||
63283ecebb4d461530fda84ec74e97e9e8d61306
|
||||
21f452516f31f530997437d1d43a960d20dac2e8
|
@ -1 +1 @@
|
||||
8a78af0e6a707105a27a25469b4719cd6caceef7
|
||||
33a72ca489db0746e188e3669710a57cdc45784b
|
@ -1 +1 @@
|
||||
490d632b9aab6bfed5660733f0eed579e04440ee
|
||||
a52112a39f56dfda49caef9f0da0c495b036bce0
|
@ -1 +1 @@
|
||||
af6194e8716a564a367f4efbb3891fd096eb8811
|
||||
8819bfc5318a074dcb1a11cd1ce8404e35920142
|
@ -1 +1 @@
|
||||
1704b81433e53b67202fb2c938d02c96add68a3a
|
||||
8135c87708bb0e6972b341ed4dcf542c8c5d38b5
|
@ -1 +1 @@
|
||||
dc16bcbafc79b523bbd1cef5abc74fabb96ea5cb
|
||||
692db1871a0f948ec05d95e07e58d1adddfbecf1
|
Binary file not shown.
@ -1 +1 @@
|
||||
a8c46780a7f0ab19ef0cf75e3e2d6bfa624a4cac
|
||||
2182f88cde39994cb80a1c0ba96d000b36ae677c
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user