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