Source: Al0057ToAl0060ThreadingAnalyzer.csDocumentation Index
Fetch the complete documentation index at: https://ancplua.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Description
Interned strings are shared across the entire AppDomain. Locking on a string literal can deadlock with unrelated code.Bad Code
Good Code
Properties
- Category: Threading
- Severity: Warning
- Enabled by default: True
- Code fix available: False
