diff --git a/xml/System.Threading/SemaphoreSlim.xml b/xml/System.Threading/SemaphoreSlim.xml index 76112dc2704..a1b0f8b7a9c 100644 --- a/xml/System.Threading/SemaphoreSlim.xml +++ b/xml/System.Threading/SemaphoreSlim.xml @@ -826,7 +826,7 @@ If a thread or task is blocked when calling is greater than Int32.MaxValue. +In .NET 9 and earlier versions, is greater than Int32.MaxValue. The semaphoreSlim instance has been disposed. Semaphore and SemaphoreSlim @@ -988,9 +988,9 @@ If `cancellationToken` is cancelled, the method throws an is a negative number other than -1, which represents an infinite timeout. --or-. +-or- - is greater than Int32.MaxValue. +In .NET 9 and earlier versions, is greater than Int32.MaxValue. The semaphoreSlim instance has been disposed. -or- @@ -1225,7 +1225,7 @@ The that created is greater than Int32.MaxValue. +In .NET 9 and earlier versions, is greater than Int32.MaxValue. @@ -1356,7 +1356,7 @@ The that created is greater than Int32.MaxValue. +In .NET 9 and earlier versions, is greater than Int32.MaxValue. was canceled. The has been disposed.