3 references to IsWriteAtomic
System.Collections.Concurrent (3)
System\Collections\Concurrent\ConcurrentDictionary.cs (3)
675
if (!typeof(TValue).IsValueType || ConcurrentDictionaryTypeProps<TValue>.
IsWriteAtomic
)
973
if (!typeof(TValue).IsValueType || ConcurrentDictionaryTypeProps<TValue>.
IsWriteAtomic
)
2438
if (!typeof(TValue).IsValueType || ConcurrentDictionaryTypeProps<TValue>.
IsWriteAtomic
)