3 overrides of Factory
System.Private.CoreLib (3)
System\Reflection\Runtime\Dispensers\DispenserThatReusesAsLongAsValueIsAlive.cs (1)
34protected sealed override V Factory(K key)
System\Reflection\Runtime\General\TypeUnifier.NativeFormat.cs (2)
86protected sealed override NativeFormatRuntimeNamedTypeInfo Factory(UnificationKey key) 114protected sealed override NativeFormatRuntimeGenericParameterTypeInfoForTypes Factory(UnificationKey key)
1 reference to Factory
System.Private.CoreLib (1)
src\runtime\src\coreclr\nativeaot\Common\src\System\Collections\Concurrent\ConcurrentUnifierW.cs (1)
122value = this.Factory(key);