Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions csharp/ql/src/Concurrency/UnsynchronizedStaticAccess.qhelp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ invariants.

<p>
For example, the behavior of <code>Dictionary</code> when a write happens concurrently with another write or a read is
undefined, and frequently leads to data corruption and can lead to issues as serious as livelock.
undefined, and frequently leads to data corruption and can lead to issues as serious as livelock.
</p>

</overview>
Expand All @@ -35,6 +35,6 @@ dictionary. This means that multiple threads can access the dictionary, potentia

</example>
<references>
<li>MSDN, C# Reference: <a href="https://msdn.microsoft.com/en-us/library/xfhwa508.aspx#Anchor_10">Dictionary: Thread safety</a>.</li>
<li>MSDN, C# Reference: <a href="https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.dictionary-2?#thread-safety">Dictionary: Thread safety</a>.</li>
</references>
</qhelp>