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