33 references to GetResourceString
System.Threading (33)
src\runtime\artifacts\obj\System.Threading\Release\net11.0\System.SR.cs (32)
16internal static string @CountdownEvent_Increment_AlreadyZero => GetResourceString("CountdownEvent_Increment_AlreadyZero"); 18internal static string @CountdownEvent_Increment_AlreadyMax => GetResourceString("CountdownEvent_Increment_AlreadyMax"); 20internal static string @CountdownEvent_Decrement_BelowZero => GetResourceString("CountdownEvent_Decrement_BelowZero"); 22internal static string @Common_OperationCanceled => GetResourceString("Common_OperationCanceled"); 24internal static string @Barrier_SignalAndWait_InvalidOperation_ZeroTotal => GetResourceString("Barrier_SignalAndWait_InvalidOperation_ZeroTotal"); 26internal static string @Barrier_SignalAndWait_ArgumentOutOfRange => GetResourceString("Barrier_SignalAndWait_ArgumentOutOfRange"); 28internal static string @Barrier_RemoveParticipants_InvalidOperation => GetResourceString("Barrier_RemoveParticipants_InvalidOperation"); 30internal static string @Barrier_RemoveParticipants_ArgumentOutOfRange => GetResourceString("Barrier_RemoveParticipants_ArgumentOutOfRange"); 32internal static string @Barrier_InvalidOperation_CalledFromPHA => GetResourceString("Barrier_InvalidOperation_CalledFromPHA"); 34internal static string @Barrier_SignalAndWait_InvalidOperation_ThreadsExceeded => GetResourceString("Barrier_SignalAndWait_InvalidOperation_ThreadsExceeded"); 36internal static string @BarrierPostPhaseException => GetResourceString("BarrierPostPhaseException"); 38internal static string @Barrier_AddParticipants_Overflow_ArgumentOutOfRange => GetResourceString("Barrier_AddParticipants_Overflow_ArgumentOutOfRange"); 40internal static string @SynchronizationLockException_IncorrectDispose => GetResourceString("SynchronizationLockException_IncorrectDispose"); 42internal static string @SynchronizationLockException_MisMatchedWrite => GetResourceString("SynchronizationLockException_MisMatchedWrite"); 44internal static string @LockRecursionException_UpgradeAfterReadNotAllowed => GetResourceString("LockRecursionException_UpgradeAfterReadNotAllowed"); 46internal static string @LockRecursionException_UpgradeAfterWriteNotAllowed => GetResourceString("LockRecursionException_UpgradeAfterWriteNotAllowed"); 48internal static string @SynchronizationLockException_MisMatchedUpgrade => GetResourceString("SynchronizationLockException_MisMatchedUpgrade"); 50internal static string @SynchronizationLockException_MisMatchedRead => GetResourceString("SynchronizationLockException_MisMatchedRead"); 52internal static string @LockRecursionException_WriteAfterReadNotAllowed => GetResourceString("LockRecursionException_WriteAfterReadNotAllowed"); 54internal static string @LockRecursionException_RecursiveWriteNotAllowed => GetResourceString("LockRecursionException_RecursiveWriteNotAllowed"); 56internal static string @LockRecursionException_ReadAfterWriteNotAllowed => GetResourceString("LockRecursionException_ReadAfterWriteNotAllowed"); 58internal static string @LockRecursionException_RecursiveUpgradeNotAllowed => GetResourceString("LockRecursionException_RecursiveUpgradeNotAllowed"); 60internal static string @LockRecursionException_RecursiveReadNotAllowed => GetResourceString("LockRecursionException_RecursiveReadNotAllowed"); 62internal static string @Overflow_UInt16 => GetResourceString("Overflow_UInt16"); 64internal static string @ReaderWriterLock_Timeout => GetResourceString("ReaderWriterLock_Timeout"); 66internal static string @ReaderWriterLock_NotOwner => GetResourceString("ReaderWriterLock_NotOwner"); 68internal static string @ExceptionFromHResult => GetResourceString("ExceptionFromHResult"); 70internal static string @ReaderWriterLock_InvalidLockCookie => GetResourceString("ReaderWriterLock_InvalidLockCookie"); 72internal static string @ReaderWriterLock_RestoreLockWithOwnedLocks => GetResourceString("ReaderWriterLock_RestoreLockWithOwnedLocks"); 74internal static string @HostExecutionContextManager_InvalidOperation_NotNewCaptureContext => GetResourceString("HostExecutionContextManager_InvalidOperation_NotNewCaptureContext"); 76internal static string @HostExecutionContextManager_InvalidOperation_CannotOverrideSetWithoutRevert => GetResourceString("HostExecutionContextManager_InvalidOperation_CannotOverrideSetWithoutRevert"); 78internal static string @HostExecutionContextManager_InvalidOperation_CannotUseSwitcherOtherThread => GetResourceString("HostExecutionContextManager_InvalidOperation_CannotUseSwitcherOtherThread");
src\runtime\src\libraries\Common\src\System\SR.cs (1)
60string resourceString = GetResourceString(resourceKey);