7 overrides of Factory
System.Private.CoreLib (7)
System\Reflection\Runtime\General\TypeUnifier.cs (6)
141protected sealed override RuntimeArrayTypeInfo Factory(UnificationKey key) 158protected sealed override RuntimeArrayTypeInfo Factory(UnificationKey key) 223protected sealed override RuntimeByRefTypeInfo Factory(UnificationKey key) 267protected sealed override RuntimePointerTypeInfo Factory(UnificationKey key) 322protected sealed override RuntimeFunctionPointerTypeInfo Factory(UnificationKey key) 387protected sealed override RuntimeConstructedGenericTypeInfo Factory(UnificationKey key)
System\Reflection\Runtime\General\TypeUnifier.NativeFormat.cs (1)
143protected sealed override NativeFormatRuntimeGenericParameterTypeInfoForMethods Factory(UnificationKey key)
1 reference to Factory
System.Private.CoreLib (1)
src\runtime\src\coreclr\nativeaot\Common\src\System\Collections\Concurrent\ConcurrentUnifierWKeyed.cs (1)
131value = this.Factory(key);