|
807 | 807 | </Docs>
|
808 | 808 | </Member>
|
809 | 809 | <Member MemberName="CompareExchange">
|
810 |
| - <MemberSignature Language="C#" Value="public static IntPtr CompareExchange (ref IntPtr location1, IntPtr value, IntPtr comparand);" /> |
| 810 | + <MemberSignature Language="C#" Value="public static nint CompareExchange (ref nint location1, nint value, nint comparand);" /> |
811 | 811 | <MemberSignature Language="ILAsm" Value=".method public static hidebysig native int CompareExchange(native int& location1, native int value, native int comparand) cil managed" />
|
812 | 812 | <MemberSignature Language="DocId" Value="M:System.Threading.Interlocked.CompareExchange(System.IntPtr@,System.IntPtr,System.IntPtr)" />
|
813 | 813 | <MemberSignature Language="VB.NET" Value="Public Shared Function CompareExchange (ByRef location1 As IntPtr, value As IntPtr, comparand As IntPtr) As IntPtr" />
|
@@ -1216,7 +1216,7 @@ If `comparand` and the object in `location1` are equal by reference, then `value
|
1216 | 1216 | </Docs>
|
1217 | 1217 | </Member>
|
1218 | 1218 | <Member MemberName="CompareExchange">
|
1219 |
| - <MemberSignature Language="C#" Value="public static UIntPtr CompareExchange (ref UIntPtr location1, UIntPtr value, UIntPtr comparand);" /> |
| 1219 | + <MemberSignature Language="C#" Value="public static nuint CompareExchange (ref nuint location1, nuint value, nuint comparand);" /> |
1220 | 1220 | <MemberSignature Language="ILAsm" Value=".method public static hidebysig native unsigned int CompareExchange(native unsigned int& location1, native unsigned int value, native unsigned int comparand) cil managed" />
|
1221 | 1221 | <MemberSignature Language="DocId" Value="M:System.Threading.Interlocked.CompareExchange(System.UIntPtr@,System.UIntPtr,System.UIntPtr)" />
|
1222 | 1222 | <MemberSignature Language="VB.NET" Value="Public Shared Function CompareExchange (ByRef location1 As UIntPtr, value As UIntPtr, comparand As UIntPtr) As UIntPtr" />
|
@@ -1867,7 +1867,7 @@ If `comparand` and the value in `location1` are equal by reference, then `value`
|
1867 | 1867 | </Docs>
|
1868 | 1868 | </Member>
|
1869 | 1869 | <Member MemberName="Exchange">
|
1870 |
| - <MemberSignature Language="C#" Value="public static IntPtr Exchange (ref IntPtr location1, IntPtr value);" /> |
| 1870 | + <MemberSignature Language="C#" Value="public static nint Exchange (ref nint location1, nint value);" /> |
1871 | 1871 | <MemberSignature Language="ILAsm" Value=".method public static hidebysig native int Exchange(native int& location1, native int value) cil managed" />
|
1872 | 1872 | <MemberSignature Language="DocId" Value="M:System.Threading.Interlocked.Exchange(System.IntPtr@,System.IntPtr)" />
|
1873 | 1873 | <MemberSignature Language="VB.NET" Value="Public Shared Function Exchange (ByRef location1 As IntPtr, value As IntPtr) As IntPtr" />
|
@@ -2238,7 +2238,7 @@ If `comparand` and the value in `location1` are equal by reference, then `value`
|
2238 | 2238 | </Docs>
|
2239 | 2239 | </Member>
|
2240 | 2240 | <Member MemberName="Exchange">
|
2241 |
| - <MemberSignature Language="C#" Value="public static UIntPtr Exchange (ref UIntPtr location1, UIntPtr value);" /> |
| 2241 | + <MemberSignature Language="C#" Value="public static nuint Exchange (ref nuint location1, nuint value);" /> |
2242 | 2242 | <MemberSignature Language="ILAsm" Value=".method public static hidebysig native unsigned int Exchange(native unsigned int& location1, native unsigned int value) cil managed" />
|
2243 | 2243 | <MemberSignature Language="DocId" Value="M:System.Threading.Interlocked.Exchange(System.UIntPtr@,System.UIntPtr)" />
|
2244 | 2244 | <MemberSignature Language="VB.NET" Value="Public Shared Function Exchange (ByRef location1 As UIntPtr, value As UIntPtr) As UIntPtr" />
|
|
0 commit comments