| Add(int32_t &location1, int32_t value) | System::Threading::Interlocked | static |
| Add(int64_t &location1, int64_t value) | System::Threading::Interlocked | static |
| CompareExchange(T &location1, T value, T comparand) | System::Threading::Interlocked | inlinestatic |
| CompareExchange(T &location1, T value, T comparand) | System::Threading::Interlocked | inlinestatic |
| CompareExchange(int32_t &location1, int32_t value, int32_t comparand, bool &succeeded) | System::Threading::Interlocked | static |
| Decrement(int32_t &location) | System::Threading::Interlocked | static |
| Decrement(int64_t &location) | System::Threading::Interlocked | static |
| Exchange(T &location1, T value) | System::Threading::Interlocked | inlinestatic |
| Exchange(T &location1, T value) | System::Threading::Interlocked | inlinestatic |
| ExchangeAdd(int32_t &location1, int32_t value) | System::Threading::Interlocked | static |
| ExchangeAdd(int64_t &location1, int64_t value) | System::Threading::Interlocked | static |
| Increment(int32_t &location) | System::Threading::Interlocked | static |
| Increment(int64_t &location) | System::Threading::Interlocked | static |
| Read(int64_t &location1) | System::Threading::Interlocked | static |