3 references to IsWriteAtomic
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (3)
675
if (!typeof(TValue).IsValueType || ConcurrentDictionaryTypeProps<TValue>.
IsWriteAtomic
)
973
if (!typeof(TValue).IsValueType || ConcurrentDictionaryTypeProps<TValue>.
IsWriteAtomic
)
2433
if (!typeof(TValue).IsValueType || ConcurrentDictionaryTypeProps<TValue>.
IsWriteAtomic
)