3 references to GetGenericInstantiation
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\CanonicallyEquivalentEntryLocator.cs (2)
25_genericDefinition = RuntimeAugments.GetGenericInstantiation(typeToFind, out _genericArgs); 75otherGenericDefinition = RuntimeAugments.GetGenericInstantiation(other, out otherGenericArgs);
Internal\TypeSystem\TypeSystemContext.Runtime.cs (1)
207typeDefRuntimeTypeHandle = RuntimeAugments.GetGenericInstantiation(rtth, out genericArgRuntimeTypeHandles);