5 references to ResolveGenericInstantiation
System.Private.TypeLoader (5)
Internal\Runtime\TypeLoader\NativeLayoutInfoLoadContext.cs (1)
40return _typeSystemContext.ResolveGenericInstantiation(typeDefinition, new Instantiation(typeArguments));
Internal\Runtime\TypeLoader\TypeBuilder.cs (1)
1131DefType typeBeingLoaded = context.ResolveGenericInstantiation(genericDef, genericArgs);
Internal\TypeSystem\RuntimeNoMetadataType.cs (2)
260return Context.ResolveGenericInstantiation((DefType)openType, canonInstantiation); 296return (clone == null) ? this : _genericTypeDefinitionAsDefType.Context.ResolveGenericInstantiation(_genericTypeDefinitionAsDefType, new Instantiation(clone));
Internal\TypeSystem\TypeSystemContext.Runtime.cs (1)
211returnedType = ResolveGenericInstantiation(typeDef, genericArgs);