7 types derived from ConcurrentUnifierWKeyed
System.Private.CoreLib (7)
System\Reflection\Runtime\General\TypeUnifier.cs (6)
139
private sealed class ArrayTypeTable :
ConcurrentUnifierWKeyed
<UnificationKey, RuntimeArrayTypeInfo>
151
private sealed class MultiDimArrayTypeTable :
ConcurrentUnifierWKeyed
<UnificationKey, RuntimeArrayTypeInfo>
221
private sealed class ByRefTypeTable :
ConcurrentUnifierWKeyed
<UnificationKey, RuntimeByRefTypeInfo>
265
private sealed class PointerTypeTable :
ConcurrentUnifierWKeyed
<UnificationKey, RuntimePointerTypeInfo>
320
private sealed class FunctionPointerTypeTable :
ConcurrentUnifierWKeyed
<UnificationKey, RuntimeFunctionPointerTypeInfo>
385
private sealed class ConstructedGenericTypeTable :
ConcurrentUnifierWKeyed
<UnificationKey, RuntimeConstructedGenericTypeInfo>
System\Reflection\Runtime\General\TypeUnifier.NativeFormat.cs (1)
141
private sealed class GenericParameterTypeForMethodsTable :
ConcurrentUnifierWKeyed
<UnificationKey, NativeFormatRuntimeGenericParameterTypeInfoForMethods>
3 references to ConcurrentUnifierWKeyed
System.Private.CoreLib (3)
src\runtime\src\coreclr\nativeaot\Common\src\System\Collections\Concurrent\ConcurrentUnifierWKeyed.cs (3)
168
public Container(
ConcurrentUnifierWKeyed
<K, V> owner)
180
private Container(
ConcurrentUnifierWKeyed
<K, V> owner, int[] buckets, Entry[] entries, int nextFreeEntry)
367
private readonly
ConcurrentUnifierWKeyed
<K, V> _owner;