Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 9b62d1e

Browse files
authored
Merge pull request #11050 from ellismg/remove-duplicate-resources
Remove some duplicate resource strings
2 parents 89f5070 + 278c206 commit 9b62d1e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/mscorlib/Resources/Strings.resx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3572,18 +3572,9 @@
35723572
<data name="LockRecursionException_RecursiveWriteNotAllowed" xml:space="preserve">
35733573
<value>Recursive write lock acquisitions not allowed in this mode.</value>
35743574
</data>
3575-
<data name="LockRecursionException_ReadAfterWriteNotAllowed" xml:space="preserve">
3576-
<value>A read lock may not be acquired with the write lock held in this mode.</value>
3577-
</data>
35783575
<data name="LockRecursionException_RecursiveUpgradeNotAllowed" xml:space="preserve">
35793576
<value>Recursive upgradeable lock acquisitions not allowed in this mode.</value>
35803577
</data>
3581-
<data name="LockRecursionException_RecursiveReadNotAllowed" xml:space="preserve">
3582-
<value>Recursive read lock acquisitions not allowed in this mode.</value>
3583-
</data>
3584-
<data name="LockRecursionException_WriteAfterReadNotAllowed" xml:space="preserve">
3585-
<value>Write lock may not be acquired with read lock held. This pattern is prone to deadlocks. Please ensure that read locks are released before taking a write lock. If an upgrade is necessary, use an upgrade lock in place of the read lock.</value>
3586-
</data>
35873578
<data name="LockRecursionException_WriteAfterReadNotAllowed" xml:space="preserve">
35883579
<value>Write lock may not be acquired with read lock held. This pattern is prone to deadlocks. Please ensure that read locks are released before taking a write lock. If an upgrade is necessary, use an upgrade lock in place of the read lock.</value>
35893580
</data>

0 commit comments

Comments
 (0)