The WeakReference<T> type is thread safe, but the documentation does not indicate it.
|
<Type Name="WeakReference<T>" FullName="System.WeakReference<T>"> |
It looks lik eth efollowing element can be added to include this detail:
<threadsafe>This type is thread safe.</threadsafe>
For example:
|
<threadsafe>This type is thread safe.</threadsafe> |
The
WeakReference<T>type is thread safe, but the documentation does not indicate it.dotnet-api-docs/xml/System/WeakReference`1.xml
Line 1 in 2dbfa9d
It looks lik eth efollowing element can be added to include this detail:
For example:
dotnet-api-docs/xml/System.Collections.Immutable/ImmutableStack`1+Enumerator.xml
Line 37 in dc599c5