mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
C#: Fix tags in documentation.
This commit is contained in:
@@ -16,7 +16,7 @@ for example by computing the field twice.
|
||||
<li>Make the field volatile using the <code>volatile</code> keyword.</li>
|
||||
<li>Use the <code>System.Lazy</code> class, which is guaranteed to be thread-safe.
|
||||
This can often lead to more elegant code.</li>
|
||||
<li>Use <code>System.Threading.LazyInitializer</code>.
|
||||
<li>Use <code>System.Threading.LazyInitializer</code>.</li>
|
||||
</ol>
|
||||
|
||||
</recommendation>
|
||||
|
||||
Reference in New Issue
Block a user