3 types derived from ConcurrentUnifierW
System.Private.CoreLib (3)
System\Reflection\Runtime\Dispensers\DispenserThatReusesAsLongAsValueIsAlive.cs (1)
27private sealed class FactoryConcurrentUnifierW : ConcurrentUnifierW<K, V>
System\Reflection\Runtime\General\TypeUnifier.NativeFormat.cs (2)
84private sealed class NamedTypeTable : ConcurrentUnifierW<UnificationKey, NativeFormatRuntimeNamedTypeInfo> 112private sealed class GenericParameterTypeForTypesTable : ConcurrentUnifierW<UnificationKey, NativeFormatRuntimeGenericParameterTypeInfoForTypes>
3 references to ConcurrentUnifierW
System.Private.CoreLib (3)
src\runtime\src\coreclr\nativeaot\Common\src\System\Collections\Concurrent\ConcurrentUnifierW.cs (3)
159public Container(ConcurrentUnifierW<K, V> owner) 171private Container(ConcurrentUnifierW<K, V> owner, int[] buckets, Entry[] entries, int nextFreeEntry) 380private readonly ConcurrentUnifierW<K, V> _owner;