AotInterlocked.cs
Go to the documentation of this file.
Definition: SpinLock.cs:53
Definition: AggregateException.cs:31
Interlocked reference exchanges do not work with the older Mono AOT compiler so this type fudges arou...
Definition: AotInterlocked.cs:15
static T Exchange< T >(ref T target, T newValue)
Definition: AotInterlocked.cs:19
static T CompareExchange< T >(ref T target, T newValue, T comparand)
Definition: AotInterlocked.cs:39
Definition: AotInterlocked.cs:3