Skip to content

Commit f2b54e6

Browse files
committed
Update MemberSignature
1 parent c35e9ea commit f2b54e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/System.Threading/Interlocked.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@
807807
</Docs>
808808
</Member>
809809
<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);" />
811811
<MemberSignature Language="ILAsm" Value=".method public static hidebysig native int CompareExchange(native int&amp; location1, native int value, native int comparand) cil managed" />
812812
<MemberSignature Language="DocId" Value="M:System.Threading.Interlocked.CompareExchange(System.IntPtr@,System.IntPtr,System.IntPtr)" />
813813
<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
12161216
</Docs>
12171217
</Member>
12181218
<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);" />
12201220
<MemberSignature Language="ILAsm" Value=".method public static hidebysig native unsigned int CompareExchange(native unsigned int&amp; location1, native unsigned int value, native unsigned int comparand) cil managed" />
12211221
<MemberSignature Language="DocId" Value="M:System.Threading.Interlocked.CompareExchange(System.UIntPtr@,System.UIntPtr,System.UIntPtr)" />
12221222
<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`
18671867
</Docs>
18681868
</Member>
18691869
<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);" />
18711871
<MemberSignature Language="ILAsm" Value=".method public static hidebysig native int Exchange(native int&amp; location1, native int value) cil managed" />
18721872
<MemberSignature Language="DocId" Value="M:System.Threading.Interlocked.Exchange(System.IntPtr@,System.IntPtr)" />
18731873
<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`
22382238
</Docs>
22392239
</Member>
22402240
<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);" />
22422242
<MemberSignature Language="ILAsm" Value=".method public static hidebysig native unsigned int Exchange(native unsigned int&amp; location1, native unsigned int value) cil managed" />
22432243
<MemberSignature Language="DocId" Value="M:System.Threading.Interlocked.Exchange(System.UIntPtr@,System.UIntPtr)" />
22442244
<MemberSignature Language="VB.NET" Value="Public Shared Function Exchange (ByRef location1 As UIntPtr, value As UIntPtr) As UIntPtr" />

0 commit comments

Comments
 (0)